|
CbmRoot
|
#include "CbmDetectorList.h"#include <TString.h>#include <iostream>#include <gtest/gtest-spi.h>#include <gtest/gtest.h>Go to the source code of this file.
Classes | |
| struct | InOutStructure |
| class | _TestCbmDetectorListBase< T > |
| class | CbmDetectorListTest |
| class | CbmDetectorListParamTest |
Functions | |
| TEST (CbmDetectorList, outOfBounds) | |
| TEST_P (CbmDetectorListParamTest, checkUniqueIdCreation) | |
| INSTANTIATE_TEST_CASE_P (TestAllParameters, CbmDetectorListParamTest, ::testing::Values(val1, val2, val3, val4, val5, val6, val7, val8, val9, val10, val11, val12)) | |
Variables | |
| InOutStructure | val1 = {kREF, 0, "ref", "REF"} |
| InOutStructure | val2 = {kMVD, 1, "mvd", "MVD"} |
| InOutStructure | val3 = {kSTS, 2, "sts", "STS"} |
| InOutStructure | val4 = {kRICH, 3, "rich", "RICH"} |
| InOutStructure | val5 = {kMUCH, 4, "much", "MUCH"} |
| InOutStructure | val6 = {kTRD, 5, "trd", "TRD"} |
| InOutStructure | val7 = {kTOF, 6, "tof", "TOF"} |
| InOutStructure | val9 = {kPSD, 8, "unknown", "PSD"} |
| InOutStructure | val10 = {kSTT, 9, "unknown", "UNKNOWN"} |
| InOutStructure | val11 = {kFHODO, 10, "fhodo", "FHODO"} |
| InOutStructure | val12 = {kTutDet, 11, "tutdet", "TUTDET"} |
| InOutStructure | val13 = {kNOFDETS, 12, "unknown", "UNKNOWN"} |
| TEST | ( | CbmDetectorList | , |
| outOfBounds | ) |
Definition at line 63 of file _GTestCbmDefs.cxx.
| TEST_P | ( | CbmDetectorListParamTest | , |
| checkUniqueIdCreation | ) |
Definition at line 81 of file _GTestCbmDefs.cxx.
| InOutStructure val1 = {kREF, 0, "ref", "REF"} |
Definition at line 97 of file _GTestCbmDefs.cxx.
Referenced by CbmSeedFinderQa::FillQaMCInfo(), INSTANTIATE_TEST_CASE_P(), INSTANTIATE_TEST_CASE_P(), TEST(), TEST(), and TEST().
| InOutStructure val10 = {kSTT, 9, "unknown", "UNKNOWN"} |
Definition at line 105 of file _GTestCbmDefs.cxx.
Referenced by INSTANTIATE_TEST_CASE_P(), and INSTANTIATE_TEST_CASE_P().
| InOutStructure val11 = {kFHODO, 10, "fhodo", "FHODO"} |
Definition at line 106 of file _GTestCbmDefs.cxx.
Referenced by INSTANTIATE_TEST_CASE_P(), and INSTANTIATE_TEST_CASE_P().
| InOutStructure val12 = {kTutDet, 11, "tutdet", "TUTDET"} |
Definition at line 107 of file _GTestCbmDefs.cxx.
Referenced by INSTANTIATE_TEST_CASE_P(), and INSTANTIATE_TEST_CASE_P().
| InOutStructure val13 = {kNOFDETS, 12, "unknown", "UNKNOWN"} |
Definition at line 108 of file _GTestCbmDefs.cxx.
| InOutStructure val2 = {kMVD, 1, "mvd", "MVD"} |
Definition at line 98 of file _GTestCbmDefs.cxx.
Referenced by CbmSeedFinderQa::FillQaMCInfo(), INSTANTIATE_TEST_CASE_P(), INSTANTIATE_TEST_CASE_P(), and TEST().
| InOutStructure val3 = {kSTS, 2, "sts", "STS"} |
Definition at line 99 of file _GTestCbmDefs.cxx.
Referenced by INSTANTIATE_TEST_CASE_P(), and INSTANTIATE_TEST_CASE_P().
| InOutStructure val4 = {kRICH, 3, "rich", "RICH"} |
Definition at line 100 of file _GTestCbmDefs.cxx.
Referenced by INSTANTIATE_TEST_CASE_P(), and INSTANTIATE_TEST_CASE_P().
| InOutStructure val5 = {kMUCH, 4, "much", "MUCH"} |
Definition at line 101 of file _GTestCbmDefs.cxx.
Referenced by INSTANTIATE_TEST_CASE_P(), and INSTANTIATE_TEST_CASE_P().
| InOutStructure val6 = {kTRD, 5, "trd", "TRD"} |
Definition at line 102 of file _GTestCbmDefs.cxx.
Referenced by INSTANTIATE_TEST_CASE_P(), and INSTANTIATE_TEST_CASE_P().
| InOutStructure val7 = {kTOF, 6, "tof", "TOF"} |
Definition at line 103 of file _GTestCbmDefs.cxx.
Referenced by INSTANTIATE_TEST_CASE_P(), and INSTANTIATE_TEST_CASE_P().
| InOutStructure val9 = {kPSD, 8, "unknown", "PSD"} |
Definition at line 104 of file _GTestCbmDefs.cxx.
Referenced by INSTANTIATE_TEST_CASE_P(), and INSTANTIATE_TEST_CASE_P().