![]() |
ChimeraTK-DeviceAccess 03.20.00
|
#include "Device.h"
#include "Exception.h"
#include "MapFileParser.h"
#include <boost/test/unit_test.hpp>
Go to the source code of this file.
Macros | |
#define | BOOST_TEST_DYN_LINK |
#define | BOOST_TEST_MODULE JsonMapFileParser |
Functions | |
BOOST_AUTO_TEST_CASE (TestFileDoesNotExist) | |
BOOST_AUTO_TEST_CASE (TestGoodMapFileParse) | |
BOOST_AUTO_TEST_CASE (TestInterruptIntegration) | |
#define BOOST_TEST_DYN_LINK |
Definition at line 4 of file testJsonMapFileParser.cpp.
#define BOOST_TEST_MODULE JsonMapFileParser |
Definition at line 6 of file testJsonMapFileParser.cpp.
BOOST_AUTO_TEST_CASE | ( | TestFileDoesNotExist | ) |
Definition at line 22 of file testJsonMapFileParser.cpp.
BOOST_AUTO_TEST_CASE | ( | TestGoodMapFileParse | ) |
Definition at line 29 of file testJsonMapFileParser.cpp.
BOOST_AUTO_TEST_CASE | ( | TestInterruptIntegration | ) |
Definition at line 277 of file testJsonMapFileParser.cpp.