Searched refs:testToBeCalled (Results 1 – 4 of 4) sorted by relevance
510 UBool UPerfTest::callTest( UPerfTest& testToBeCalled, char* par ) in callTest() argument513 testToBeCalled.setCaller( this ); in callTest()514 return testToBeCalled.runTest( path, par ); in callTest()
539 UBool IntlTest::callTest( IntlTest& testToBeCalled, char* par ) in callTest() argument542 testToBeCalled.setCaller( this ); in callTest()543 strcpy(testToBeCalled.basePath, this->basePath ); in callTest()544 UBool result = testToBeCalled.runTest( testPath, par, testToBeCalled.basePath ); in callTest()545 strcpy(testToBeCalled.basePath, this->basePath ); // reset it. in callTest()
219 virtual UBool callTest( IntlTest& testToBeCalled, char* par );
144 virtual UBool callTest( UPerfTest& testToBeCalled, char* par );