Home | History | Annotate | Download | only in librscpptest

Lines Matching defs:expectedCount

135     size_t expectedCount = 8 + 4 + 2 + 1;
136 passed &= (t->getCount() == expectedCount);
141 expectedCount = 8*8 + 4*4 + 2*2 + 1;
142 passed &= (t->getCount() == expectedCount);
147 expectedCount = 8*4 + 4*2 + 2*1 + 1;
148 passed &= (t->getCount() == expectedCount);
153 passed &= (t->getCount() == expectedCount);
158 expectedCount = 7 + 3 + 1;
159 passed &= (t->getCount() == expectedCount);
164 expectedCount = 7*3 + 3*1 + 1;
165 passed &= (t->getCount() == expectedCount);