|
CbmRoot
|
A test for the cbm::util::StructLooper class. More...
#include "CbmStructLooper.h"#include "gtest/gtest.h"#include <unordered_map>#include <unordered_set>#include <vector>Go to the source code of this file.
Classes | |
| class | A |
| Some class A. More... | |
| class | B |
| Some class B. More... | |
| class | C |
| Some class C. More... | |
| struct | Composite |
| A composite of optional A, B and C. More... | |
| struct | Hits |
| A class, which emulates hit containers for different components. More... | |
| struct | CompositeApplication |
| An application for a Composite object. More... | |
Functions | |
| TEST (_GTestStructLooper, StructLooper_FullyDefinedComposite_LoopOverVariables) | |
| TEST (_GTestStructLooper, StructLooper_FullyDefinedComposite_LoopOverValues_1) | |
| TEST (_GTestStructLooper, StructLooper_FullyDefinedComposite_LoopOverValues_2) | |
| TEST (_GTestStructLooper, StructLooper_PartiallyDefinedComposite_LoopOverVariables) | |
| TEST (_GTestStructLooper, StructLooper_PartiallyDefinedComposite_LoopOverValues_1) | |
| TEST (_GTestStructLooper, StructLooper_PartiallyDefinedComposite_LoopOverValues_2) | |
Variables | |
| static auto | hits |
| static auto | compFull |
| static auto | compPart |
A test for the cbm::util::StructLooper class.
Definition in file _GTestStructLooper.cxx.
| TEST | ( | _GTestStructLooper | , |
| StructLooper_FullyDefinedComposite_LoopOverValues_1 | ) |
Definition at line 214 of file _GTestStructLooper.cxx.
References compFull, CompositeApplication::GetPropertySum(), and CompositeApplication::SetProperty().
| TEST | ( | _GTestStructLooper | , |
| StructLooper_FullyDefinedComposite_LoopOverValues_2 | ) |
Definition at line 222 of file _GTestStructLooper.cxx.
References compFull, CompositeApplication::GetNumberOfStationsWithHits(), and hits.
| TEST | ( | _GTestStructLooper | , |
| StructLooper_FullyDefinedComposite_LoopOverVariables | ) |
Definition at line 207 of file _GTestStructLooper.cxx.
References compFull, and CompositeApplication::GetNofNonNullopt().
| TEST | ( | _GTestStructLooper | , |
| StructLooper_PartiallyDefinedComposite_LoopOverValues_1 | ) |
Definition at line 236 of file _GTestStructLooper.cxx.
References compPart, CompositeApplication::GetPropertySum(), and CompositeApplication::SetProperty().
| TEST | ( | _GTestStructLooper | , |
| StructLooper_PartiallyDefinedComposite_LoopOverValues_2 | ) |
Definition at line 244 of file _GTestStructLooper.cxx.
References compPart, CompositeApplication::GetNumberOfStationsWithHits(), and hits.
| TEST | ( | _GTestStructLooper | , |
| StructLooper_PartiallyDefinedComposite_LoopOverVariables | ) |
Definition at line 229 of file _GTestStructLooper.cxx.
References compPart, and CompositeApplication::GetNofNonNullopt().
|
static |
Definition at line 197 of file _GTestStructLooper.cxx.
|
static |
|
static |
Definition at line 191 of file _GTestStructLooper.cxx.
Referenced by CompositeApplication::GetNumberOfStationsWithHits().