Jpp  18.0.0-rc.3
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Functions | Variables
JTestSummary.hh File Reference
#include <string>
#include <istream>
#include <ostream>
#include "Jeep/JPrint.hh"
#include "Jeep/JProperties.hh"
#include "JLang/JColorFacet.hh"
#include "JGizmo/JRootObjectID.hh"

Go to the source code of this file.

Classes

class  JCOMPAREHISTOGRAMS::JTestSummary
 Class dedicated to standardize the title of the graphical objects produced by the JTest_t() derived classes. More...
 
class  JCOMPAREHISTOGRAMS::JTestSummary::JTestSummaryHelper
 Auxiliary class for I/O of test result message. More...
 

Namespaces

 JCOMPAREHISTOGRAMS
 
 JPP
 This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 

Functions

std::istream & JCOMPAREHISTOGRAMS::read (std::istream &in, JTestSummary &summary, const char delimiter= ' ')
 Read test summary. More...
 
std::ostream & JCOMPAREHISTOGRAMS::print (std::ostream &out, const JTestSummary &summary, const char delimiter= ' ', const bool useColors=true)
 Print test summary. More...
 
template<class T >
std::ostream & JCOMPAREHISTOGRAMS::print (std::ostream &out, const JTestSummary &summary, T __begin, T __end, const char delimiter= ' ', const bool useColors=true)
 Print test summary. More...
 

Variables

static const char *const JCOMPAREHISTOGRAMS::PASSED_t = "PASSED"
 
static const char *const JCOMPAREHISTOGRAMS::FAILED_t = "FAILED"