a ctx representing the current Vitest instance containing the
Vitest.Task used to get the test description or a string description
the Func<AftVitestTest, void | PromiseLike<void>> function to be
executed by this AftVitestTest
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
AftVitestTestinstace to be used for executing some Functional Test Assertion and calls therunfunction to execute thetestFunction.ex: