Skip to main content

micro-test-plus Folder

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

Folders Index

folderinlines

Folder with C++ header files containing inline µTest++ implementations. More...

Files Index

filedeferred-reporter.h

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

filedetail.h

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

fileexceptions.h

C++ header with declarations for the µTest++ exception-checking functions. More...

fileexpression-formatter.h

C++ header file with declarations for the µTest++ expression formatter. 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...

filereporter-human.h

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

filereporter-tap.h

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

filereporter.h

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

filerunner-totals.h

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

filerunner.h

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

filetest.h

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

filetimings.h

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

filetype-traits.h

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

fileutility.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.