/aoo41x/main/extensions/test/stm/ |
H A D | datatest.cxx | 84 virtual INT32 test( const UString& TestName, 122 if( L"com.sun.star.io.DataInputStream" == TestName ) { in testInvariant() 159 INT32 ODataStreamTest::test( const UString& TestName, in test() argument 164 if( L"com.sun.star.io.DataInputStream" == TestName || in test() 165 L"com.sun.star.io.DataOutputStream" == TestName ) { in test() 169 testInvariant( TestName , TestObject ); in test() 656 virtual INT32 test( const UString& TestName, 690 if( L"com.sun.star.io.ObjectInputStream" == TestName ) { in testInvariant() 715 INT32 OObjectStreamTest::test( const UString& TestName, in test() argument 721 L"com.sun.star.io.ObjectOutputStream" == TestName ) { in test() [all …]
|
H A D | marktest.cxx | 75 virtual INT32 test( const UString& TestName, 128 ERROR_ASSERT( info->supportsService( TestName ), "XServiceInfo test failed" ); in testInvariant() 134 INT32 OMarkableOutputStreamTest::test( const UString& TestName, in test() argument 139 if( L"com.sun.star.io.MarkableOutputStream" == TestName ) { in test() 142 testInvariant( TestName , TestObject ); in test() 437 virtual INT32 test( const UString& TestName, 486 if( L"com.sun.star.io.MarkableInputStream" == TestName ) { in testInvariant() 491 ERROR_ASSERT( info->supportsService( TestName ), "XServiceInfo test failed" ); in testInvariant() 501 INT32 OMarkableInputStreamTest::test( const UString& TestName, in test() argument 506 if( L"com.sun.star.io.MarkableInputStream" == TestName ) { in test() [all …]
|
H A D | pipetest.cxx | 111 virtual void testInvariant(const UString& TestName, const XInterfaceRef& TestObject) 115 virtual INT32 test( const UString& TestName, 162 void OPipeTest::testInvariant( const UString& TestName, const XInterfaceRef& TestObject ) in testInvariant() argument 170 ERROR_ASSERT( info->supportsService( TestName ), "XServiceInfo test failed" ); in testInvariant() 177 INT32 OPipeTest::test( const UString& TestName, in test() argument 182 if( L"com.sun.star.io.Pipe" == TestName ) { in test() 185 testInvariant( TestName , TestObject ); in test()
|
/aoo41x/main/io/test/stm/ |
H A D | datatest.cxx | 90 virtual sal_Int32 SAL_CALL test( const OUString& TestName, 116 const OUString& TestName, in testInvariant() argument 159 const OUString& TestName, in test() argument 171 testInvariant( TestName , TestObject ); in test() 672 const OUString& TestName, 693 == TestName ) in testInvariant() 695 ODataStreamTest::testInvariant( TestName , TestObject ); in testInvariant() 702 == TestName ) in testInvariant() 704 ODataStreamTest::testInvariant( TestName , TestObject ); in testInvariant() 721 sal_Int32 OObjectStreamTest::test( const OUString& TestName, in test() argument [all …]
|
H A D | marktest.cxx | 66 const OUString& TestName, 71 virtual sal_Int32 SAL_CALL test( const OUString& TestName, 109 void OMarkableOutputStreamTest::testInvariant( const OUString& TestName, in testInvariant() argument 125 const OUString& TestName, in test() argument 131 == TestName ) { in test() 136 testInvariant( TestName , TestObject ); in test() 425 const OUString& TestName, 430 const OUString& TestName, 475 == TestName ) { in testInvariant() 495 const OUString& TestName, in test() argument [all …]
|
H A D | pipetest.cxx | 112 …virtual void SAL_CALL testInvariant(const OUString& TestName, const Reference < XInterface >& Test… 115 virtual sal_Int32 SAL_CALL test( const OUString& TestName, 152 void OPipeTest::testInvariant( const OUString& TestName, const Reference < XInterface >& TestObject… in testInvariant() argument 160 ERROR_ASSERT( info->supportsService( TestName ), "XServiceInfo test failed" ); in testInvariant() 169 const OUString& TestName, in test() argument 174 if( OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.io.Pipe") ) == TestName ) { in test() 178 testInvariant( TestName , TestObject ); in test()
|
H A D | pumptest.cxx | 81 …virtual void SAL_CALL testInvariant(const OUString& TestName, const Reference < XInterface >& Test… 84 virtual sal_Int32 SAL_CALL test( const OUString& TestName, 122 void OPumpTest::testInvariant( const OUString& TestName, const Reference < XInterface >& TestObject… in testInvariant() argument 130 ERROR_ASSERT( info->supportsService( TestName ), "XServiceInfo test failed" ); in testInvariant() 146 const OUString& TestName, in test() argument 151 if( OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.io.Pump") ) == TestName ) { in test() 155 testInvariant( TestName , TestObject ); in test()
|
/aoo41x/main/udkapi/com/sun/star/test/ |
H A D | XTest.idl | 55 @param TestName 62 if the test does not support TestName or TestObject is null. 64 void testInvariant( [in] string TestName, 70 Test the object TestObject against the test specified with TestName. 78 @param TestName 90 if the test does not support TestName or TestObject is null. 92 long test( [in] string TestName, 99 Test the object TestObject against the test specified with TestName using 113 @param TestName 125 if the test does not support TestName or TestObject is null. [all …]
|
H A D | XSimpleTest.idl | 47 Test the object TestObject against the test specified with TestName. This test 52 @param TestName the name of the test. Must be an interface, service or implementation name. 58 if the test does not support TestName or TestObject is null. 60 void testInvariant( [in] string TestName, 66 Test the object TestObject against the test specified with TestName. This test 75 @param TestName The name of the test. Must be an interface, service or implementation name. 84 if the test does not support TestName or 87 long test( [in] string TestName,
|
/aoo41x/main/sax/test/sax/ |
H A D | testwriter.cxx | 114 const OUString& TestName, 120 const OUString& TestName, 342 void OSaxWriterTest::testInvariant( const OUString& TestName, in testInvariant() argument 346 if( OUString::createFromAscii("com.sun.star.xml.sax.Writer") == TestName ) { in testInvariant() 362 const OUString& TestName, in test() argument 367 if( OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.xml.sax.Writer")) == TestName ) in test() 373 testInvariant( TestName , TestObject ); in test()
|
H A D | testsax.cxx | 71 const OUString& TestName, 76 const OUString& TestName, 137 const OUString& TestName, in testInvariant() argument 141 if( OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.xml.sax.Parser")) == TestName ) { in testInvariant() 150 const OUString& TestName, in test() argument 155 if( OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.xml.sax.Parser")) == TestName ) { in test() 159 testInvariant( TestName , TestObject ); in test()
|
/aoo41x/main/extensions/test/sax/ |
H A D | testwriter.cxx | 196 virtual void testInvariant(const UString& TestName, const XInterfaceRef& TestObject) 200 virtual INT32 test( const UString& TestName, 449 void OSaxWriterTest::testInvariant( const UString& TestName, const XInterfaceRef& TestObject ) in testInvariant() argument 453 if( L"com.sun.star.xml.sax.Writer" == TestName ) { in testInvariant() 468 INT32 OSaxWriterTest::test( const UString& TestName, in test() argument 473 if( L"com.sun.star.xml.sax.Writer" == TestName ) { in test() 476 testInvariant( TestName , TestObject ); in test()
|
H A D | testsax.cxx | 134 virtual void testInvariant(const UString& TestName, const XInterfaceRef& TestObject) 138 virtual INT32 test( const UString& TestName, 209 void OSaxParserTest::testInvariant( const UString& TestName, const XInterfaceRef& TestObject ) in testInvariant() argument 213 if( L"com.sun.star.xml.sax.Parser" == TestName ) { in testInvariant() 221 INT32 OSaxParserTest::test( const UString& TestName, in test() argument 226 if( L"com.sun.star.xml.sax.Parser" == TestName ) { in test() 229 testInvariant( TestName , TestObject ); in test()
|
/aoo41x/test/testgui/source/svt/gui/sw/ |
H A D | FileTypeAboutWriter.java | 46 import org.junit.rules.TestName; 58 public TestName testname = new TestName();
|
H A D | BasicFuncOnWriter.java | 46 import org.junit.rules.TestName; 58 public TestName testname = new TestName();
|
/aoo41x/test/testgui/source/pvt/gui/ |
H A D | Benchmark.java | 43 import org.junit.rules.TestName; 56 public TestName testname = new TestName();
|
/aoo41x/test/testgui/source/svt/gui/sd/ |
H A D | BasicFuncOnImpress.java | 46 import org.junit.rules.TestName; 61 public TestName testname = new TestName();
|
/aoo41x/test/testgui/source/svt/gui/sc/ |
H A D | BasicFuncOnCalc.java | 74 import org.junit.rules.TestName; 86 public TestName testname = new TestName();
|