Searched refs:performAnyTest (Results 1 – 4 of 4) sorted by relevance
/aoo4110/main/testtools/source/bridgetest/cli/ |
H A D | cli_vb_bridgetest.vb | 493 Private Shared Function performAnyTest(xLBT As XBridgeTest, _ 700 bRet = check( performAnyTest( xLBT , aData ) , "any test" ) And bRet
|
H A D | cli_cpp_bridgetest.cxx | 288 static bool performAnyTest(XBridgeTest* xLBT, TestDataElements* data) 514 bRet = check( performAnyTest( xLBT , aData ) , "any test" ) && bRet;
|
H A D | cli_cs_bridgetest.cs | 269 static bool performAnyTest(XBridgeTest xLBT, TestDataElements data) in performAnyTest() method in cs_testobj.BridgeTest 490 bRet = check( performAnyTest( xLBT , aData ) , "any test" ) && bRet; in performTest()
|
/aoo4110/main/testtools/source/bridgetest/ |
H A D | bridgetest.cxx | 256 static sal_Bool performAnyTest( const Reference< XBridgeTest > &xLBT, const TestData &data) in performAnyTest() function 617 bRet &= check(performAnyTest(xLBT , aData), "any test"); in performTest()
|
Completed in 38 milliseconds