CbmRoot
|
#include "CbmLink.h"
#include "CbmMatch.h"
#include "gtest/gtest-spi.h"
#include "gtest/gtest.h"
#include "compareLink.h"
#include "compareMatch.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 18 of file _GTestCbmMatch.cxx.
References CbmMatch::AddLink(), and compareMatchDataMembers().
TEST | ( | _GTestCbmMatch | , |
AddLink2 | |||
) |
Definition at line 44 of file _GTestCbmMatch.cxx.
References CbmMatch::AddLink(), and compareMatchDataMembers().
TEST | ( | _GTestCbmMatch | , |
AddLink3 | |||
) |
Definition at line 130 of file _GTestCbmMatch.cxx.
References CbmMatch::AddLinks(), compareMatchDataMembers(), and TestAddLinks3().
TEST | ( | _GTestCbmMatch | , |
CheckDefaultConstructor | |||
) |
Definition at line 10 of file _GTestCbmMatch.cxx.
References compareMatchDataMembers().
TEST | ( | _GTestCbmMatch | , |
CheckToString | |||
) |
Definition at line 245 of file _GTestCbmMatch.cxx.
References CbmMatch::AddLink(), and CbmMatch::ToString().
TEST | ( | _GTestCbmMatch | , |
ClearLink | |||
) |
Definition at line 142 of file _GTestCbmMatch.cxx.
References CbmMatch::ClearLinks(), compareMatchDataMembers(), and TestAddLinks3().
TEST | ( | _GTestCbmMatch | , |
GetLink | |||
) |
Definition at line 158 of file _GTestCbmMatch.cxx.
References compareLinkDataMembers(), compareMatchDataMembers(), CbmMatch::GetLink(), and TestAddLinks3().
TEST | ( | _GTestCbmMatch | , |
GetLinks | |||
) |
Definition at line 192 of file _GTestCbmMatch.cxx.
References compareLinkDataMembers(), compareMatchDataMembers(), CbmMatch::GetLinks(), and TestAddLinks3().
TEST | ( | _GTestCbmMatch | , |
GetMatchedLink | |||
) |
Definition at line 227 of file _GTestCbmMatch.cxx.
References compareLinkDataMembers(), compareMatchDataMembers(), CbmMatch::GetMatchedLink(), and TestAddLinks3().
CbmMatch TestAddLinks3 | ( | ) |
Definition at line 83 of file _GTestCbmMatch.cxx.
References CbmMatch::AddLink(), and compareMatchDataMembers().
Referenced by TEST().