TwiceAsNice
2019-02-18
|
#include <boost/test/unit_test.hpp>
#include <boost/lexical_cast.hpp>
#include <string>
#include "ChatSerialLine.hpp"
Classes | |
struct | Fixture |
Functions | |
BOOST_FIXTURE_TEST_SUITE (PowerMeterSerialLines, Fixture) | |
BOOST_AUTO_TEST_CASE (ShouldFetchCurrentStatusAfterReset) | |
BOOST_AUTO_TEST_CASE (ShouldFetchCurrentExtendedStatusAfterReset) | |
BOOST_AUTO_TEST_CASE (ShouldFetchFirmwareVersion) | |
BOOST_AUTO_TEST_CASE (ShouldCheckLifeOfPowerMeter) | |
BOOST_AUTO_TEST_CASE (ShouldFetchModeHeadName) | |
BOOST_AUTO_TEST_CASE (ShouldSetWaveLengthCorrectionTo532nm) | |
BOOST_AUTO_TEST_CASE (ShouldSetAnalogOutputVoltageTo70Watt) | |
BOOST_AUTO_TEST_CASE (ShouldMeasureLightPower) | |
BOOST_AUTO_TEST_SUITE_END () | |
BOOST_AUTO_TEST_CASE | ( | ShouldFetchCurrentStatusAfterReset | ) |
BOOST_AUTO_TEST_CASE | ( | ShouldFetchCurrentExtendedStatusAfterReset | ) |
BOOST_AUTO_TEST_CASE | ( | ShouldFetchFirmwareVersion | ) |
BOOST_AUTO_TEST_CASE | ( | ShouldCheckLifeOfPowerMeter | ) |
BOOST_AUTO_TEST_CASE | ( | ShouldFetchModeHeadName | ) |
BOOST_AUTO_TEST_CASE | ( | ShouldSetWaveLengthCorrectionTo532nm | ) |
BOOST_AUTO_TEST_CASE | ( | ShouldSetAnalogOutputVoltageTo70Watt | ) |
BOOST_AUTO_TEST_CASE | ( | ShouldMeasureLightPower | ) |
BOOST_AUTO_TEST_SUITE_END | ( | ) |
BOOST_FIXTURE_TEST_SUITE | ( | PowerMeterSerialLines | , |
Fixture | |||
) |