src Folder
Folder with C++ source files. More...
Files Index
| file | deferred-reporter.cpp |
|
C++ source file with implementations for the µTest++ deferred reporter methods. More... | |
| file | expression-formatter.cpp |
|
C++ source file with non-template implementations for the µTest++ expression formatter. More... | |
| file | reflection.cpp |
|
C++ source file with implementations for the µTest++ methods. More... | |
| file | reporter-human.cpp |
|
C++ source file with implementations for the µTest++ human test reporter methods. More... | |
| file | reporter-tap.cpp |
|
C++ source file with implementations for the µTest++ TAP suite reporter methods. More... | |
| file | reporter.cpp |
|
C++ source file with implementations for the µTest++ test reporter methods. More... | |
| file | runner-totals.cpp |
|
C++ source file with implementations for the µTest++ runner totals methods. More... | |
| file | runner.cpp |
|
C++ source file with implementations for the µTest++ test runner methods. More... | |
| file | test.cpp |
|
C++ source file with implementations for the µTest++ test suite methods. More... | |
| file | timings.cpp |
|
C++ source file with implementations for the µTest++ timings methods. More... | |
| file | utility.cpp |
|
C++ source file with implementations for the µTest++ methods. More... | |
Description
Folder with C++ source files.
The src folder contains the .cpp implementation files for the µTest++ library. Each file provides the non-inline method definitions for one or more related components:
- deferred-reporter.cpp — deferred check-result reporting helper
- expression-formatter.cpp - stream implementation for expressions
- reflection.cpp — reflection::short_name() implementation
- reporter-human.cpp — human-readable reporter implementation
- reporter-tap.cpp — TAP-format reporter implementation
- reporter.cpp — base reporter class and operator<< overloads
- runner-totals.cpp — runner_totals accumulation and operator+=
- runner.cpp — runner and static_runner constructors, suite registration, and exit_code()
- test.cpp — suite, top_suite, static_suite, and subtest lifecycle methods
- timings.cpp — timestamp and elapsed-time computation
- utility.cpp — extract_file_name() and is_match() helpers
Generated via doxygen2docusaurus 2.2.0 by Doxygen 1.17.0.