Searched refs:testToBeCalled (Results 1 – 4 of 4) sorted by relevance
513 UBool UPerfTest::callTest( UPerfTest& testToBeCalled, char* par ) in callTest() argument516 testToBeCalled.setCaller( this ); in callTest()517 return testToBeCalled.runTest( path, par ); in callTest()
163 virtual UBool callTest( UPerfTest& testToBeCalled, char* par );
574 UBool IntlTest::callTest( IntlTest& testToBeCalled, char* par ) in callTest() argument577 testToBeCalled.setCaller( this ); in callTest()578 strcpy(testToBeCalled.basePath, this->basePath ); in callTest()579 UBool result = testToBeCalled.runTest( testPath, par, testToBeCalled.basePath ); in callTest()580 strcpy(testToBeCalled.basePath, this->basePath ); // reset it. in callTest()
304 virtual UBool callTest( IntlTest& testToBeCalled, char* par );