Searched refs:testToBeCalled (Results 1 – 4 of 4) sorted by relevance
515 UBool UPerfTest::callTest( UPerfTest& testToBeCalled, char* par ) in callTest() argument518 testToBeCalled.setCaller( this ); in callTest()519 return testToBeCalled.runTest( path, par ); in callTest()
165 virtual UBool callTest( UPerfTest& testToBeCalled, char* par );
584 UBool IntlTest::callTest( IntlTest& testToBeCalled, char* par ) in callTest() argument587 testToBeCalled.setCaller( this ); in callTest()588 strcpy(testToBeCalled.basePath, this->basePath ); in callTest()589 UBool result = testToBeCalled.runTest( testPath, par, testToBeCalled.basePath ); in callTest()590 strcpy(testToBeCalled.basePath, this->basePath ); // reset it. in callTest()
330 virtual UBool callTest( IntlTest& testToBeCalled, char* par );