OTest2
A C++ testing framework
Namespaces | Macros | Functions
controls.h File Reference
This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

◆ TEST_CONTROLS_SECTION_NAME

#define TEST_CONTROLS_SECTION_NAME ( )

Definition at line 25 of file controls.h.

◆ TEST_CONTROLS_SWITCH_STATE

#define TEST_CONTROLS_SWITCH_STATE ( )

Definition at line 24 of file controls.h.