Lines Matching refs:REQUEST_START

30 constexpr char REQUEST_START = '{';  variable
62 ASSERT_EQ(1ul, countChars(thread.timeoutToString(), REQUEST_START)); in testBasic()
64 ASSERT_EQ(0ul, countChars(thread.retiredToString(), REQUEST_START)); in testBasic()
81 ASSERT_EQ(0ul, countChars(thread.timeoutToString(), REQUEST_START)); in testCancel()
83 ASSERT_EQ(1ul, countChars(thread.retiredToString(), REQUEST_START)); in testCancel()
100 ASSERT_EQ(1ul, countChars(thread.timeoutToString(), REQUEST_START)); in testCancelAfterRun()
102 ASSERT_EQ(0ul, countChars(thread.retiredToString(), REQUEST_START)); in testCancelAfterRun()
127 ASSERT_EQ(6ul, countChars(thread.pendingToString(), REQUEST_START)); in testMultipleTasks()
129 ASSERT_EQ(0ul, countChars(thread.retiredToString(), REQUEST_START)); in testMultipleTasks()
171 ASSERT_EQ(1ul, countChars(thread.pendingToString(), REQUEST_START)); in testMultipleTasks()
173 ASSERT_EQ(4ul, countChars(thread.timeoutToString(), REQUEST_START)); in testMultipleTasks()
174 ASSERT_EQ(1ul, countChars(thread.retiredToString(), REQUEST_START)); in testMultipleTasks()
182 ASSERT_EQ(4ul, countChars(thread.timeoutToString(), REQUEST_START)); in testMultipleTasks()
183 ASSERT_EQ(1ul, countChars(thread.retiredToString(), REQUEST_START)); in testMultipleTasks()
191 ASSERT_EQ(0ul, countChars(thread.pendingToString(), REQUEST_START)); in testMultipleTasks()
193 ASSERT_EQ(5ul, countChars(thread.timeoutToString(), REQUEST_START)); in testMultipleTasks()
194 ASSERT_EQ(1ul, countChars(thread.retiredToString(), REQUEST_START)); in testMultipleTasks()
233 ASSERT_EQ(3ul, countChars(thread.pendingToString(), REQUEST_START)); in TEST()
235 ASSERT_EQ(0ul, countChars(thread.retiredToString(), REQUEST_START)); in TEST()
241 ASSERT_EQ(1ul, countChars(thread.pendingToString(), REQUEST_START)); in TEST()
243 ASSERT_EQ(2ul, countChars(thread.retiredToString(), REQUEST_START)); in TEST()
249 ASSERT_EQ(1ul, countChars(thread.pendingToString(), REQUEST_START)); in TEST()
251 ASSERT_EQ(2ul, countChars(thread.retiredToString(), REQUEST_START)); in TEST()
258 ASSERT_EQ(2ul, countChars(thread.pendingToString(), REQUEST_START)); in TEST()
260 ASSERT_EQ(2ul, countChars(thread.retiredToString(), REQUEST_START)); in TEST()
265 ASSERT_EQ(1ul, countChars(thread.pendingToString(), REQUEST_START)); in TEST()
267 ASSERT_EQ(3ul, countChars(thread.retiredToString(), REQUEST_START)); in TEST()
272 ASSERT_EQ(0ul, countChars(thread.pendingToString(), REQUEST_START)); in TEST()
274 ASSERT_EQ(4ul, countChars(thread.retiredToString(), REQUEST_START)); in TEST()