File Plugin.hpp

Parent directory (include/mu/tiny/test)

Extension point for running code before/after every test.

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

View source on GitHub

Detailed Description

Subclass Class Plugin to intercept the test lifecycle, contribute a custom Class Output, or handle extra command-line arguments. Plugins form a singly-linked list; install them with Class CommandLineRunner before calling mu::tiny::test::CommandLineRunner::run_all_tests_main(). See also Class SupportPlugin and Class SetPointerPlugin for built-in plugin implementations.

Includes

Included By

Namespaces

Classes