Searched refs:performTest (Results 1 – 5 of 5) sorted by relevance
748 sal_Bool performTest( const Reference<XLanguageBindingTest > & xLBT ) in performTest() function989 return (performTest( xLBT ) && raiseException( xLBT )); in test_adapter()1007 return (performTest( xLBT ) && raiseException( xLBT )); in test_invocation()
548 Private Shared Function performTest(xLBT As XBridgeTest) As Boolean813 bRet = check( performTest( xLBT ), "standard test" ) And bRet
367 static bool performTest(XBridgeTest* xLBT)918 bRet = check( performTest( xLBT ), "standard test" ) && bRet;
348 bool performTest(XBridgeTest xLBT) in performTest() method in cs_testobj.BridgeTest975 bRet = check( performTest( xLBT ), "standard test" ) && bRet; in perform_test()
374 static sal_Bool performTest( in performTest() function1214 performTest( m_xContext, xLBT, noCurrentContext ), "standard test" ) in run()
Completed in 49 milliseconds