![]() |
Project
|
#include <boost/test/unit_test.hpp>
#include "MapCRU.h"
#include "MapFEC.h"
#include <sstream>
#include <string>
Go to the source code of this file.
Macros | |
#define | BOOST_TEST_MODULE Test MCHWorkflow MapperString |
#define | BOOST_TEST_MAIN |
#define | BOOST_TEST_DYN_LINK |
Functions | |
BOOST_AUTO_TEST_CASE (DefautCtorCreatesAnEmptyMap) | |
BOOST_AUTO_TEST_CASE (ReadMapCRUSize) | |
BOOST_AUTO_TEST_CASE (GetSolarId) | |
BOOST_AUTO_TEST_CASE (GetSolarIdIsOKEvenIfLineContainsMoreInformation) | |
BOOST_AUTO_TEST_CASE (ObjectFromStringShouldHaveFiveFEC) | |
BOOST_AUTO_TEST_CASE (RequestingInvalidLinkMustYieldInvalidDeDs) | |
BOOST_AUTO_TEST_CASE (RequestingInvalidDsAddressMustYieldInvalidDeDs) | |
BOOST_AUTO_TEST_CASE (GetValidDeDs) | |
Variables | |
std::string | cruString |
std::string | cruString2 |
std::string | fecString |
#define BOOST_TEST_DYN_LINK |
Definition at line 14 of file testElectronicMapperString.cxx.
#define BOOST_TEST_MAIN |
Definition at line 13 of file testElectronicMapperString.cxx.
#define BOOST_TEST_MODULE Test MCHWorkflow MapperString |
Definition at line 12 of file testElectronicMapperString.cxx.
BOOST_AUTO_TEST_CASE | ( | DefautCtorCreatesAnEmptyMap | ) |
Definition at line 46 of file testElectronicMapperString.cxx.
BOOST_AUTO_TEST_CASE | ( | GetSolarId | ) |
Definition at line 58 of file testElectronicMapperString.cxx.
BOOST_AUTO_TEST_CASE | ( | GetSolarIdIsOKEvenIfLineContainsMoreInformation | ) |
Definition at line 67 of file testElectronicMapperString.cxx.
BOOST_AUTO_TEST_CASE | ( | GetValidDeDs | ) |
Definition at line 96 of file testElectronicMapperString.cxx.
BOOST_AUTO_TEST_CASE | ( | ObjectFromStringShouldHaveFiveFEC | ) |
Definition at line 76 of file testElectronicMapperString.cxx.
BOOST_AUTO_TEST_CASE | ( | ReadMapCRUSize | ) |
Definition at line 52 of file testElectronicMapperString.cxx.
BOOST_AUTO_TEST_CASE | ( | RequestingInvalidDsAddressMustYieldInvalidDeDs | ) |
Definition at line 89 of file testElectronicMapperString.cxx.
BOOST_AUTO_TEST_CASE | ( | RequestingInvalidLinkMustYieldInvalidDeDs | ) |
Definition at line 82 of file testElectronicMapperString.cxx.
std::string cruString |
Definition at line 25 of file testElectronicMapperString.cxx.
std::string cruString2 |
Definition at line 29 of file testElectronicMapperString.cxx.
std::string fecString |
Definition at line 38 of file testElectronicMapperString.cxx.