Esempio n. 1
0
void testLexicalCast()
{
    testNotPossibleCast();
    testToString();
    testFromString();
}
Esempio n. 2
0
 void run ()
 {
     testParseUrl ();
     testUnHex ();
     testToString ();
 }