cxWidgets 1.0
Functions
test_cxStringUtils.cpp File Reference
#include "cxStringUtils.h"
#include <iostream>
#include <vector>
#include <string>
#include <cassert>
Include dependency graph for test_cxStringUtils.cpp:

Functions

void test_TrimSpaces ()
 
void test_strToUpper ()
 
void test_strToLower ()
 
void test_Replace ()
 
int main ()
 

Function Documentation

◆ main()

int main ( )

◆ test_Replace()

void test_Replace ( )

References cxStringUtils::Replace().

Referenced by main().

◆ test_strToLower()

void test_strToLower ( )

References cxStringUtils::strToLower().

Referenced by main().

◆ test_strToUpper()

void test_strToUpper ( )

References cxStringUtils::strToUpper().

Referenced by main().

◆ test_TrimSpaces()

void test_TrimSpaces ( )

References cxStringUtils::TrimSpaces().

Referenced by main().