Options
All
  • Public
  • Public/Protected
  • All
Menu

A scenario is a set of steps which are executed one by one in order to validate a business behavior.

The steps are:

  1. TestScenario.configure: configure the container, optional
  2. TestScenario.before: prepare the test, optional
  3. TestScenario.execute: execute the test
  4. TestScenario.after: cleanup the test, optional

Hierarchy

  • TestScenario

Index

Properties

Readonly name

name: string

The name of the scenario.

Methods

Optional after

  • after(container: Container): any

Optional before

  • before(container: Container): any

Optional configure

  • configure(containerBuilder: ContainerBuilder): any

execute

  • execute(container: Container): any

Generated using TypeDoc