File TestingFixture.hpp¶
↰ Parent directory (include/mu/tiny/test)
Self-contained test harness for testing the framework itself.
Definition (include/mu/tiny/test/TestingFixture.hpp)¶
Detailed Description¶
Owns a private Class Registry, Class Output, and Class Result so that tests run through it do not affect global state. See also Class ExecFunction for the callable interface it accepts.
Includes¶
mu/tiny/export.hmu/tiny/test/ExecFunction.hpp(File ExecFunction.hpp)mu/tiny/test/Registry.hpp(File Registry.hpp)mu/tiny/test/Shell.hpp(File Shell.hpp)mu/tiny/test/StringBufferOutput.hpp(File StringBufferOutput.hpp)