Expand description

Provides the way to run sets of test functions on several kinds of test inputs.

Structs

SimpleTester represents a collection of simple test functions, where each function can handle a specific kind of input.

SystemTester is similar to SimpleTester, but allows to supply test functions that accept also modifiable system state.

Enums

Result of executing a test or a set of tests.