26 #ifndef __TERRALIB_UNITTEST_DATATYPE_INTERNAL_BYTEARRAY_H 27 #define __TERRALIB_UNITTEST_DATATYPE_INTERNAL_BYTEARRAY_H 45 #include <cppunit/extensions/HelperMacros.h> 151 #endif // __TERRALIB_UNITTEST_DATATYPE_INTERNAL_BYTEARRAY_H This file contains include headers for the Data Type module of TerraLib.
void tcSetBytesUsed()
Test Case: Set bytes used by ByteArray.
void tcGetTypeCode()
Test Case: Get Type code of ByteArray.
void tcTake1()
Test Case: It takes the ownership of the external data buffer.
void tcInit1()
Test Case: Creates a new byte array initializing it with data less than capacity. ...
void tcOperator()
Test Case: Test operator << (writes simple data types (int,double, float) to bytearray.
void tcClear()
Test Case: Clear the byte array.
void tcByteArrayConstructor()
Test Case: Copy Constructor with size bigger than data.
void tcGetData()
Test Case: Returns the array data after constructor.
CPPUNIT_TEST_SUITE(TsByteArray)
Test suite for the ByteArray Class.
void tcInit()
Test Case: Creates a new byte array initializing it with data using all capacity. ...
CPPUNIT_TEST(tcByteArray)
void tcClone()
Test Case: Clone ByteArray.
void tcCopy1()
Test Case: It copies the data from the given pointer to the byte array and will expand the internal b...
This file contains include headers for the TerraLib Common Runtime module.
void tcCopy()
Test Case: It copies the data from the given pointer to the byte array.
void tcByteArraySize()
Test Case: Creates a new byte array and allocate size bytes.
void tcByteArray()
Test Case: Constructs an empty byte array.
This file contains include headers for the Vector Geometry model of TerraLib.
void tcTake()
Test Case: It takes the ownership of the external data buffer.
void tcToString()
Test Case: It return an string representation of ByteArray.