Searched refs:EXPECTED_COUNT_ZERO (Results 1 - 1 of 1) sorted by relevance
/commonlibrary/c_utils/base/test/benchmarktest/observer_benchmark_test/ |
H A D | observer_benchmark_test.cpp | 52 const int EXPECTED_COUNT_ZERO = 0; member 152 AssertEqual(bookObserver2->GetBooksCount(), EXPECTED_COUNT_ZERO, in BENCHMARK_F() 153 "bookObserver2->GetBooksCount() did not equal EXPECTED_COUNT_ZERO as expected.", state); in BENCHMARK_F() 154 AssertEqual(bookObserver3->GetBooksCount(), EXPECTED_COUNT_ZERO, in BENCHMARK_F() 155 "bookObserver3->GetBooksCount() did not equal EXPECTED_COUNT_ZERO as expected.", state); in BENCHMARK_F() 162 AssertEqual(bookObserver2->GetBooksCount(), EXPECTED_COUNT_ZERO, in BENCHMARK_F() 163 "bookObserver2->GetBooksCount() did not equal EXPECTED_COUNT_ZERO as expected.", state); in BENCHMARK_F() 188 AssertEqual(bookList.GetObserversCount(), EXPECTED_COUNT_ZERO, in BENCHMARK_F() 189 "bookList.GetObserversCount() did not equal EXPECTED_COUNT_ZERO as expected.", state); in BENCHMARK_F()
|
Completed in 1 milliseconds