#include <terralib/dataaccess/dataset/DataSet.h>#include <terralib/dataaccess/datasource/DataSource.h>#include <terralib/dataaccess/datasource/DataSourceFactory.h>#include <terralib/dataaccess/utils/Utils.h>#include <terralib/datatype.h>#include <terralib/geometry/GeometryProperty.h>#include <terralib/postgis/Transactor.h>#include "../Utils.h"#include <iostream>#include <exception>#include <boost/test/unit_test.hpp>Go to the source code of this file.
Functions | |
| BOOST_AUTO_TEST_CASE (moveFirst_test) | |
| BOOST_AUTO_TEST_CASE (moveLast_test) | |
| BOOST_AUTO_TEST_CASE (move_test) | |
| BOOST_AUTO_TEST_CASE (moveNext_test) | |
| BOOST_AUTO_TEST_CASE (movePrevious_test) | |
| BOOST_AUTO_TEST_SUITE (connectedDataSet_tests) BOOST_AUTO_TEST_CASE(moveBeforeFirst_test) | |
| std::unique_ptr< te::da::DataSet > | GetConnectedDataSet (te::da::DataSource *ds) |
| BOOST_AUTO_TEST_CASE | ( | moveFirst_test | ) |
Definition at line 92 of file TsConnectedDataSet.cpp.
References ds, GetConnectedDataSet(), and GetPostGISConnection().
| BOOST_AUTO_TEST_CASE | ( | moveLast_test | ) |
Definition at line 106 of file TsConnectedDataSet.cpp.
References ds, GetConnectedDataSet(), and GetPostGISConnection().
| BOOST_AUTO_TEST_CASE | ( | move_test | ) |
Definition at line 120 of file TsConnectedDataSet.cpp.
References ds, GetConnectedDataSet(), and GetPostGISConnection().
| BOOST_AUTO_TEST_CASE | ( | moveNext_test | ) |
Definition at line 167 of file TsConnectedDataSet.cpp.
References ds, GetConnectedDataSet(), and GetPostGISConnection().
| BOOST_AUTO_TEST_CASE | ( | movePrevious_test | ) |
Definition at line 184 of file TsConnectedDataSet.cpp.
References ds, GetConnectedDataSet(), and GetPostGISConnection().
| BOOST_AUTO_TEST_SUITE | ( | connectedDataSet_tests | ) |
Definition at line 82 of file TsConnectedDataSet.cpp.
References ds, GetConnectedDataSet(), and GetPostGISConnection().
| std::unique_ptr<te::da::DataSet> GetConnectedDataSet | ( | te::da::DataSource * | ds | ) |
Definition at line 44 of file TsConnectedDataSet.cpp.
References te::da::DataSource::getCapabilities(), te::da::DataSourceCapabilities::getDataSetCapabilities(), te::da::DataSource::getTransactor(), te::da::DataSetCapabilities::isConnected(), te::da::DataSource::open(), and te::common::RANDOM.
Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_SUITE().