#include <boost/algorithm/string.hpp>#include <boost/make_shared.hpp>#include <boost/test/unit_test.hpp>#include <boost/test/data/test_case.hpp>#include <ored/configuration/basecorrelationcurveconfig.hpp>#include <ored/configuration/capfloorvolcurveconfig.hpp>#include <ored/configuration/cdsvolcurveconfig.hpp>#include <ored/configuration/curveconfigurations.hpp>#include <ored/configuration/defaultcurveconfig.hpp>#include <ored/configuration/equitycurveconfig.hpp>#include <ored/configuration/equityvolcurveconfig.hpp>#include <ored/configuration/fxspotconfig.hpp>#include <ored/configuration/fxvolcurveconfig.hpp>#include <ored/configuration/inflationcurveconfig.hpp>#include <ored/configuration/securityconfig.hpp>#include <ored/configuration/swaptionvolcurveconfig.hpp>#include <ored/configuration/yieldcurveconfig.hpp>#include <ored/utilities/csvfilereader.hpp>#include <ored/utilities/parsers.hpp>#include <oret/datapaths.hpp>#include <oret/fileutilities.hpp>#include <oret/toplevelfixture.hpp>#include <ql/time/calendar.hpp>#include <ql/time/daycounter.hpp>Go to the source code of this file.
Namespaces | |
| namespace | boost |
| namespace | boost::test_tools |
| namespace | boost::test_tools::tt_detail |
Functions | |
| BOOST_AUTO_TEST_CASE (testFromToXml) | |
| BOOST_AUTO_TEST_CASE (testCurveConfigQuotesAll) | |
| BOOST_DATA_TEST_CASE (testCurveConfigQuotesSimpleTodaysMarket, bdata::make(files), filePair) | |
| BOOST_AUTO_TEST_CASE (testCurveConfigQuotesTodaysMarketMultipleConfigs) | |
| BOOST_AUTO_TEST_CASE (testDiscountRatioSegmentFromXml) | |
| BOOST_AUTO_TEST_CASE (testDiscountRatioSegmentToXml) | |
| BOOST_AUTO_TEST_CASE | ( | testFromToXml | ) |
Definition at line 120 of file curveconfig.cpp.
Here is the call graph for this function:| BOOST_AUTO_TEST_CASE | ( | testCurveConfigQuotesAll | ) |
Definition at line 140 of file curveconfig.cpp.
| BOOST_DATA_TEST_CASE | ( | testCurveConfigQuotesSimpleTodaysMarket | , |
| bdata::make(files) | , | ||
| filePair | |||
| ) |
Definition at line 154 of file curveconfig.cpp.
| BOOST_AUTO_TEST_CASE | ( | testCurveConfigQuotesTodaysMarketMultipleConfigs | ) |
Definition at line 174 of file curveconfig.cpp.
| BOOST_AUTO_TEST_CASE | ( | testDiscountRatioSegmentFromXml | ) |
Definition at line 206 of file curveconfig.cpp.
Here is the call graph for this function:| BOOST_AUTO_TEST_CASE | ( | testDiscountRatioSegmentToXml | ) |
Definition at line 240 of file curveconfig.cpp.
Here is the call graph for this function: