Home | History | Annotate | Download | only in unit

Lines Matching refs:call_count

14 static int call_count = 0;
81 call_count = 0;
88 call_count++;
100 call_count++;
112 call_count++;
187 call_count = 0;
189 expect_d_eq(call_count, 1, "Called wrong number of times");
191 call_count = 0;
193 expect_d_eq(call_count, 1, "Called wrong number of times");
195 call_count = 0;
197 expect_d_eq(call_count, 1, "Called wrong number of times");
210 call_count = 0;
213 expect_d_eq(call_count, 1, "Hook not invoked");
215 call_count = 0;
218 expect_d_eq(call_count, 0, "Hook invoked after removal");
236 expect_d_eq(call_count, 1, "Hook not called");
248 expect_d_eq(call_count, 1, "Hook not called");
263 expect_d_eq(call_count, 1, "Hook not called");
277 expect_d_eq(call_count, 1, "Hook not called");
291 expect_d_eq(call_count, 1, "Hook not called");
306 expect_d_eq(call_count, 1, "Hook not called");
319 expect_d_eq(call_count, 1, "Hook not called");
346 expect_d_eq(call_count, 1, "Hook not called");
356 expect_d_eq(call_count, 1, "Hook not called");
368 expect_d_eq(call_count, 1, "Hook not called");
393 expect_d_eq(call_count, 1, "Hook not called");
420 expect_d_eq(call_count, 1, "Hook not called");
435 expect_d_eq(call_count, 1, "Hook not called");
450 expect_d_eq(call_count, 1, "Hook not called");
481 expect_d_eq(call_count, 1, "Hook not called");
502 expect_d_eq(call_count, 1, "Hook not called");
505 expect_d_eq(call_count
524 expect_d_eq(call_count, 2, "Hook not called");
541 expect_d_eq(call_count, 2, "Hook not called");