ifw-daq  3.0.0-pre2
IFW Data Acquisition modules
Classes | Namespaces | Functions
testDpmService.cpp File Reference

Unit tests for daq::dpm::DpmService. More...

#include <daq/dpm/scheduler.hpp>
#include <utility>
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include <daq/test/progress.hpp>
#include "daqifFake.hpp"
#include "mock/mockMal.hpp"
#include "mock/mockScheduler.hpp"
#include "mock/mockWorkspace.hpp"
#include <daq/dpm/dpmService.hpp>

Go to the source code of this file.

Classes

class  daq::dpm::TestDpmService
 

Namespaces

 daq
 
 daq::dpm
 

Functions

 daq::dpm::TEST_F (TestDpmService, QueryStorageStatusSuceeds)
 
 daq::dpm::TEST_F (TestDpmService, QueryStorageStatusFails)
 
 daq::dpm::TEST_F (TestDpmService, QueueDaqSucceeds)
 
 daq::dpm::TEST_F (TestDpmService, QueueDaqThrows)
 
 daq::dpm::TEST_F (TestDpmService, AbortDaqSucceeds)
 
 daq::dpm::TEST_F (TestDpmService, AbortDaqThrows)
 
 daq::dpm::TEST_F (TestDpmService, GetDaqStatusSucceeds)
 
 daq::dpm::TEST_F (TestDpmService, GetDaqStatusThrows)
 
 daq::dpm::TEST_F (TestDpmService, GetActiveDaqsSucceeds)
 
 daq::dpm::TEST_F (TestDpmService, GetActiveDaqsThrowws)
 

Detailed Description

Unit tests for daq::dpm::DpmService.

Definition in file testDpmService.cpp.