@absolunet/ioc2.1.0

View on GitHub

Engine

Abstract test engine.

Members

(abstract) engine :*

Source:
Engine accessor.

(abstract) path :string

Source:
Engine CLI path accessor.

(abstract) describe :function

Source:
Get describe method.

(abstract) test :function

Source:
Get test method.

(abstract) beforeAll :function

Source:
Get beforeAll method.

(abstract) beforeEach :function

Source:
Get beforeEach method.

(abstract) afterEach :function

Source:
Get afterEach method.

(abstract) afterAll :function

Source:
Get afterAll method.

(abstract) expect :function

Source:
Get expect method.

(abstract) assert :*

Source:
Get assert object.

Methods

getPathArgument(repositoryNameopt)

Source:
Extra argument to send to the CLI from the tested folder type.
Parameters:
Name Type Attributes Description
repositoryName string <optional>
The repository name.
Returns:
The path arguments.
Type
string