![]() |
ChimeraTK-ApplicationCore 04.06.00
|
#include "Application.h"#include "ScalarAccessor.h"#include "TestFacility.h"#include "UserInputValidator.h"#include <boost/mpl/list.hpp>#include <boost/test/included/unit_test.hpp>
Include dependency graph for testUserInputValidator.cc:Go to the source code of this file.
Namespaces | |
| namespace | Tests |
| namespace | Tests::testUserInputValidator |
Macros | |
| #define | BOOST_TEST_MODULE testUserInputValidator |
Functions | |
| Tests::testUserInputValidator::BOOST_AUTO_TEST_CASE (testSingleVariable) | |
| Tests::testUserInputValidator::BOOST_AUTO_TEST_CASE (testFallback) | |
| Tests::testUserInputValidator::BOOST_AUTO_TEST_CASE (testMultipleVariablesDifferentChecks) | |
| Tests::testUserInputValidator::BOOST_AUTO_TEST_CASE (testMultipleVariablesSameCheck) | |
| Tests::testUserInputValidator::BOOST_AUTO_TEST_CASE (testMultipleChecksSameVariable) | |
| Tests::testUserInputValidator::BOOST_AUTO_TEST_CASE (testSetErrorFunction) | |
| Tests::testUserInputValidator::BOOST_AUTO_TEST_CASE (testBackwardsPropagationSingleDownstream) | |
| Tests::testUserInputValidator::BOOST_AUTO_TEST_CASE (testBackwardsPropagationTwoDownstream) | |
| Tests::testUserInputValidator::BOOST_AUTO_TEST_CASE (testFunnelThreadedFanOut) | |
| Tests::testUserInputValidator::BOOST_AUTO_TEST_CASE (testFunnelFeedingFanOut) | |
| Tests::testUserInputValidator::BOOST_AUTO_TEST_CASE (testDeepBackwardsPropagation) | |
| #define BOOST_TEST_MODULE testUserInputValidator |
Definition at line 4 of file testUserInputValidator.cc.