Project
Loading...
Searching...
No Matches
test_DeviceSpecHelpers.cxx File Reference
#include "Mocking.h"
#include "Framework/WorkflowSpec.h"
#include "Framework/DataProcessorSpec.h"
#include "Framework/DeviceExecution.h"
#include "Framework/DriverConfig.h"
#include "../src/DeviceSpecHelpers.h"
#include <catch_amalgamated.hpp>
#include <algorithm>
#include <sstream>
#include <cstring>
#include <vector>
#include <map>
#include "../src/SimpleResourceManager.h"
#include "../src/ComputingResourceHelpers.h"

Go to the source code of this file.

Namespaces

namespace  o2
 a couple of static helper functions to create timestamp values for CCDB queries or override obsolete objects
 
namespace  o2::framework
 Defining PrimaryVertex explicitly as messageable.
 

Typedefs

using o2::framework::CheckMatrix = std::map< std::string, std::vector< std::pair< std::string, std::string > > >
 

Functions

bool o2::framework::search (DeviceExecution const &execution, std::string const &option, std::string const &argument)
 
void o2::framework::check (const std::vector< std::string > &arguments, const std::vector< ConfigParamSpec > &workflowOptions, const std::vector< DeviceSpec > &deviceSpecs, CheckMatrix &matrix)
 
 o2::framework::TEST_CASE ("test_prepareArguments")
 
 o2::framework::TEST_CASE ("CheckOptionReworking")
 
 o2::framework::TEST_CASE ("CheckIntegerReworking")
 
 o2::framework::TEST_CASE ("Check validity of the workflow")
 
 o2::framework::TEST_CASE ("CheckReworkingEnv")