10 lines
434 B
Plaintext
10 lines
434 B
Plaintext
|
|
Test run started : 05/29/2008 02:51:03 PM
|
||
|
|
BEGIN StrConv
|
||
|
|
TEST START : Test StrConv function
|
||
|
|
ITEM Assertion OK : Converts the string to uppercase characters:ABC EFG HIJ
|
||
|
|
ITEM Assertion OK : Converts the string to lowercase characters:abc efg hij
|
||
|
|
ITEM Assertion OK : Converts the first letter of every word in string to uppercase:Abc Efg Hij
|
||
|
|
TEST OK : Test StrConv function
|
||
|
|
END StrConv
|
||
|
|
Test run finished : 05/29/2008 02:51:03 PM
|