OTest2
A C++ testing framework
|
Go to the source code of this file.
Namespaces | |
OTest2 | |
OTest2::Controls | |
OTest2::Controls::Private | |
Macros | |
#define | TEST_CONTROLS_SWITCH_STATE() |
#define | TEST_CONTROLS_SECTION_NAME() |
Functions | |
template<typename... Args_> | |
void | OTest2::Controls::switchState (void(*state_)(Args_... args_), int delay_) TEST_CONTROLS_SWITCH_STATE() |
Prepare next test state. More... | |
bool | OTest2::Controls::Private::sectionName (const char *section_name_) TEST_CONTROLS_SECTION_NAME() |
A function marking start of a section. More... | |
#define TEST_CONTROLS_SECTION_NAME | ( | ) |
Definition at line 25 of file controls.h.
#define TEST_CONTROLS_SWITCH_STATE | ( | ) |
Definition at line 24 of file controls.h.