Options
All
  • Public
  • Public/Protected
  • All
Menu

An abstract class helping to implement a TestSuiteExecutor.

The abstraction expects the following execution steps:

  1. AbstractTestSuiteExecutor.before: prepare the test suite, optional
  2. {@link AbstractTestSuiteExecutor.provider} : provide the ContainerBuilder, optional
  3. AbstractTestSuiteExecutor.configure : configure the Container, optional
  4. AbstractTestSuiteExecutor.execute: execute the test suite
  5. AbstractTestSuiteExecutor.after: cleanup the test suite, optional

Type parameters

  • O = any

Hierarchy

  • AbstractTestSuiteExecutor

Implements

Index

Constructors

Protected constructor

Properties

Protected Optional after

after?: Callback

Protected Optional before

before?: Callback

Protected Optional configure

Protected provide

Readonly suite

suite: TestSuite

The test suite.

Methods

Abstract execute

  • execute(): O

Generated using TypeDoc