26 #ifndef __TERRALIB_UNITTEST_DATATYPE_INTERNAL_ARRAY_H 27 #define __TERRALIB_UNITTEST_DATATYPE_INTERNAL_ARRAY_H 44 #include <cppunit/extensions/HelperMacros.h> 59 class TsArray :
public CPPUNIT_NS::TestFixture
127 std::vector<std::size_t>
pos;
135 #endif // __TERRALIB_UNITTEST_DATATYPE_INTERNAL_ARRAY_H This file contains include headers for the Data Type module of TerraLib.
void tcClone()
Test Case: It creates a new clone of the array.
CPPUNIT_TEST_SUITE(TsArray)
void tcGetElementsTypeCode()
Test Case: Returns the data type of the elements of the array.
Class for dealing with arrays of abstract data.
void tcOperatorBraket()
Test Case: Access data in i index.
void tcGetTypeCode()
Test Case: Copy Constructor.
The type for variable-length multidimensional arrays.
A point with x and y coordinate values.
void tcGetDimension()
Test Case: Returns the number of dimensions of the array.
void tcGetDimensionSize()
Test Case: Gets the number of elements in the i-th dimension.
void tcInsert()
Test Case: Inserts data into specified position.
void tcToString()
Test Case: It returns an string representation of Array.
std::vector< std::size_t > pos
void tcArray()
Test Case: Multi-dimensional array constructor.
This file contains include headers for the Vector Geometry model of TerraLib.
void tcGetData()
Test Case: Returns data from specified position.
Test suite for the Array Class.