AliPhysics  deb3cd0 (deb3cd0)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TestTHistManager Namespace Reference

Collection of simple test for the THistManager. More...

Classes

class  THistManagerTestSuite
 Collection of tests for the THistManager. More...
 

Functions

int TestRunAll ()
 
int TestRunBuildSimple ()
 
int TestRunBuildGrouped ()
 
int TestRunFillSimple ()
 
int TestRunFillGrouped ()
 

Detailed Description

Collection of simple test for the THistManager.

Unit tests

Function Documentation

int TestTHistManager::TestRunAll ( )

Runs all tests for THistManager. See THistManagerTestSuite for details.

Returns
O if all tests are passed, 1 if tests fail

Definition at line 1033 of file THistManager.cxx.

int TestTHistManager::TestRunBuildGrouped ( )

Run the test for building histograms in groups. See THistManagerTestSuite for details.

Returns
0 if test is passed, 1 if failed

Definition at line 1061 of file THistManager.cxx.

int TestTHistManager::TestRunBuildSimple ( )

Run the test for building histograms. See THistManagerTestSuite for details.

Returns
0 if test is passed, 1 if failed

Definition at line 1056 of file THistManager.cxx.

int TestTHistManager::TestRunFillGrouped ( )

Run the test for building histograms. See THistManagerTestSuite for details.

Returns
0 if test is passed, 1 if failed

Definition at line 1071 of file THistManager.cxx.

int TestTHistManager::TestRunFillSimple ( )

Run the test for filling histograms. See THistManagerTestSuite for details.

Returns
0 if test is passed, 1 if failed

Definition at line 1066 of file THistManager.cxx.