|
ifw-daq
3.0.0-pre2
IFW Data Acquisition modules
|
daq::dpm::Workspace integration tests More...
#include <fstream>#include <thread>#include <gtest/gtest.h>#include <daq/dpm/workspace.hpp>#include <daq/error/report.hpp>Go to the source code of this file.
Classes | |
| class | WorkspaceTest |
| class | DaqWorkspaceTest |
Functions | |
| TEST_F (WorkspaceTest, GetPath) | |
| TEST_F (WorkspaceTest, ConstructionInitializeWorkspaceWithExistingRoot) | |
| TEST_F (WorkspaceTest, ConstructionInitializeWorkspaceWithNonexistingRoot) | |
| TEST_F (WorkspaceTest, ConstructionFailsIfRootIsAfile) | |
| TEST_F (WorkspaceTest, InitializeDaq) | |
| TEST_F (WorkspaceTest, ArchiveDaq) | |
| TEST_F (WorkspaceTest, RemoveDaq) | |
| TEST_F (DaqWorkspaceTest, LoadStoreSpecification) | |
| TEST_F (DaqWorkspaceTest, LoadStoreStatus) | |
| TEST_F (DaqWorkspaceTest, LoadStoreLookup) | |
daq::dpm::Workspace integration tests
Definition in file testWorkspace.cpp.
| TEST_F | ( | DaqWorkspaceTest | , |
| LoadStoreLookup | |||
| ) |
Definition at line 164 of file testWorkspace.cpp.
| TEST_F | ( | DaqWorkspaceTest | , |
| LoadStoreSpecification | |||
| ) |
Definition at line 133 of file testWorkspace.cpp.
| TEST_F | ( | DaqWorkspaceTest | , |
| LoadStoreStatus | |||
| ) |
Definition at line 148 of file testWorkspace.cpp.
| TEST_F | ( | WorkspaceTest | , |
| ArchiveDaq | |||
| ) |
Definition at line 104 of file testWorkspace.cpp.
| TEST_F | ( | WorkspaceTest | , |
| ConstructionFailsIfRootIsAfile | |||
| ) |
Definition at line 85 of file testWorkspace.cpp.
| TEST_F | ( | WorkspaceTest | , |
| ConstructionInitializeWorkspaceWithExistingRoot | |||
| ) |
Definition at line 66 of file testWorkspace.cpp.
| TEST_F | ( | WorkspaceTest | , |
| ConstructionInitializeWorkspaceWithNonexistingRoot | |||
| ) |
Definition at line 75 of file testWorkspace.cpp.
| TEST_F | ( | WorkspaceTest | , |
| GetPath | |||
| ) |
Definition at line 61 of file testWorkspace.cpp.
| TEST_F | ( | WorkspaceTest | , |
| InitializeDaq | |||
| ) |
Definition at line 91 of file testWorkspace.cpp.
| TEST_F | ( | WorkspaceTest | , |
| RemoveDaq | |||
| ) |
Definition at line 120 of file testWorkspace.cpp.