HART  0.1.0
High level Audio Regression and Testing
Loading...
Searching...
No Matches
TestRegistry Class Reference

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 TestRegistrygetInstance ()
 Gets the singleton instance.
 

Detailed Description

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.

Member Function Documentation

◆ getInstance()

static TestRegistry & getInstance ( )
inlinestatic

Gets the singleton instance.

Definition at line 34 of file hart_test_registry.hpp.

◆ runAll()

int runAll ( )
inline

Runs all tests or generators.

Definition at line 65 of file hart_test_registry.hpp.


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