#include "../../Config.h"#include <terralib/ogr/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 <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 () |
| BOOST_AUTO_TEST_CASE | ( | moveFirst_test | ) |
Definition at line 70 of file ogr/dataset/TsDataSet.cpp.
References GetDataSet().
| BOOST_AUTO_TEST_CASE | ( | moveLast_test | ) |
Definition at line 77 of file ogr/dataset/TsDataSet.cpp.
References GetDataSet().
| BOOST_AUTO_TEST_CASE | ( | move_test | ) |
Definition at line 84 of file ogr/dataset/TsDataSet.cpp.
References GetDataSet().
| BOOST_AUTO_TEST_CASE | ( | moveNext_test | ) |
Definition at line 131 of file ogr/dataset/TsDataSet.cpp.
References GetDataSet().
| BOOST_AUTO_TEST_CASE | ( | movePrevious_test | ) |
Definition at line 145 of file ogr/dataset/TsDataSet.cpp.
References GetDataSet().
| BOOST_AUTO_TEST_SUITE | ( | dataSet_tests | ) |
Definition at line 61 of file ogr/dataset/TsDataSet.cpp.
References GetDataSet().
| std::unique_ptr<te::da::DataSet> GetDataSet | ( | ) |
Definition at line 44 of file ogr/dataset/TsDataSet.cpp.
References te::da::DataSourceFactory::make().
Referenced by BOOST_AUTO_TEST_CASE(), and BOOST_AUTO_TEST_SUITE().