Home | History | Annotate | Download | only in test_lib_json

Lines Matching defs:emptyString_

55    Json::Value emptyString_;
70 , emptyString_( "" )
165 JSONTEST_ASSERT_PRED( checkMemberCount(emptyString_, 0) );
290 JSONTEST_ASSERT_PRED( checkIs( emptyString_, checks ) );
295 JSONTEST_ASSERT(emptyString_.isConvertibleTo(Json::nullValue));