|
CbmRoot
|
#include "CbmMuchDigi.h"#include "compareMuchDigi.h"#include "gtest/gtest-spi.h"#include "gtest/gtest.h"Go to the source code of this file.
Functions | |
| TEST (_GTestCbmMuchDigi, CheckDefaultConstructor) | |
| TEST (_GTestCbmMuchDigi, CheckStandardConstructor) | |
| TEST (_GTestCbmMuchDigi, CheckCopyConstructor) | |
| TEST (_GTestCbmMuchDigi, CheckAssignmentOperator) | |
| TEST (_GTestCbmMuchDigi, CheckMoveConstructor) | |
| TEST (_GTestCbmMuchDigi, CheckAssignmentMoveConstructor) | |
| TEST (_GTestCbmMuchDigi, CheckToString) | |
| TEST (_GTestCbmMuchDigi, CheckGetClassName) | |
| TEST (_GTestCbmMuchDigi, CheckSetTime) | |
| TEST (_GTestCbmMuchDigi, CheckSetAddress) | |
| TEST (_GTestCbmMuchDigi, CheckSetAdc) | |
| TEST (_GTestCbmMuchDigi, CheckGetChannelId) | |
| TEST (_GTestCbmMuchDigi, CheckGetAdcCharge) | |
| TEST (_GTestCbmMuchDigi, CheckGetDTime) | |
| TEST | ( | _GTestCbmMuchDigi | , |
| CheckAssignmentMoveConstructor | ) |
Definition at line 90 of file _GTestCbmMuchDigi.cxx.
References compareMuchDigiDataMembers(), and kMuch.
| TEST | ( | _GTestCbmMuchDigi | , |
| CheckAssignmentOperator | ) |
Definition at line 55 of file _GTestCbmMuchDigi.cxx.
References compareMuchDigiDataMembers(), and kMuch.
| TEST | ( | _GTestCbmMuchDigi | , |
| CheckCopyConstructor | ) |
Definition at line 36 of file _GTestCbmMuchDigi.cxx.
References compareMuchDigiDataMembers(), and kMuch.
| TEST | ( | _GTestCbmMuchDigi | , |
| CheckDefaultConstructor | ) |
Definition at line 11 of file _GTestCbmMuchDigi.cxx.
References compareMuchDigiDataMembers(), and kMuch.
| TEST | ( | _GTestCbmMuchDigi | , |
| CheckGetAdcCharge | ) |
Definition at line 175 of file _GTestCbmMuchDigi.cxx.
References compareMuchDigiDataMembers(), CbmMuchDigi::GetADCCharge(), and kMuch.
| TEST | ( | _GTestCbmMuchDigi | , |
| CheckGetChannelId | ) |
Definition at line 165 of file _GTestCbmMuchDigi.cxx.
References compareMuchDigiDataMembers(), CbmMuchDigi::GetChannelId(), and kMuch.
| TEST | ( | _GTestCbmMuchDigi | , |
| CheckGetClassName | ) |
Definition at line 119 of file _GTestCbmMuchDigi.cxx.
References compareMuchDigiDataMembers(), CbmMuchDigi::GetClassName(), and kMuch.
| TEST | ( | _GTestCbmMuchDigi | , |
| CheckGetDTime | ) |
Definition at line 185 of file _GTestCbmMuchDigi.cxx.
References compareMuchDigiDataMembers(), CbmMuchDigi::GetDTime(), and kMuch.
| TEST | ( | _GTestCbmMuchDigi | , |
| CheckMoveConstructor | ) |
Definition at line 75 of file _GTestCbmMuchDigi.cxx.
References compareMuchDigiDataMembers(), and kMuch.
| TEST | ( | _GTestCbmMuchDigi | , |
| CheckSetAdc | ) |
Definition at line 153 of file _GTestCbmMuchDigi.cxx.
References compareMuchDigiDataMembers(), kMuch, and CbmMuchDigi::SetAdc().
| TEST | ( | _GTestCbmMuchDigi | , |
| CheckSetAddress | ) |
Definition at line 141 of file _GTestCbmMuchDigi.cxx.
References compareMuchDigiDataMembers(), kMuch, and CbmMuchDigi::SetAddress().
| TEST | ( | _GTestCbmMuchDigi | , |
| CheckSetTime | ) |
Definition at line 129 of file _GTestCbmMuchDigi.cxx.
References compareMuchDigiDataMembers(), kMuch, and CbmMuchDigi::SetTime().
| TEST | ( | _GTestCbmMuchDigi | , |
| CheckStandardConstructor | ) |
Definition at line 24 of file _GTestCbmMuchDigi.cxx.
References compareMuchDigiDataMembers(), and kMuch.
| TEST | ( | _GTestCbmMuchDigi | , |
| CheckToString | ) |
Definition at line 109 of file _GTestCbmMuchDigi.cxx.
References compareMuchDigiDataMembers(), kMuch, and CbmMuchDigi::ToString().