Lines Matching refs:OMarkableOutputStreamTest
54 class OMarkableOutputStreamTest : public WeakImplHelper1< XSimpleTest > class
57 OMarkableOutputStreamTest( const Reference< XMultiServiceFactory > & rFactory );
58 ~OMarkableOutputStreamTest();
95 OMarkableOutputStreamTest::OMarkableOutputStreamTest( const Reference< XMultiServiceFactory > &rFac… in OMarkableOutputStreamTest() function in OMarkableOutputStreamTest
101 OMarkableOutputStreamTest::~OMarkableOutputStreamTest() in ~OMarkableOutputStreamTest()
109 void OMarkableOutputStreamTest::testInvariant( const OUString& TestName, in testInvariant()
124 sal_Int32 OMarkableOutputStreamTest::test( in test()
184 sal_Bool OMarkableOutputStreamTest::testPassed(void) throw (RuntimeException) in testPassed()
190 Sequence< OUString > OMarkableOutputStreamTest::getErrors(void) throw (RuntimeException) in getErrors()
196 Sequence< Any > OMarkableOutputStreamTest::getErrorExceptions(void) throw (RuntimeException) in getErrorExceptions()
202 Sequence< OUString > OMarkableOutputStreamTest::getWarnings(void) throw (RuntimeException) in getWarnings()
208 void OMarkableOutputStreamTest::testSimple( const Reference< XOutputStream > &rOutput , in testSimple()
379 OMarkableOutputStreamTest *p = new OMarkableOutputStreamTest( rSMgr ); in OMarkableOutputStreamTest_CreateInstance()