-
Contains the result of an assertion test
-
Main assertion class with static methods that you call in unit test
functions to assert that some conditions hold true.
-
This class is used for backward compatibility with previous tests
-
Generic stats value object holding the number of
passed/failed/skipped events.
-
TypeTest groups all the tests found in a specific Type.
-
Represents an individual test case
-
TestResult groups all the TypeTests and accumulates their reports.
-
TestRunner is the main entry point of the framework
-
Special class to be used when making asynchronous tests