int main(int argc, char* argv[])
{
    TestA();
    TestB();
    TestC();
    TestD();
    TestE();
}
Exemple #2
0
GLDEF_C void TestTDes<T,S,L,R>::test_TPtr()
//
//	Test the TPtr class special member functions
//
	{

 	test.Start(_L("Invariant for null pointer descriptor"));
 	TestP();
	test.Next(_L("R/W view over buffer with length & maxlength"));
	Test4();
	test.Next(_L("R/W view over buffer with maxlength"));
	Test5();
//	Skipped the following test because Colly hasn't
//	written the templates yet for the TBufC8 & 16 classes
//	test.Next(_L("R/W view over LcbBase with maxlength"));
//	Test6();
	test.Next(_L("String assignment"));
	TestA();
	test.Next(_L("DesW assignment"));
	TestB();
	test.Next(_L("DesC assignment"));
	TestC();
	}