Method to fetch objects added to the context from suites and tests.
Method use to add new objects to the context
this.suite.context.set({ hup: { doHUP: doHUP, getOSVersion: getOSVersion, initDUT: initDUT, runRegistry: runRegistry, archiveLogs: archiveLogs, }}) Copy
this.suite.context.set({ hup: { doHUP: doHUP, getOSVersion: getOSVersion, initDUT: initDUT, runRegistry: runRegistry, archiveLogs: archiveLogs, }})
Method to fetch objects added to the context from suites and tests.