#include <boost/test/unit_test.hpp>
#include <boost/test/data/test_case.hpp>
#include <ored/scripting/value.hpp>
#include <oret/toplevelfixture.hpp>
#include <ql/time/date.hpp>
#include <ql/tuple.hpp>
#include <iostream>
#include <iomanip>
Go to the source code of this file.
Functions | |
BOOST_AUTO_TEST_CASE (testValueRandomVariableBinaryOps) | |
BOOST_AUTO_TEST_CASE (testValueRandomVariableUnaryOps) | |
BOOST_AUTO_TEST_CASE (testValueIllegalOps) | |
BOOST_AUTO_TEST_CASE (testAssignments) | |
BOOST_AUTO_TEST_CASE (testIllegalAssignments) | |
BOOST_AUTO_TEST_CASE (testComparisons) | |
BOOST_AUTO_TEST_CASE (testIllegalComparisons) | |
BOOST_AUTO_TEST_CASE | ( | testValueRandomVariableBinaryOps | ) |
Definition at line 41 of file value.cpp.
BOOST_AUTO_TEST_CASE | ( | testValueRandomVariableUnaryOps | ) |
Definition at line 71 of file value.cpp.
BOOST_AUTO_TEST_CASE | ( | testValueIllegalOps | ) |
Definition at line 100 of file value.cpp.
BOOST_AUTO_TEST_CASE | ( | testAssignments | ) |
Definition at line 142 of file value.cpp.
BOOST_AUTO_TEST_CASE | ( | testIllegalAssignments | ) |
Definition at line 169 of file value.cpp.
BOOST_AUTO_TEST_CASE | ( | testComparisons | ) |
Definition at line 195 of file value.cpp.
BOOST_AUTO_TEST_CASE | ( | testIllegalComparisons | ) |
Definition at line 232 of file value.cpp.