Lines Matching refs:submittedCount
38 int submittedCount = 0;
40 SubmittedInfo submittedInfo = { &submittedCount, &submittedSuccess };
47 REPORTER_ASSERT(reporter, submittedCount == 0);
50 REPORTER_ASSERT(reporter, submittedCount == 1);
55 REPORTER_ASSERT(reporter, submittedCount == 2);
61 REPORTER_ASSERT(reporter, submittedCount == 2);
64 REPORTER_ASSERT(reporter, submittedCount == 3);
70 REPORTER_ASSERT(reporter, submittedCount == 3);
73 REPORTER_ASSERT(reporter, submittedCount == 3);
76 REPORTER_ASSERT(reporter, submittedCount == 5);
83 REPORTER_ASSERT(reporter, submittedCount == 6);
86 REPORTER_ASSERT(reporter, submittedCount == 7);