|
LRAUV
revA
|
Units tests for class Str More...
#include <Str_Test.h>


Public Member Functions | |
| void | testConstructorCharStar (void) |
| Units tests for Str( const char* str = NULL, size_t length = NO_POS ); More... | |
| void | testCopyConstructor (void) |
| Units tests for Str( const Str& str, const size_t offset = 0, size_t count = NO_POS ); More... | |
| void | testBoolConstructor (void) |
| Units tests for Str( const bool var ); More... | |
| void | testDoubleConstructor (void) |
| Units tests for Str( const double var, size_t precision = 10 ) More... | |
| void | testIntConstructor (void) |
| Units tests for Str( const int var, size_t radix = 10 ) More... | |
| void | testSizeTConstructor (void) |
| Units tests for Str( const unsigned int var, size_t radix = 16 ) More... | |
| void | testIntToAscii (void) |
| Str::IntToAscii Unit Tests. More... | |
| void | testIntToAsciiWithOffset (void) |
| Str::IntToAscii Unit Tests. More... | |
| void | testFindLastOf () |
| void | testSplit () |
| void | testAsHex () |
Units tests for class Str
|
inline |
References Str::asHex(), Str::cStr(), and Str::length().
|
inline |
Units tests for Str( const bool var );
References Str::cStr(), and Str::length().
|
inline |
Units tests for Str( const char* str = NULL, size_t length = NO_POS );
References Str::cStr(), Str::EMPTY_STR, and Str::length().
|
inline |
Units tests for Str( const Str& str, const size_t offset = 0, size_t count = NO_POS );
References Str::cStr(), Str::length(), and Str::MAX_LEN.
|
inline |
Units tests for Str( const double var, size_t precision = 10 )
References Str::cStr(), and Str::length().
|
inline |
References Str::findLastOf(), and Str::NO_POS.
|
inline |
Units tests for Str( const int var, size_t radix = 10 )
References Str::cStr(), and Str::length().
|
inline |
Str::IntToAscii Unit Tests.
References Str::IntToAscii().
|
inline |
Str::IntToAscii Unit Tests.
References Str::IntToAscii().
|
inline |
Units tests for Str( const unsigned int var, size_t radix = 16 )
References Str::cStr(), and Str::length().
|
inline |
References Str::split().