The value produced by test bodies.
Runs once after all test cases and after all suite-local fixtures have been tear down.
Runs once after all test cases and after all suite-local fixtures have been tear down.
Runs after each individual test case.
Runs after each individual test case.
Runs once before all test cases and before all suite-local fixtures are setup.
Runs once before all test cases and before all suite-local fixtures are setup. An error in this method aborts the test suite.
Runs before each individual test case.
Runs before each individual test case. An error in this method aborts the test case.
Functinonal fixtures that can be reused for individual test cases or entire suites.
Functinonal fixtures that can be reused for individual test cases or entire suites.
The base class for all test suites
Implicitly create a TestOptions given a test name.
Implicitly create a TestOptions given a test name.
This allows writing test("name") { ... } even if test accepts a TestOptions