xmscore
1.0
|
Tests for StringUtil. More...
Public Member Functions | |
void | testExtendedASCII () |
Test stChangeExtendedAscii. | |
void | testImplodeExplode () |
Test stImplode. | |
void | testSuIndexOfElem () |
Test stIndexOfElem() | |
void | testSplit () |
Test stSplit. | |
void | testMakeUnique () |
Test stMakeUnique. | |
void | testTrim () |
Test stTrim. | |
void | testReplace () |
Test stReplace. | |
void | testCountChar () |
Test stCountChar. | |
void | testNumAndSciNot () |
Test stNumeric and stScientificNotation. | |
void | testToUpper () |
test stToUpper | |
void | test_str2int () |
test stStringToInt | |
void | testMisc () |
test various string utility functions. | |
void | testXmCommaNumpunct () |
Tests StCommaNumpunct. | |
void | testSuSimplified () |
Tests stSimplified. | |
void | testSuIcontains () |
Tests stContains. | |
void | testSuVecContainsStr () |
Tests stVectorContainsString. | |
void | test_STRstd () |
Tests stVectorContainsString. | |
void | testPrec () |
Test the Prec utility. More... | |
void | testSTR () |
Test the STR utility. More... | |
Tests for StringUtil.
Definition at line 24 of file StringUtil.t.h.
void StringUtilUnitTests::testPrec | ( | ) |
Test the Prec utility.
This doesn't belong here but I was having trouble getting unit tests to work in Shared1 so it's here for now.
Definition at line 1768 of file StringUtil.cpp.
void StringUtilUnitTests::testSTR | ( | ) |
Test the STR utility.
This doesn't belong here but I was having trouble getting unit tests to work in Shared1 so it's here for now.
Definition at line 1788 of file StringUtil.cpp.