Options
All
  • Public
  • Public/Protected
  • All
Menu

An implementation of AbstractTestSuiteExecutor dedicated for Jest.

Instances should be created using the builder JestTestSuiteExecutorBuilder.

Hierarchy

  • AbstractTestSuiteExecutor<void>
    • JestTestSuiteExecutor

Index

Constructors

constructor

  • new JestTestSuiteExecutor(suite: TestSuite, before?: Callback, provider?: ContainerBuilderProvider, configurer?: CallbackWithContainerBuilder, after?: Callback): JestTestSuiteExecutor

Properties

Protected Optional after

after?: Callback

Protected Optional before

before?: Callback

Protected Optional configure

configure?: CallbackWithContainerBuilder

Protected provide

provide: ContainerBuilderProvider

Readonly suite

suite: TestSuite

Methods

execute

  • execute(): void

Generated using TypeDoc