Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
ROOT::TestSupport Namespace Reference

Classes

class  CheckDiagsRAII
 Install a ROOT diagnostic handler to analyse diagnostics. More...
 
class  FilterDiagsRAII
 Allows a user function to catch and filter/analyse ROOT and cling diagnostics, e.g. More...
 
struct  ForbidDiagnostics
 Error handler for gtests that generates failures for every received diagnostic > kInfo when this file is linked to. More...
 

Functions

std::ostream & operator<< (std::ostream &stream, CheckDiagsRAII::Diag_t const &diag)
 

Variables

static struct ROOT::TestSupport::ForbidDiagnostics noDiagCheckerInstance
 

Function Documentation

◆ operator<<()

std::ostream & ROOT::TestSupport::operator<< ( std::ostream &  stream,
CheckDiagsRAII::Diag_t const &  diag 
)

Definition at line 130 of file TestSupport.cxx.

Variable Documentation

◆ noDiagCheckerInstance

struct ROOT::TestSupport::ForbidDiagnostics ROOT::TestSupport::noDiagCheckerInstance
static