CbmRoot
|
#include "CbmLink.h"
#include "CbmMatch.h"
#include "compareLink.h"
#include "compareMatch.h"
#include "gtest/gtest-spi.h"
#include "gtest/gtest.h"
Go to the source code of this file.
Functions | |
TEST (_GTestCbmMatch, CheckDefaultConstructor) | |
TEST (_GTestCbmMatch, AddLink1) | |
TEST (_GTestCbmMatch, AddLink2) | |
CbmMatch | TestAddLinks3 () |
TEST (_GTestCbmMatch, AddLink3) | |
TEST (_GTestCbmMatch, ClearLink) | |
TEST (_GTestCbmMatch, GetLink) | |
TEST (_GTestCbmMatch, GetLinks) | |
TEST (_GTestCbmMatch, GetMatchedLink) | |
TEST (_GTestCbmMatch, CheckToString) | |
TEST | ( | _GTestCbmMatch | , |
AddLink1 | ) |
Definition at line 22 of file _GTestCbmMatch.cxx.
References CbmMatch::AddLink(), and compareMatchDataMembers().
TEST | ( | _GTestCbmMatch | , |
AddLink2 | ) |
Definition at line 49 of file _GTestCbmMatch.cxx.
References CbmMatch::AddLink(), and compareMatchDataMembers().
TEST | ( | _GTestCbmMatch | , |
AddLink3 | ) |
Definition at line 137 of file _GTestCbmMatch.cxx.
References CbmMatch::AddLinks(), compareMatchDataMembers(), and TestAddLinks3().
TEST | ( | _GTestCbmMatch | , |
CheckDefaultConstructor | ) |
Definition at line 13 of file _GTestCbmMatch.cxx.
References compareMatchDataMembers().
TEST | ( | _GTestCbmMatch | , |
CheckToString | ) |
Definition at line 257 of file _GTestCbmMatch.cxx.
References CbmMatch::AddLink(), and CbmMatch::ToString().
TEST | ( | _GTestCbmMatch | , |
ClearLink | ) |
Definition at line 150 of file _GTestCbmMatch.cxx.
References CbmMatch::ClearLinks(), compareMatchDataMembers(), and TestAddLinks3().
TEST | ( | _GTestCbmMatch | , |
GetLink | ) |
Definition at line 167 of file _GTestCbmMatch.cxx.
References compareLinkDataMembers(), compareMatchDataMembers(), CbmMatch::GetLink(), and TestAddLinks3().
TEST | ( | _GTestCbmMatch | , |
GetLinks | ) |
Definition at line 202 of file _GTestCbmMatch.cxx.
References compareLinkDataMembers(), compareMatchDataMembers(), CbmMatch::GetLinks(), and TestAddLinks3().
TEST | ( | _GTestCbmMatch | , |
GetMatchedLink | ) |
Definition at line 238 of file _GTestCbmMatch.cxx.
References compareLinkDataMembers(), compareMatchDataMembers(), CbmMatch::GetMatchedLink(), and TestAddLinks3().
CbmMatch TestAddLinks3 | ( | ) |
Definition at line 89 of file _GTestCbmMatch.cxx.
References CbmMatch::AddLink(), and compareMatchDataMembers().