a string describing the test
a function of type AftTestFunction to be executed by this AftTest
Optional options: AftTestOptionsan optional AftTestOptions object containing overrides to internal
configuration and settings
an async Promise<AftTest> that runs the passed in testFunction
Generated using TypeDoc
creates a new
AftTestinstace to be used for executing some Functional Test Assertion and calls therunfunction to execute thetestFunction.ex: