Assert
This concept is used to create an atomic assertion to test something
|
|
Test
This concept only an interface
|
|
TestCase
A test case defines the fixture to run multiple tests.
|
|
TestCaseAdapterWarning
An adapter concept to run failured tests (show warnings)
|
|
TestFailure
A TestFailure collects a failed test together with
the assert fail messages.
|
|
TestListener
Interface. A Listener for test progress
|
|
TestResult
A TestResult collects the results of executing a test case.
|
|
TestRunner
It runs each test from each suite.
|
|
TestSuite
A TestSuite is a Composite of Tests. It runs a collection of test cases.
|
|