Beispiel #1
0
CppUnit::Test* PDFTest::suite()
{
	CppUnit::TestSuite* pSuite = new CppUnit::TestSuite("PDFTest");

	CppUnit_addTest(pSuite, PDFTest, testDocument);
	CppUnit_addTest(pSuite, PDFTest, testPage);
	CppUnit_addTest(pSuite, PDFTest, testImage);
	CppUnit_addTest(pSuite, PDFTest, testFont);
	CppUnit_addTest(pSuite, PDFTest, testEncoding);
	CppUnit_addTest(pSuite, PDFTest, testOutline);
	CppUnit_addTest(pSuite, PDFTest, testDestination);
	CppUnit_addTest(pSuite, PDFTest, testAnnotation);

	return pSuite;
}
Beispiel #2
0
CppUnit::Test* ArrayTest::suite()
{
	CppUnit::TestSuite* pSuite = new CppUnit::TestSuite("ArrayTest");

	CppUnit_addTest(pSuite, ArrayTest, testConstruction);
	CppUnit_addTest(pSuite, ArrayTest, testOperations);
	CppUnit_addTest(pSuite, ArrayTest, testContainer);
	CppUnit_addTest(pSuite, ArrayTest, testIterator);
	CppUnit_addTest(pSuite, ArrayTest, testAlgorithm);
	CppUnit_addTest(pSuite, ArrayTest, testMultiLevelArray);
	
	return pSuite;
}
CppUnit::Test* RemotingTestCompressed::suite()
{
	CppUnit::TestSuite* pSuite = new CppUnit::TestSuite("RemotingTestCompressed");

	CppUnit_addTest(pSuite, RemotingTestCompressed, testRegistration);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testInt);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testEnum1);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testEnum2);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testNested);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testStruct1);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testStruct2);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testStruct3);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testStruct4);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testStruct5);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testClass1);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testPtr);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testStruct1Vec);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testOneWay);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testFault);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testAuthenticatedGoodCredentials);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testAuthenticatedBadCredentials);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testAuthenticatedNoCredentials);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testAuthenticatedUpdatedCredentials);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testAuthenticatedGoodSCRAMCredentials);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testAuthenticatedBadSCRAMCredentials);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testAuthenticatedNoSCRAMCredentials);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testAuthenticatedUpdatedSCRAMCredentials);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testAuthenticatedMultipleSCRAMCredentials);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testPermission);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testNoPermission);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testEvent);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testOneWayEvent);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testVoidEvent);

	return pSuite;
}
Beispiel #4
0
		CppUnit::Test* AlphabeticTest::suite() {
			CppUnit::TestSuite* pSuite = new CppUnit::TestSuite("AlphabeticTest");
			CppUnit_addTest(pSuite, AlphabeticTest, testAlphabetic);
			return pSuite;
		}
Beispiel #5
0
CppUnit::Test* RemotingTestCompressed::suite()
{
	CppUnit::TestSuite* pSuite = new CppUnit::TestSuite("RemotingTestCompressed");

	CppUnit_addTest(pSuite, RemotingTestCompressed, testRegistration);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testInt);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testEnum1);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testEnum2);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testNested);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testStruct1);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testStruct2);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testStruct3);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testStruct4);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testStruct5);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testClass1);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testPtr);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testStruct1Vec);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testOneWay);
	CppUnit_addTest(pSuite, RemotingTestCompressed, testFault);
	CppUnit_addTest(pSuite, RemotingTest, testEvent);
	CppUnit_addTest(pSuite, RemotingTest, testOneWayEvent);

	return pSuite;
}
CppUnit::Test* RemotingTest::suite()
{
	CppUnit::TestSuite* pSuite = new CppUnit::TestSuite("RemotingTest");

	CppUnit_addTest(pSuite, RemotingTest, testListeners);
	CppUnit_addTest(pSuite, RemotingTest, testRegistration);
	CppUnit_addTest(pSuite, RemotingTest, testFindObject);
	CppUnit_addTest(pSuite, RemotingTest, testInt);
	CppUnit_addTest(pSuite, RemotingTest, testEnum1);
	CppUnit_addTest(pSuite, RemotingTest, testEnum2);
	CppUnit_addTest(pSuite, RemotingTest, testNested);
	CppUnit_addTest(pSuite, RemotingTest, testStruct1);
	CppUnit_addTest(pSuite, RemotingTest, testStruct2);
	CppUnit_addTest(pSuite, RemotingTest, testStruct3);
	CppUnit_addTest(pSuite, RemotingTest, testStruct4);
	CppUnit_addTest(pSuite, RemotingTest, testStruct5);
	CppUnit_addTest(pSuite, RemotingTest, testClass1);
	CppUnit_addTest(pSuite, RemotingTest, testPtr);
	CppUnit_addTest(pSuite, RemotingTest, testStruct1Vec);
	CppUnit_addTest(pSuite, RemotingTest, testOneWay);
	CppUnit_addTest(pSuite, RemotingTest, testEvent);
	CppUnit_addTest(pSuite, RemotingTest, testOneWayEvent);
	CppUnit_addTest(pSuite, RemotingTest, testVoidEvent);
	CppUnit_addTest(pSuite, RemotingTest, testFilteredEvent);
	CppUnit_addTest(pSuite, RemotingTest, testPermissions);

	return pSuite;
}