libsir 2.2.5
Standard Incident Reporter
|
Maps a test function to a human-readable name and some metadata. More...
Data Fields | |
sir_test_fn | fn |
The test's name. | |
bool | run |
The function pointer. | |
bool | pass |
Whether to run the test or not. | |
Maps a test function to a human-readable name and some metadata.
Comprises the list of tests to be executed.
sir_test_fn sir_test::fn |
The test's name.
bool sir_test::pass |
Whether to run the test or not.
bool sir_test::run |
The function pointer.