UTPP
Loading...
Searching...
No Matches
UnitTest::ReporterDeferred::TestResult Struct Reference

Test results including all failure messages More...

#include <utpp.h>

Public Member Functions

 TestResult ()
 Default constructor needed container inclusion.
 
 TestResult (const std::string &suite, const std::string &test)
 Constructor.
 

Public Attributes

std::string suite_name
 suite name
 
std::string test_name
 test name
 
int test_time_ms
 test running time in milliseconds
 
std::deque< Failurefailures
 All failures of a test.
 

Detailed Description

Test results including all failure messages


The documentation for this struct was generated from the following file: