Global singleton collecting test scope results.
More...
#include <Test.h>
|
| void | RegisterScope (const char *name, int passed, int total, int failed) |
| | Registers a completed test scope.
|
| void | PrintSummary () |
| | Prints a full summary of all executed tests.
|
Global singleton collecting test scope results.
Aggregates results from all TestScope instances and prints a final summary.
◆ Instance()
Returns the global test registry singleton.
- Returns
- Singleton test registry instance.
◆ PrintSummary()
| void FuncDoodle::TestRegistry::PrintSummary |
( |
| ) |
|
|
inline |
Prints a full summary of all executed tests.
Displays total, passed, failed, and success percentage.
◆ RegisterScope()
| void FuncDoodle::TestRegistry::RegisterScope |
( |
const char * | name, |
|
|
int | passed, |
|
|
int | total, |
|
|
int | failed ) |
|
inline |
Registers a completed test scope.
◆ m_Results
| std::vector<ScopeResult> FuncDoodle::TestRegistry::m_Results |
|
private |
The documentation for this class was generated from the following file: