Elaboradar  0.1
 Tutto Classi Namespace File Funzioni Variabili Tipi enumerati (enum) Gruppi
Membri pubblici | Elenco di tutti i membri
Riferimenti per la struct radarelab::utils::tests::LocationInfo

Add information to the test backtrace for the tests run in the current scope. Continua...

#include <tests.h>

Eredita da stringstream.

Membri pubblici

std::ostream & operator() ()
 Clear the current information and return the output stream to which new information can be sent. Continua...
 

Descrizione dettagliata

Add information to the test backtrace for the tests run in the current scope.

Example usage:

* test_function(...)
* {
* RADARELAB_UTILS_TEST_INFO(info);
* for (unsigned i = 0; i < 10; ++i)
* {
* info() << "Iteration #" << i;
* ...
* }
* }
*

Definizione alla linea 56 del file tests.h.


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