Elaboradar 0.1
Caricamento in corso...
Ricerca in corso...
Nessun risultato
Riferimenti per la struct radarelab::utils::tests::TestCaseResult

Result of running a whole test case. Continua...

#include <testrunner.h>

Attributi pubblici

std::string test_case
 Name of the test case.
 
std::vector< TestMethodResultmethods
 Outcome of all the methods that have been run.
 
std::string fail_setup
 Set to a non-empty string if the setup method of the test case failed.
 
std::string fail_teardown
 Set to a non-empty string if the teardown method of the test case failed.
 
bool skipped = false
 Set to true if this test case has been skipped.
 

Descrizione dettagliata

Result of running a whole test case.

Definizione alla linea 97 del file testrunner.h.


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