File test.hpp¶
↰ Parent directory (include/mu/tiny)
Primary test-definition header for mutiny.
Definition (include/mu/tiny/test.hpp)¶
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¶
mu/tiny/test/ExpectFailShell.hpp(File ExpectFailShell.hpp)mu/tiny/test/Failure.hpp(File Failure.hpp)mu/tiny/test/GroupLocation.hpp(File GroupLocation.hpp)mu/tiny/test/Installer.hpp(File Installer.hpp)mu/tiny/test/Ordered.hpp(File Ordered.hpp)mu/tiny/test/Plugin.hpp(File Plugin.hpp)mu/tiny/test/Result.hpp(File Result.hpp)mu/tiny/test/SetPointerPlugin.hpp(File SetPointerPlugin.hpp)mu/tiny/test/Shell.hpp(File Shell.hpp)mu/tiny/test/ShellPointerArray.hpp(File ShellPointerArray.hpp)mu/tiny/test/SkippedShell.hpp(File SkippedShell.hpp)mu/tiny/test/Test.hpp(File Test.hpp)