Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RunnerTester<RO, RA, R>

Type parameters

  • RO: IRunnerOptions

  • RA: IRunnerArgs<RO>

  • R: Runner<any, RO, RA>

Hierarchy

Index

Constructors

constructor

Properties

runner

runner: R

tests

tests: ITest[] = []

Methods

addTest

  • addTest(title: string, exec: ITestExec): this

Protected getTestTarget

  • getTestTarget(): R

run

  • run(): void

Protected runTest

  • runTest(test: ITest): this

testArgs

  • testArgs(urls: string[], argsTest: IArgsTest<RA>, options?: RO): this

Static fromStatic

  • fromStatic<RO, RA>(runner: IStatic<Runner<any, RO, RA>>): RunnerTester<RO, RA, Runner<any, RO, RA>>

Generated using TypeDoc