Jpp 19.3.0-rc.1
the software that should make you happy
Loading...
Searching...
No Matches
JTestSummary.hh File Reference
#include <string>
#include <istream>
#include <ostream>
#include "Jeep/JPrint.hh"
#include "Jeep/JProperties.hh"
#include "JLang/JManip.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

namespace  JCOMPAREHISTOGRAMS
 
namespace  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.
 
std::ostream & JCOMPAREHISTOGRAMS::print (std::ostream &out, const JTestSummary &summary, const char delimiter=' ', const bool useColors=true)
 Print test summary.
 
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.
 

Variables

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