CbmRoot
|
#include "CbmPsdPoint.h"
#include "comparePsdPoint.h"
#include "gtest/gtest-spi.h"
#include "gtest/gtest.h"
Go to the source code of this file.
Functions | |
TEST (_GTestCbmPsdPoint, CheckDefaultConstructor) | |
TEST (_GTestCbmPsdPoint, CheckStandardConstructor) | |
TEST (_GTestCbmPsdPoint, CheckCopyConstructor) | |
TEST (_GTestCbmPsdPoint, CheckCopyAssignmentOperator) | |
TEST (_GTestCbmPsdPoint, CheckMoveConstructor) | |
TEST (_GTestCbmPsdPoint, CheckAssignmentOperator) | |
TEST (_GTestCbmPsdPoint, CheckSetModuleID) | |
TEST (_GTestCbmPsdPoint, CheckToString) | |
TEST (_GTestCbmPsdPoint, CheckPrint) | |
TEST | ( | _GTestCbmPsdPoint | , |
CheckAssignmentOperator | ) |
Definition at line 128 of file _GTestCbmPsdPoint.cxx.
References comparePsdPointDataMembers(), and pos.
TEST | ( | _GTestCbmPsdPoint | , |
CheckCopyAssignmentOperator | ) |
Definition at line 72 of file _GTestCbmPsdPoint.cxx.
References comparePsdPointDataMembers(), and pos.
TEST | ( | _GTestCbmPsdPoint | , |
CheckCopyConstructor | ) |
Definition at line 45 of file _GTestCbmPsdPoint.cxx.
References comparePsdPointDataMembers(), and pos.
TEST | ( | _GTestCbmPsdPoint | , |
CheckDefaultConstructor | ) |
Definition at line 12 of file _GTestCbmPsdPoint.cxx.
References comparePsdPointDataMembers().
TEST | ( | _GTestCbmPsdPoint | , |
CheckMoveConstructor | ) |
Definition at line 100 of file _GTestCbmPsdPoint.cxx.
References comparePsdPointDataMembers(), and pos.
TEST | ( | _GTestCbmPsdPoint | , |
CheckPrint | ) |
Definition at line 201 of file _GTestCbmPsdPoint.cxx.
References comparePsdPointDataMembers(), pos, and CbmPsdPoint::Print().
TEST | ( | _GTestCbmPsdPoint | , |
CheckSetModuleID | ) |
Definition at line 157 of file _GTestCbmPsdPoint.cxx.
References comparePsdPointDataMembers(), pos, and CbmPsdPoint::SetModuleID().
TEST | ( | _GTestCbmPsdPoint | , |
CheckStandardConstructor | ) |
Definition at line 24 of file _GTestCbmPsdPoint.cxx.
References comparePsdPointDataMembers(), and pos.
TEST | ( | _GTestCbmPsdPoint | , |
CheckToString | ) |
Definition at line 179 of file _GTestCbmPsdPoint.cxx.
References comparePsdPointDataMembers(), pos, and CbmPsdPoint::ToString().