libsir 2.2.5
Standard Incident Reporter
Loading...
Searching...
No Matches
sir_test Struct Reference

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.
 

Detailed Description

Maps a test function to a human-readable name and some metadata.

Comprises the list of tests to be executed.

Field Documentation

◆ fn

sir_test_fn sir_test::fn

The test's name.

◆ pass

bool sir_test::pass

Whether to run the test or not.

◆ run

bool sir_test::run

The function pointer.


The documentation for this struct was generated from the following file: