a JestExpect or jest.Expect containing a fullName property used
as the test description or a string description
the Func<AftJestTest, void | PromiseLike<void>> function to be
executed by this AftJestTest
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
AftJestTestinstace to be used for executing some Functional Test Assertion and calls therunfunction to execute thetestFunction.ex: