#include <boost/test/unit_test.hpp>#include <boost/test/data/test_case.hpp>#include <boost/timer/timer.hpp>#include <ored/scripting/scriptparser.hpp>#include <ored/scripting/astprinter.hpp>#include <ored/scripting/asttoscriptconverter.hpp>#include <ored/scripting/randomastgenerator.hpp>#include <oret/toplevelfixture.hpp>#include <iostream>#include <iomanip>Go to the source code of this file.
Functions | |
| BOOST_DATA_TEST_CASE (testScriptParsing, boost::unit_test::data::make(scriptData), testScript) | |
| BOOST_DATA_TEST_CASE (testRoundTrip, boost::unit_test::data::make(scriptData), testScript) | |
| BOOST_AUTO_TEST_CASE (testRandomRoundTrip) | |
| BOOST_AUTO_TEST_CASE (generateRandomScript, *boost::unit_test::disabled()) | |
| BOOST_AUTO_TEST_CASE (testInteractive, *boost::unit_test::disabled()) | |
| BOOST_DATA_TEST_CASE | ( | testScriptParsing | , |
| boost::unit_test::data::make(scriptData) | , | ||
| testScript | |||
| ) |
Definition at line 538 of file scriptparser.cpp.
Here is the call graph for this function:| BOOST_DATA_TEST_CASE | ( | testRoundTrip | , |
| boost::unit_test::data::make(scriptData) | , | ||
| testScript | |||
| ) |
Definition at line 552 of file scriptparser.cpp.
Here is the call graph for this function:| BOOST_AUTO_TEST_CASE | ( | testRandomRoundTrip | ) |
Definition at line 565 of file scriptparser.cpp.
Here is the call graph for this function:| BOOST_AUTO_TEST_CASE | ( | generateRandomScript | , |
| * | boost::unit_test::disabled() | ||
| ) |
Definition at line 605 of file scriptparser.cpp.
Here is the call graph for this function:| BOOST_AUTO_TEST_CASE | ( | testInteractive | , |
| * | boost::unit_test::disabled() | ||
| ) |
Definition at line 618 of file scriptparser.cpp.
Here is the call graph for this function: