a this representing the current Mocha.Context containing the
Mocha.Test used to get the test description or a string description
the Func<AftMochaTest, void | PromiseLike<void>> function to be
executed by this AftMochaTest
Optional options: AftTestOptionsan optional AftTestOptions object containing overrides to internal
configuration and settings
an async Promise<void> that runs the passed in testFunction
Generated using TypeDoc
creates a new
AftMochaTestinstace to be used for executing some Functional Test Assertion and calls therunfunction to execute thetestFunction.ex: