Options
All
  • Public
  • Public/Protected
  • All
Menu

Class export=

Hierarchy

  • export=

Index

Properties

helper Methods

Properties

ctx

ctx: {}

Type declaration

global

global: any

helper Methods

get

  • get(): any

set

  • set(obj: object): void
  • Method use to add new objects to the context

    example

    this.suite.context.set({ hup: { doHUP: doHUP, getOSVersion: getOSVersion, initDUT: initDUT, runRegistry: runRegistry, archiveLogs: archiveLogs, } })

    Parameters

    • obj: object

    Returns void

Generated using TypeDoc