Lines Matching refs:OPumpTest
70 class OPumpTest : public WeakImplHelper1 < XSimpleTest > class
73 OPumpTest( const Reference< XMultiServiceFactory > & rFactory );
74 ~OPumpTest();
109 OPumpTest::OPumpTest( const Reference< XMultiServiceFactory > &rFactory ) : in OPumpTest() function in OPumpTest
115 OPumpTest::~OPumpTest() in ~OPumpTest()
122 void OPumpTest::testInvariant( const OUString& TestName, const Reference < XInterface >& TestObject… in testInvariant()
145 sal_Int32 OPumpTest::test( in test()
200 sal_Bool OPumpTest::testPassed(void) throw (RuntimeException) in testPassed()
206 Sequence< OUString > OPumpTest::getErrors(void) throw (RuntimeException) in getErrors()
212 Sequence< Any > OPumpTest::getErrorExceptions(void) throw (RuntimeException) in getErrorExceptions()
218 Sequence< OUString > OPumpTest::getWarnings(void) throw (RuntimeException) in getWarnings()
230 void OPumpTest::testSimple( const Reference < XInterface > &r ) in testSimple()
328 void OPumpTest::testClose( const Reference< XInterface > &r ) in testClose()
357 void OPumpTest::testTerminate( const Reference< XInterface > &r ) in testTerminate()
386 void OPumpTest::testFunction( const Reference< XInterface > &r ) in testFunction()
406 void OPumpTest::testWrongUsage( const Reference< XInterface > &r ) in testWrongUsage()
427 return *new OPumpTest( rSMgr ); in OPumpTest_CreateInstance()