Home
last modified time | relevance | path

Searched refs:JsonObjectMatcher (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Djson_object_matcher.h128 class JsonObjectMatcher : public testing::MatcherInterface<const JsonObject &> {
130 … explicit JsonObjectMatcher(JsonProperty<PropertyType>... property) : properties_ {property...} {} in JsonObjectMatcher() function
181 … return testing::Matcher<const JsonObject &>(new JsonObjectMatcher<PropertyType...>(property...)); in JsonProperties()