Home | History | Annotate | Download | only in test_lib_json

Lines Matching refs:expectedCount

89                              unsigned int expectedCount);
91 void checkMemberCount(Json::Value& value, unsigned int expectedCount);
1243 unsigned int expectedCount) {
1249 JSONTEST_ASSERT_EQUAL(expectedCount, count) << "Json::Value::const_iterator";
1253 unsigned int expectedCount) {
1254 JSONTEST_ASSERT_EQUAL(expectedCount, value.size());
1261 JSONTEST_ASSERT_EQUAL(expectedCount, count) << "Json::Value::iterator";
1263 JSONTEST_ASSERT_PRED(checkConstMemberCount(value, expectedCount));