![]() |
AliRoot Core
ee782a0 (ee782a0)
|
Functions | |
void | ConfigureReference (AliEMCALTriggerSTUDCSConfig &testobject) |
Apply reference configuration. More... | |
bool | TestEqualSelf () |
Test for operator== on itself. More... | |
bool | TestEqualTrue () |
Test for operator== on same object. More... | |
bool | TestEqualFalse () |
Test for operator== on different objects. More... | |
bool | TestStream () |
Test for the stream operator. More... | |
void EMCAL::Base::Tests::TestAliEMCALTriggerSTUDCSConfig::ConfigureReference | ( | AliEMCALTriggerSTUDCSConfig & | testobject | ) |
Apply reference configuration.
Reference configuration taken from pp 2016
testobject | Object for test to be configured |
Definition at line 47 of file TestsAliEMCALTriggerSTUDCSConfig.cxx.
Referenced by TestEqualFalse(), TestEqualSelf(), TestEqualTrue(), and TestStream().
bool EMCAL::Base::Tests::TestAliEMCALTriggerSTUDCSConfig::TestEqualFalse | ( | ) |
Test for operator== on different objects.
Tests whether the operator== returns false if at least one setting is different. For this operator== is tested with multiple objects based on a reference setting where only one parameter is changed at the time.
Definition at line 109 of file TestsAliEMCALTriggerSTUDCSConfig.cxx.
Referenced by main().
bool EMCAL::Base::Tests::TestAliEMCALTriggerSTUDCSConfig::TestEqualSelf | ( | ) |
Test for operator== on itself.
Tests whether operator== returns true in case the object is tested against itself.
Definition at line 76 of file TestsAliEMCALTriggerSTUDCSConfig.cxx.
Referenced by main().
bool EMCAL::Base::Tests::TestAliEMCALTriggerSTUDCSConfig::TestEqualTrue | ( | ) |
Test for operator== on same object.
Tests whether operator== returns true in case both objects have the same content.
Definition at line 91 of file TestsAliEMCALTriggerSTUDCSConfig.cxx.
Referenced by main().
bool EMCAL::Base::Tests::TestAliEMCALTriggerSTUDCSConfig::TestStream | ( | ) |
Test for the stream operator.
Test if operator<< for a reference configuration produces the expected reference string. Test is implemented using a streaming operator.
Definition at line 167 of file TestsAliEMCALTriggerSTUDCSConfig.cxx.
Referenced by main().