Lines Matching refs:Test

85 class Test: public ::testing::Test {  class
151 osl::Condition & stop, Test const & test, rtl::OUString const & path,
157 Test const & test_;
163 osl::Condition & stop, Test const & test, rtl::OUString const & path, in ReaderThread()
177 osl::Condition & stop, Test const & test, rtl::OUString const & path,
183 Test const & test_;
190 osl::Condition & stop, Test const & test, rtl::OUString const & path, in WriterThread()
213 RecursiveTest(Test const & theTest, int count, bool * destroyed);
222 Test const & test_;
238 Test const & theTest, int count, bool * destroyed): in RecursiveTest()
283 SimpleRecursiveTest(Test const & theTest, int count, bool * destroyed);
290 Test const & theTest, int count, bool * destroyed): in SimpleRecursiveTest()
306 CrossThreadTest(Test const & theTest, int count, bool * destroyed);
313 Test const & theTest, int count, bool * destroyed): in CrossThreadTest()
335 void Test::SetUp() { in SetUp()
361 void Test::TearDown() { in TearDown()
366 TEST_F(Test, testKeyFetch) { in TEST_F() argument
380 TEST_F(Test, testKeySet) { in TEST_F() argument
396 TEST_F(Test, testKeyReset) { in TEST_F() argument
413 TEST_F(Test, testSetSetMemberName) { in TEST_F() argument
459 TEST_F(Test, testReadCommands) { in TEST_F() argument
491 TEST_F(Test, testThreads) { in TEST_F() argument
559 TEST_F(Test, testRecursive) { in TEST_F() argument
566 TEST_F(Test, testCrossThreads) { in TEST_F() argument
573 css::uno::Any Test::getKey( in getKey()
584 void Test::setKey( in setKey()
597 bool Test::resetKey(rtl::OUString const & path, rtl::OUString const & name) in resetKey()
615 css::uno::Reference< css::uno::XInterface > Test::createViewAccess( in createViewAccess()
630 css::uno::Reference< css::uno::XInterface > Test::createUpdateAccess( in createUpdateAccess()