Framework
Interfaces, Classes and Traits
- Test
- A Test can be run and collect its results.
- TestListener
- A Listener for test progress.
- Assert
- A set of assertion methods.
- AssertionFailedError
- Thrown when an assertion failed.
- BaseTestListener
- An empty Listener that can be extended to implement TestListener with just a few lines of code.
- TestCase
- A TestCase defines the fixture to run multiple tests.
- TestSuite
- A TestSuite is a composite of Tests. It runs a collection of test cases.