Lines Matching refs:OPipeTest
101 class OPipeTest : public WeakImplHelper1 < XSimpleTest > class
104 OPipeTest( const Reference< XMultiServiceFactory > & rFactory );
105 ~OPipeTest();
140 OPipeTest::OPipeTest( const Reference< XMultiServiceFactory > &rFactory ) in OPipeTest() function in OPipeTest
145 OPipeTest::~OPipeTest() in ~OPipeTest()
152 void OPipeTest::testInvariant( const OUString& TestName, const Reference < XInterface >& TestObject… in testInvariant()
168 sal_Int32 OPipeTest::test( in test()
216 sal_Bool OPipeTest::testPassed(void) throw (RuntimeException) in testPassed()
222 Sequence< OUString > OPipeTest::getErrors(void) throw (RuntimeException) in getErrors()
228 Sequence< Any > OPipeTest::getErrorExceptions(void) throw (RuntimeException) in getErrorExceptions()
234 Sequence< OUString > OPipeTest::getWarnings(void) throw (RuntimeException) in getWarnings()
246 void OPipeTest::testSimple( const Reference < XInterface > &r ) in testSimple()
331 void OPipeTest::testBufferResizing( const Reference < XInterface > &r ) in testBufferResizing()
367 void OPipeTest::testMultithreading( const Reference < XInterface > &r ) in testMultithreading()
412 OPipeTest *p = new OPipeTest( rSMgr ); in OPipeTest_CreateInstance()