CbmRoot
|
#include "CbmPsdPoint.h"
#include "gtest/gtest-spi.h"
#include "gtest/gtest.h"
#include "comparePsdPoint.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 142 of file _GTestCbmPsdPoint.cxx.
References comparePsdPointDataMembers(), and pos.
TEST | ( | _GTestCbmPsdPoint | , |
CheckCopyAssignmentOperator | |||
) |
Definition at line 82 of file _GTestCbmPsdPoint.cxx.
References comparePsdPointDataMembers(), and pos.
TEST | ( | _GTestCbmPsdPoint | , |
CheckCopyConstructor | |||
) |
Definition at line 53 of file _GTestCbmPsdPoint.cxx.
References comparePsdPointDataMembers(), and pos.
TEST | ( | _GTestCbmPsdPoint | , |
CheckDefaultConstructor | |||
) |
Definition at line 9 of file _GTestCbmPsdPoint.cxx.
References comparePsdPointDataMembers().
TEST | ( | _GTestCbmPsdPoint | , |
CheckMoveConstructor | |||
) |
Definition at line 112 of file _GTestCbmPsdPoint.cxx.
References comparePsdPointDataMembers(), and pos.
TEST | ( | _GTestCbmPsdPoint | , |
CheckPrint | |||
) |
Definition at line 218 of file _GTestCbmPsdPoint.cxx.
References comparePsdPointDataMembers(), pos, and CbmPsdPoint::Print().
TEST | ( | _GTestCbmPsdPoint | , |
CheckSetModuleID | |||
) |
Definition at line 173 of file _GTestCbmPsdPoint.cxx.
References comparePsdPointDataMembers(), pos, and CbmPsdPoint::SetModuleID().
TEST | ( | _GTestCbmPsdPoint | , |
CheckStandardConstructor | |||
) |
Definition at line 30 of file _GTestCbmPsdPoint.cxx.
References comparePsdPointDataMembers(), and pos.
TEST | ( | _GTestCbmPsdPoint | , |
CheckToString | |||
) |
Definition at line 196 of file _GTestCbmPsdPoint.cxx.
References comparePsdPointDataMembers(), pos, and CbmPsdPoint::ToString().