Lines Matching refs:Test

83 class Test: public CppUnit::TestFixture {  class
120 CPPUNIT_TEST_SUITE(Test);
176 osl::Condition & stop, Test const & test, rtl::OUString const & path,
182 Test const & test_;
188 osl::Condition & stop, Test const & test, rtl::OUString const & path, in ReaderThread()
202 osl::Condition & stop, Test const & test, rtl::OUString const & path,
208 Test const & test_;
215 osl::Condition & stop, Test const & test, rtl::OUString const & path, in WriterThread()
238 RecursiveTest(Test const & theTest, int count, bool * destroyed);
247 Test const & test_;
263 Test const & theTest, int count, bool * destroyed): in RecursiveTest()
308 SimpleRecursiveTest(Test const & theTest, int count, bool * destroyed);
315 Test const & theTest, int count, bool * destroyed): in SimpleRecursiveTest()
331 CrossThreadTest(Test const & theTest, int count, bool * destroyed);
338 Test const & theTest, int count, bool * destroyed): in CrossThreadTest()
360 void Test::setUp() { in setUp()
386 void Test::tearDown() { in tearDown()
391 void Test::testKeyFetch() { in testKeyFetch()
405 void Test::testKeySet() { in testKeySet()
421 void Test::testKeyReset() { in testKeyReset()
438 void Test::testSetSetMemberName() { in testSetSetMemberName()
484 void Test::testReadCommands() { in testReadCommands()
516 void Test::testThreads() { in testThreads()
584 void Test::testRecursive() { in testRecursive()
591 void Test::testCrossThreads() { in testCrossThreads()
598 css::uno::Any Test::getKey( in getKey()
609 void Test::setKey( in setKey()
622 bool Test::resetKey(rtl::OUString const & path, rtl::OUString const & name) in resetKey()
640 css::uno::Reference< css::uno::XInterface > Test::createViewAccess( in createViewAccess()
655 css::uno::Reference< css::uno::XInterface > Test::createUpdateAccess( in createUpdateAccess()
670 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(Test, "alltest");