File test.hpp

Parent directory (include/mu/tiny)

Primary test-definition header for mutiny.

Definition (include/mu/tiny/test.hpp)

View source on GitHub

Detailed Description

Include this header in every C++ test file. It provides the macros needed to declare test groups and individual tests: Define TEST_GROUP, Define TEST, Define SKIPPED_TEST, Define XFAIL_TEST, and the C-interop wrappers. Assertion macros are provided by File Shell.hpp, which this header includes transitively.

Includes

Defines