Elaboradar  0.1
Attributi pubblici | Elenco di tutti i membri
Riferimenti per la struct radarelab::utils::tests::TestMethodResult

Result of running a test method. Continua...

#include <testrunner.h>

Attributi pubblici

std::string test_case
 Name of the test case. Continua...
 
std::string test_method
 Name of the test method. Continua...
 
std::string error_message
 If non-empty, the test failed with this error. Continua...
 
std::shared_ptr< TestStack > error_stack
 Stack frame of where the error happened. Continua...
 
std::string exception_typeid
 If non-empty, the test threw an exception and this is its type ID. Continua...
 
bool skipped = false
 True if the test has been skipped. Continua...
 
std::string skipped_reason
 If the test has been skipped, this is an optional reason. Continua...
 
unsigned long long elapsed_ns = 0
 Time in nanoseconds it took the test to run. Continua...
 

Descrizione dettagliata

Result of running a test method.

Definizione alla linea 27 del file testrunner.h.


La documentazione per questa struct รจ stata generata a partire dal seguente file: