Class JsonMatcher
- java.lang.Object
-
- org.hamcrest.BaseMatcher<T>
-
- org.hamcrest.TypeSafeMatcher<String>
-
- com.atlassian.bamboo.matcher.json.JsonMatcher
-
-
Constructor Summary
Constructors Constructor Description JsonMatcher(com.google.gson.JsonElement expectedJsonObject)
JsonMatcher(String expectedJsonStr)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
describeTo(org.hamcrest.Description description)
protected boolean
matchesSafely(@NotNull String item)
-
Methods inherited from class org.hamcrest.TypeSafeMatcher
describeMismatch, describeMismatchSafely, matches
-
-
-
-
Constructor Detail
-
JsonMatcher
public JsonMatcher(String expectedJsonStr)
-
JsonMatcher
public JsonMatcher(com.google.gson.JsonElement expectedJsonObject)
-
-