Searched refs:EXPECTED_COUNT_ONE (Results 1 - 1 of 1) sorted by relevance
/commonlibrary/c_utils/base/test/benchmarktest/observer_benchmark_test/ |
H A D | observer_benchmark_test.cpp | 53 const int EXPECTED_COUNT_ONE = 1; member 130 AssertEqual(bookObserver1->GetBooksCount(), EXPECTED_COUNT_ONE, in AddObservers() 131 "bookObserver1->GetBooksCount() did not equal EXPECTED_COUNT_ONE as expected.", state); in AddObservers() 132 AssertEqual(bookObserver2->GetBooksCount(), EXPECTED_COUNT_ONE, in AddObservers() 133 "bookObserver2->GetBooksCount() did not equal EXPECTED_COUNT_ONE as expected.", state); in AddObservers() 134 AssertEqual(bookObserver3->GetBooksCount(), EXPECTED_COUNT_ONE, in AddObservers() 135 "bookObserver3->GetBooksCount() did not equal EXPECTED_COUNT_ONE as expected.", state); in AddObservers() 150 AssertEqual(bookObserver1->GetBooksCount(), EXPECTED_COUNT_ONE, in BENCHMARK_F() 151 "bookObserver1->GetBooksCount() did not equal EXPECTED_COUNT_ONE as expected.", state); in BENCHMARK_F() 160 AssertEqual(bookObserver1->GetBooksCount(), EXPECTED_COUNT_ONE, in BENCHMARK_F() [all...] |
Completed in 2 milliseconds