CbmRoot
|
#include "CbmTrdPoint.h"
#include "gtest/gtest-spi.h"
#include "gtest/gtest.h"
#include "compareTrdPoint.h"
Go to the source code of this file.
Functions | |
TEST (_GTestCbmTrdPoint, CheckDefaultConstructor) | |
TEST (_GTestCbmTrdPoint, CheckStandardConstructor) | |
TEST (_GTestCbmTrdPoint, CheckCopyConstructor) | |
TEST (_GTestCbmTrdPoint, CheckCopyAssignmentOperator) | |
TEST (_GTestCbmTrdPoint, CheckMoveConstructor) | |
TEST (_GTestCbmTrdPoint, CheckAssignmentOperator) | |
TEST (_GTestCbmTrdPoint, CheckPrint) | |
TEST (_GTestCbmTrdPoint, CheckPositionOut) | |
TEST (_GTestCbmTrdPoint, CheckMomentumOut) | |
TEST | ( | _GTestCbmTrdPoint | , |
CheckAssignmentOperator | |||
) |
Definition at line 258 of file _GTestCbmTrdPoint.cxx.
References compareTrdPointDataMembers().
TEST | ( | _GTestCbmTrdPoint | , |
CheckCopyAssignmentOperator | |||
) |
Definition at line 140 of file _GTestCbmTrdPoint.cxx.
References compareTrdPointDataMembers().
TEST | ( | _GTestCbmTrdPoint | , |
CheckCopyConstructor | |||
) |
Definition at line 82 of file _GTestCbmTrdPoint.cxx.
References compareTrdPointDataMembers().
TEST | ( | _GTestCbmTrdPoint | , |
CheckDefaultConstructor | |||
) |
Definition at line 8 of file _GTestCbmTrdPoint.cxx.
References compareTrdPointDataMembers().
TEST | ( | _GTestCbmTrdPoint | , |
CheckMomentumOut | |||
) |
Definition at line 395 of file _GTestCbmTrdPoint.cxx.
References compareTrdPointDataMembers(), and CbmTrdPoint::MomentumOut().
TEST | ( | _GTestCbmTrdPoint | , |
CheckMoveConstructor | |||
) |
Definition at line 199 of file _GTestCbmTrdPoint.cxx.
References compareTrdPointDataMembers().
TEST | ( | _GTestCbmTrdPoint | , |
CheckPositionOut | |||
) |
Definition at line 358 of file _GTestCbmTrdPoint.cxx.
References compareTrdPointDataMembers(), and CbmTrdPoint::PositionOut().
TEST | ( | _GTestCbmTrdPoint | , |
CheckPrint | |||
) |
Definition at line 318 of file _GTestCbmTrdPoint.cxx.
References compareTrdPointDataMembers(), and CbmTrdPoint::Print().
TEST | ( | _GTestCbmTrdPoint | , |
CheckStandardConstructor | |||
) |
Definition at line 39 of file _GTestCbmTrdPoint.cxx.
References compareTrdPointDataMembers().