micro-test-plus Folder
Folder with C++ header files for the µTest++ Testing Framework. More...
Folders Index
| folder | inlines |
|
Folder with C++ header files containing inline µTest++ implementations. More... | |
Files Index
| file | deferred-reporter.h |
|
C++ header file with declarations for the µTest++ deferred reporter. More... | |
| file | detail.h |
|
C++ header file with declarations for the µTest++ internals. More... | |
| file | exceptions.h |
|
C++ header with declarations for the µTest++ exception-checking functions. More... | |
| file | expression-formatter.h |
|
C++ header file with declarations for the µTest++ expression formatter. More... | |
| file | function-comparators.h |
|
C++ header file with declarations for the µTest++ function comparators. More... | |
| file | literals.h |
|
C++ header file with declarations for the µTest++ user-defined literals and type wrappers. More... | |
| file | math.h |
|
C++ header file with declarations for the µTest++ mathematical utilities. More... | |
| file | operators.h |
|
C++ header file with declarations for the µTest++ operators. More... | |
| file | reflection.h |
|
C++ header file with declarations for the µTest++ reflection utilities. More... | |
| file | reporter-human.h |
|
C++ header file with declarations for the µTest++ human test reporter. More... | |
| file | reporter-tap.h |
|
C++ header file with declarations for the µTest++ TAP test reporter. More... | |
| file | reporter.h |
|
C++ header file with declarations for the µTest++ test reporter. More... | |
| file | runner-totals.h |
|
C++ header file with declarations for the µTest++ runner totals. More... | |
| file | runner.h |
|
C++ header file with declarations for the µTest++ test runner. More... | |
| file | test.h |
|
C++ header file with declarations for the µTest++ test suite. More... | |
| file | timings.h |
|
C++ header file with declarations for the µTest++ timing utilities. More... | |
| file | type-traits.h |
|
C++ header file with declarations for the µTest++ type trait utilities and metaprogramming support. More... | |
| file | utility.h |
|
C++ header file with declarations for the µTest++ utility helpers. More... | |
Description
Folder with C++ header files for the µTest++ Testing Framework.
This folder provides the primary public headers that define the core functionality of the µTest++ Testing Framework.
It includes declarations for essential framework components, including test suite and test case management, test runner and reporter classes, function comparators, overloaded operators, user-defined literals, mathematical utilities, type traits, reflection utilities, and supporting internal mechanisms.
By consolidating public API definitions in 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, include the relevant headers from this folder in user projects.
Generated via doxygen2docusaurus 2.2.0 by Doxygen 1.17.0.