Searched refs:JsonObjectMatcher (Results 1 – 1 of 1) sorted by relevance
128 class JsonObjectMatcher : public testing::MatcherInterface<const JsonObject &> {130 … explicit JsonObjectMatcher(JsonProperty<PropertyType>... property) : properties_ {property...} {} in JsonObjectMatcher() function181 … return testing::Matcher<const JsonObject &>(new JsonObjectMatcher<PropertyType...>(property...)); in JsonProperties()