Searched refs:DelayedSingletonTest (Results 1 – 3 of 3) sorted by relevance
90 class DelayedSingletonTest : public DelayedSingleton<DelayedSingletonTest> { class168 shared_ptr<DelayedSingletonTest> sp1 = DelayedSingletonTest::GetInstance(); in BENCHMARK_F()172 shared_ptr<DelayedSingletonTest> sp2 = DelayedSingletonTest::GetInstance(); in BENCHMARK_F()215 … shared_ptr<DelayedSingletonTest> sp1 = DelayedSingleton<DelayedSingletonTest>::GetInstance(); in BENCHMARK_F()219 DelayedSingleton<DelayedSingletonTest>::DestroyInstance(); in BENCHMARK_F()
57 class DelayedSingletonTest: public DelayedSingleton<DelayedSingletonTest> { class145 shared_ptr<DelayedSingletonTest> sp1 = DelayedSingletonTest::GetInstance();147 shared_ptr<DelayedSingletonTest> sp2 = DelayedSingletonTest::GetInstance();
1069 class DelayedSingletonTest : public nullTest { class1078 TEST_F(DelayedSingletonTest, GetInstance_ShouldReturnNonNull) in TEST_F() argument1083 TEST_F(DelayedSingletonTest, AddPrinterToCups_ShouldReturnNoneWhenSuccessful) in TEST_F() argument1099 TEST_F(DelayedSingletonTest, AddPrinterToCups_ShouldReturnErrorWhenNotSuccessful) in TEST_F() argument1115 TEST_F(DelayedSingletonTest, QueryPrinterCapabilityFromPPD_ShouldReturnNoneWhenSuccessful) in TEST_F() argument1128 TEST_F(DelayedSingletonTest, QueryPrinterCapabilityByUri_ShouldReturnNoneWhenSuccessful) in TEST_F() argument