|
HART
0.1.0
High level Audio Regression and Testing
|
Runs the test cases. More...
#include <hart_test_registry.hpp>
Public Member Functions | |
| int | runAll () |
| Runs all tests or generators. | |
Static Public Member Functions | |
| static TestRegistry & | getInstance () |
| Gets the singleton instance. | |
Runs the test cases.
For internal use by HART. You're not supposed to interact with it directly, only through the macros such as HART_RUN_ALL_TESTS(), HART_TEST(), HART_TEST_WITH_TAGS(), HART_GENERATE(), HART_GENERATE_WITH_TAGS()
Definition at line 30 of file hart_test_registry.hpp.
|
inlinestatic |
Gets the singleton instance.
Definition at line 34 of file hart_test_registry.hpp.
|
inline |
Runs all tests or generators.
Definition at line 65 of file hart_test_registry.hpp.