public class JSONObjectMatcher
extends org.junit.internal.matchers.TypeSafeMatcher<org.codehaus.jettison.json.JSONObject>
Constructor and Description |
---|
JSONObjectMatcher(org.codehaus.jettison.json.JSONObject jsonObject) |
Modifier and Type | Method and Description |
---|---|
void |
describeTo(org.hamcrest.Description description) |
static JSONObjectMatcher |
isEqual(org.codehaus.jettison.json.JSONObject jsonObject) |
boolean |
matchesSafely(org.codehaus.jettison.json.JSONObject item) |
public JSONObjectMatcher(org.codehaus.jettison.json.JSONObject jsonObject)
public static JSONObjectMatcher isEqual(org.codehaus.jettison.json.JSONObject jsonObject)
public boolean matchesSafely(org.codehaus.jettison.json.JSONObject item)
matchesSafely
in class org.junit.internal.matchers.TypeSafeMatcher<org.codehaus.jettison.json.JSONObject>
public void describeTo(org.hamcrest.Description description)
Copyright © 2013 Atlassian. All Rights Reserved.