Skip to main content

Configuration

Configuration macros. More...

Macro Definitions Index

#defineMICRO_OS_PLUS_MICRO_TEST_PLUS_ENABLED

Enables the µTest++ Testing Framework. More...

#defineMICRO_OS_PLUS_MICRO_TEST_PLUS_TRACE_CONSTRUCTORS_ENABLED

Enable trace in constructors and destructors in µTest++. More...

#defineMICRO_OS_PLUS_MICRO_TEST_PLUS_TRACE_ENABLED

Enable trace in class methods in µTest++. More...

Description

Configuration macros.

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

Macro Definitions

MICRO_OS_PLUS_MICRO_TEST_PLUS_ENABLED

#define MICRO_OS_PLUS_MICRO_TEST_PLUS_ENABLED

Enables the µTest++ Testing Framework.

...

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

80#define MICRO_OS_PLUS_MICRO_TEST_PLUS_ENABLED

MICRO_OS_PLUS_MICRO_TEST_PLUS_TRACE_CONSTRUCTORS_ENABLED

#define MICRO_OS_PLUS_MICRO_TEST_PLUS_TRACE_CONSTRUCTORS_ENABLED

Enable trace in constructors and destructors in µTest++.

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.

82#define MICRO_OS_PLUS_MICRO_TEST_PLUS_TRACE_CONSTRUCTORS_ENABLED

MICRO_OS_PLUS_MICRO_TEST_PLUS_TRACE_ENABLED

#define MICRO_OS_PLUS_MICRO_TEST_PLUS_TRACE_ENABLED

Enable trace in class methods in µTest++.

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.

81#define MICRO_OS_PLUS_MICRO_TEST_PLUS_TRACE_ENABLED

Generated via doxygen2docusaurus 2.2.2 by Doxygen 1.17.0.