#include <boost/make_shared.hpp>#include <boost/test/unit_test.hpp>#include <ored/portfolio/fxforward.hpp>#include <ored/portfolio/portfolio.hpp>#include <oret/toplevelfixture.hpp>Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (testAddTrades) | |
| BOOST_AUTO_TEST_CASE (testAddTradeWithExistingId) | |
| BOOST_AUTO_TEST_CASE (testClear) | |
| BOOST_AUTO_TEST_CASE (testSize) | |
| BOOST_AUTO_TEST_CASE (testRemove) | |
| BOOST_AUTO_TEST_CASE (testTrades) | |
| BOOST_AUTO_TEST_CASE (testIds) | |
| BOOST_AUTO_TEST_CASE | ( | testAddTrades | ) |
Definition at line 34 of file portfolio.cpp.
| BOOST_AUTO_TEST_CASE | ( | testAddTradeWithExistingId | ) |
Definition at line 50 of file portfolio.cpp.
| BOOST_AUTO_TEST_CASE | ( | testClear | ) |
Definition at line 58 of file portfolio.cpp.
| BOOST_AUTO_TEST_CASE | ( | testSize | ) |
Definition at line 67 of file portfolio.cpp.
| BOOST_AUTO_TEST_CASE | ( | testRemove | ) |
Definition at line 80 of file portfolio.cpp.
| BOOST_AUTO_TEST_CASE | ( | testTrades | ) |
Definition at line 90 of file portfolio.cpp.
| BOOST_AUTO_TEST_CASE | ( | testIds | ) |
Definition at line 106 of file portfolio.cpp.