TsConnectedDataSet.cpp File Reference
#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::DataSetGetConnectedDataSet (te::da::DataSource *ds)
 

Function Documentation

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().