Home
last modified time | relevance | path

Searched refs:performAnyTest (Results 1 – 4 of 4) sorted by relevance

/trunk/main/testtools/source/bridgetest/cli/
H A Dcli_vb_bridgetest.vb493 Private Shared Function performAnyTest(xLBT As XBridgeTest, _
700 bRet = check( performAnyTest( xLBT , aData ) , "any test" ) And bRet
H A Dcli_cpp_bridgetest.cxx288 static bool performAnyTest(XBridgeTest* xLBT, TestDataElements* data)
514 bRet = check( performAnyTest( xLBT , aData ) , "any test" ) && bRet;
H A Dcli_cs_bridgetest.cs269 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()
/trunk/main/testtools/source/bridgetest/
H A Dbridgetest.cxx256 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 29 milliseconds