Suite
The base class for all test suites. Extend this class if you don't need the functionality in FunSuite.
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
trait BaseFunSuiteclass FunSuite
Members list
Type members
Types
The value produced by test bodies.
The value produced by test bodies.
Attributes
Value members
Abstract methods
The base class for all test suites
The base class for all test suites
Attributes
Concrete methods
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.
Attributes
Runs after each individual test case.
Runs after each individual test case.
Attributes
Runs once before all test cases and before all suite-local fixtures are setup. An error in this method aborts the test suite.
Runs once before all test cases and before all suite-local fixtures are setup. An error in this method aborts the test suite.
Attributes
Runs before each individual test case. An error in this method aborts the test case.
Runs before each individual test case. An error in this method aborts the test case.
Attributes
Fixtures that can be reused for individual test cases or entire suites.
Fixtures that can be reused for individual test cases or entire suites.