Lines Matching refs:Json
20 // json includes xlocale which generates warning 4530 because we're compiling without
25 #include "json/reader.h"
26 #include "json/value.h"
35 Json::Value CreateJsonTree(Json::Value expectedResults,
36 Json::Value actualResultsFailed,
37 Json::Value actualResultsFailureIgnored,
38 Json::Value actualResultsNoComparison,
39 Json::Value actualResultsSucceeded);
56 * checksum within JSON expectations file, in the form
59 GmResultDigest(const Json::Value &jsonTypeValuePair);
74 * Returns a JSON type/value pair representing this result,
77 Json::Value asJsonTypeValuePair() const;
122 * Create Expectations from a JSON element as found within the
128 Expectations(Json::Value jsonElement);
158 * Return a JSON representation of the expectations.
160 Json::Value asJsonValue() const;
204 * Return Expectations based on JSON summary file.
210 * a JSON file.
212 * jsonPath: path to JSON file to read
266 static bool Parse(const char *jsonPath, Json::Value *jsonRoot);
268 Json::Value fJsonRoot;
269 Json::Value fJsonExpectedResults;