micro-test-plus 5.0.1
µTest++ Testing Framework
Loading...
Searching...
No Matches
Configuration

Configuration macros. More...

Macros

#define MICRO_OS_PLUS_MICRO_TEST_PLUS_ENABLED
 Enables the µTest++ Testing Framework.
#define MICRO_OS_PLUS_MICRO_TEST_PLUS_TRACE_CONSTRUCTORS_ENABLED
 Enable trace in constructors and destructors in µTest++.
#define MICRO_OS_PLUS_MICRO_TEST_PLUS_TRACE_ENABLED
 Enable trace in class methods in µTest++.

Detailed Description

The µTest++ Testing Framework library uses several preprocessor macros to enable it and to configure various options.

Macro Definition Documentation

◆ MICRO_OS_PLUS_MICRO_TEST_PLUS_ENABLED

#define MICRO_OS_PLUS_MICRO_TEST_PLUS_ENABLED

...

Definition at line 80 of file micro-test-plus.h.

◆ MICRO_OS_PLUS_MICRO_TEST_PLUS_TRACE_CONSTRUCTORS_ENABLED

#define MICRO_OS_PLUS_MICRO_TEST_PLUS_TRACE_CONSTRUCTORS_ENABLED

Display trace messages in constructors and destructors in the µTest++ Testing Framework when MICRO_OS_PLUS_DIAG_TRACE_ENABLED is present.

Definition at line 82 of file micro-test-plus.h.

◆ MICRO_OS_PLUS_MICRO_TEST_PLUS_TRACE_ENABLED

#define MICRO_OS_PLUS_MICRO_TEST_PLUS_TRACE_ENABLED

Display trace messages in the µTest++ Testing Framework when MICRO_OS_PLUS_DIAG_TRACE_ENABLED is present.

Definition at line 81 of file micro-test-plus.h.