#include <terralib/postgis/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 (dataSet_tests) BOOST_AUTO_TEST_CASE(moveBeforeFirst_test) | |
| std::unique_ptr< te::da::DataSet > | GetDataSet (te::da::DataSource *ds) |
| BOOST_AUTO_TEST_CASE | ( | moveFirst_test | ) |
Definition at line 89 of file postgis/dataset/TsDataSet.cpp.
References ds, GetDataSet(), and GetPostGISConnection().
| BOOST_AUTO_TEST_CASE | ( | moveLast_test | ) |
Definition at line 97 of file postgis/dataset/TsDataSet.cpp.
References ds, GetDataSet(), and GetPostGISConnection().
| BOOST_AUTO_TEST_CASE | ( | move_test | ) |
Definition at line 105 of file postgis/dataset/TsDataSet.cpp.
References ds, GetDataSet(), and GetPostGISConnection().
| BOOST_AUTO_TEST_CASE | ( | moveNext_test | ) |
Definition at line 152 of file postgis/dataset/TsDataSet.cpp.
References ds, GetDataSet(), and GetPostGISConnection().
| BOOST_AUTO_TEST_CASE | ( | movePrevious_test | ) |
Definition at line 166 of file postgis/dataset/TsDataSet.cpp.
References ds, GetDataSet(), and GetPostGISConnection().
| BOOST_AUTO_TEST_SUITE | ( | dataSet_tests | ) |
Definition at line 79 of file postgis/dataset/TsDataSet.cpp.
References ds, GetDataSet(), and GetPostGISConnection().
| std::unique_ptr<te::da::DataSet> GetDataSet | ( | te::da::DataSource * | ds | ) |
Definition at line 44 of file postgis/dataset/TsDataSet.cpp.
References te::da::DataSource::getTransactor(), te::da::DataSource::open(), and te::common::RANDOM.
Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_SUITE().