xmscore  1.0
StringUtil.t.h
Go to the documentation of this file.
1 #pragma once
2 #ifdef CXX_TEST
3 //------------------------------------------------------------------------------
8 //------------------------------------------------------------------------------
9 
10 //----- Included files ---------------------------------------------------------
11 
12 // 3. Standard Library Headers
13 
14 // 4. External Library Headers
15 #include <cxxtest/TestSuite.h>
16 
17 // 5. Shared Headers
18 
19 // 6. Non-shared Headers
20 
21 //----- Namespace declaration --------------------------------------------------
22 
24 class StringUtilUnitTests : public CxxTest::TestSuite
25 {
26 public:
27  void testExtendedASCII();
28  void testImplodeExplode();
29  void testSuIndexOfElem();
30  void testSplit();
31  void testMakeUnique();
32  void testTrim();
33  void testReplace();
34  void testCountChar();
35  void testNumAndSciNot();
36  void testToUpper();
37  void test_str2int();
38  void testMisc();
39  void testXmCommaNumpunct();
40  void testSuSimplified();
41  void testSuIcontains();
42  void testSuVecContainsStr();
43  void test_STRstd();
44  void testPrec();
45  void testSTR();
46 }; // StringUtilUnitTests
47 
48 #endif
void testExtendedASCII()
Test stChangeExtendedAscii.
void testSuIcontains()
Tests stContains.
void testXmCommaNumpunct()
Tests StCommaNumpunct.
void test_STRstd()
Tests stVectorContainsString.
void testNumAndSciNot()
Test stNumeric and stScientificNotation.
void testMakeUnique()
Test stMakeUnique.
void testSplit()
Test stSplit.
void testToUpper()
test stToUpper
void test_str2int()
test stStringToInt
Tests for StringUtil.
Definition: StringUtil.t.h:24
void testPrec()
Test the Prec utility.
void testSuIndexOfElem()
Test stIndexOfElem()
void testCountChar()
Test stCountChar.
void testSuSimplified()
Tests stSimplified.
void testSuVecContainsStr()
Tests stVectorContainsString.
void testSTR()
Test the STR utility.
void testMisc()
test various string utility functions.
void testImplodeExplode()
Test stImplode.
void testReplace()
Test stReplace.
void testTrim()
Test stTrim.