Skip to main content

The micro-test-plus Folder Reference

Folder with C++ header files for the µTest++ Testing Framework. More...

Folders Index

folderinlines

Folder with C++ header files with inline implementations for the µTest++ Testing Framework. More...

Files Index

filedetail.h

C++ header file with declarations for the µTest++ internals. More...

filefunction-comparators.h

C++ header file with declarations for the µTest++ function comparators. More...

fileliterals.h

C++ header file with declarations for the µTest++ user-defined literals and type wrappers. More...

filemath.h

C++ header file with declarations for the µTest++ mathematical utilities. More...

fileoperators.h

C++ header file with declarations for the µTest++ operators. More...

filereflection.h

C++ header file with declarations for the µTest++ reflection utilities. More...

filetest-reporter.h

C++ header file with declarations for the µTest++ test reporter. More...

filetest-runner.h

C++ header file with declarations for the µTest++ test runner. More...

filetest-suite.h

C++ header file with declarations for the µTest++ test suite. More...

filetype-traits.h

C++ header file with declarations for the µTest++ type trait utilities and metaprogramming support. More...

Description

Folder with C++ header files for the µTest++ Testing Framework.

The include/micro-os-plus/micro-test-plus folder contains the primary public header files that define the core functionality of the µTest++ testing framework.

This folder provides declarations for all essential framework components, including test suite and test case management, the test runner and reporter classes, mathematical utilities, type traits, user-defined literals, operators, reflection utilities, and supporting internal mechanisms.

By consolidating all public API definitions within this folder, the project maintains a clear separation from implementation details (located in the src folder), thereby promoting modularity, maintainability, and straightforward integration.

To access the full capabilities of the µTest++ framework, users should include the relevant headers from this folder in their projects.


Generated via docusaurus-plugin-doxygen by Doxygen 1.14.0.