#include "unit.hpp"
#include "dev_test.hpp"
#include "FakeAnalogDevice.hpp"
#include "FakeDigitalDevice.hpp"
#include <extras/dev/AnalogInput.hpp>
#include <extras/dev/AnalogOutput.hpp>
#include <extras/dev/DigitalInput.hpp>
#include <extras/dev/DigitalOutput.hpp>
#include <iostream>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (testClasses) | |
BOOST_AUTO_TEST_CASE (testNaming) |
BOOST_AUTO_TEST_CASE | ( | testClasses | ) |
Definition at line 48 of file dev_test.cpp.
BOOST_AUTO_TEST_CASE | ( | testNaming | ) |
Definition at line 65 of file dev_test.cpp.