EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TestCase Struct Reference
+ Collaboration diagram for TestCase:

Public Member Functions

 TestCase (std::string name, e_testStatus(*function)(bool))
 
void Print ()
 

Public Attributes

std::string name_
 
e_testStatus(* function_ )(bool)
 
unsigned int nPassed_
 
unsigned int nFailed_
 
unsigned int nException_
 

Detailed Description

Definition at line 1069 of file main.cc.

View newest version in sPHENIX GitHub at line 1069 of file main.cc

Constructor & Destructor Documentation

TestCase::TestCase ( std::string  name,
e_testStatus(*)(bool)  function 
)
inline

Definition at line 1070 of file main.cc.

View newest version in sPHENIX GitHub at line 1070 of file main.cc

Member Function Documentation

void TestCase::Print ( void  )
inline

Definition at line 1071 of file main.cc.

View newest version in sPHENIX GitHub at line 1071 of file main.cc

References name_, nException_, nFailed_, and nPassed_.

Member Data Documentation

e_testStatus(* TestCase::function_)(bool)

Definition at line 1074 of file main.cc.

View newest version in sPHENIX GitHub at line 1074 of file main.cc

std::string TestCase::name_

Definition at line 1073 of file main.cc.

View newest version in sPHENIX GitHub at line 1073 of file main.cc

Referenced by Print().

unsigned int TestCase::nException_

Definition at line 1077 of file main.cc.

View newest version in sPHENIX GitHub at line 1077 of file main.cc

Referenced by Print().

unsigned int TestCase::nFailed_

Definition at line 1076 of file main.cc.

View newest version in sPHENIX GitHub at line 1076 of file main.cc

Referenced by Print().

unsigned int TestCase::nPassed_

Definition at line 1075 of file main.cc.

View newest version in sPHENIX GitHub at line 1075 of file main.cc

Referenced by Print().


The documentation for this struct was generated from the following file: