![]() |
AliRoot Core
3dc7879 (3dc7879)
|
#include <cstdlib>
#include <bitset>
#include <iostream>
#include <sstream>
#include <string>
#include "AliEMCALTriggerTRUDCSConfig.h"
Go to the source code of this file.
Namespaces | |
EMCAL | |
EMCAL::Base | |
EMCAL::Base::Tests | |
EMCAL::Base::Tests::TestAliEMCALTriggerTRUDCSConfig | |
Functions | |
void | EMCAL::Base::Tests::TestAliEMCALTriggerTRUDCSConfig::ConfigureReference (AliEMCALTriggerTRUDCSConfig &testobject) |
Apply reference configuration. More... | |
bool | EMCAL::Base::Tests::TestAliEMCALTriggerTRUDCSConfig::TestEqualSelf () |
Test for operator== on itself. More... | |
bool | EMCAL::Base::Tests::TestAliEMCALTriggerTRUDCSConfig::TestEqualTrue () |
Test for operator== on same object. More... | |
bool | EMCAL::Base::Tests::TestAliEMCALTriggerTRUDCSConfig::TestEqualFalse () |
Test for operator== on different objects. More... | |
bool | EMCAL::Base::Tests::TestAliEMCALTriggerTRUDCSConfig::TestStream () |
Test for the stream operator. More... | |
int | main (int argc, char **argv) |
Test runner for tests of class AliEMCALTriggerTRUDCSConfig. More... | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Test runner for tests of class AliEMCALTriggerTRUDCSConfig.
Running all tests implemented for the TRU DCS Config
argc | Number of commamnd line arguments (not handled) |
argv | Array of command line arguments (not handled) |
Definition at line 193 of file TestsAliEMCALTriggerTRUDCSConfig.cxx.