public class JsonUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
assertJsonEquals(String control,
String test) |
static void |
assertJsonEquals(String err,
String control,
String test)
Deprecated.
|
static void |
assertJsonEquals(URL control,
String test) |
static void |
assertJsonEquals(URL control,
String test,
Charset charset) |
static String |
formatJson(String unformated) |
public static void assertJsonEquals(@Nonnull URL control, @Nullable String test) throws SAXException, IOException
SAXExceptionIOExceptionpublic static void assertJsonEquals(@Nonnull URL control, @Nullable String test, @Nonnull Charset charset) throws SAXException, IOException
SAXExceptionIOExceptionpublic static void assertJsonEquals(@Nullable String control, @Nullable String test) throws IOException
IOException@Deprecated public static void assertJsonEquals(@Nullable String err, @Nullable String control, @Nullable String test) throws IOException, org.junit.ComparisonFailure
IOExceptionorg.junit.ComparisonFailureCopyright © 2007–2016 cedarsoft GmbH. All rights reserved.