Uses of Interface
com.jayway.jsonassert.JsonAsserter
Packages that use JsonAsserter
-
Uses of JsonAsserter in com.jayway.jsonassert
Methods in com.jayway.jsonassert that return JsonAsserterModifier and TypeMethodDescriptionJsonAsserter.and()Deprecated.Syntactic sugar to allow chaining assertions with a separating and() statement<T> JsonAsserterJsonAsserter.assertEquals(String path, T expected) Deprecated.Asserts that object specified by path is equal to the expected value.<T> JsonAsserterJsonAsserter.assertEquals(String path, T expected, String message) Deprecated.JsonAsserter.assertNotDefined(String path) Deprecated.Checks that a path is not defined within a document.JsonAsserter.assertNotDefined(String path, String message) Deprecated.<T> JsonAsserterJsonAsserter.assertNotNull(String path) Deprecated.Asserts that object specified by path is NOT null.<T> JsonAsserterJsonAsserter.assertNotNull(String path, String message) Deprecated.JsonAsserter.assertNull(String path) Deprecated.Asserts that object specified by path is null.JsonAsserter.assertNull(String path, String message) Deprecated.<T> JsonAsserterJsonAsserter.assertThat(String path, org.hamcrest.Matcher<T> matcher) Deprecated.Asserts that object specified by path satisfies the condition specified by matcher.<T> JsonAsserterJsonAsserter.assertThat(String path, org.hamcrest.Matcher<T> matcher, String message) Deprecated.static JsonAsserterJsonAssert.with(InputStream is) Deprecated.Creates a JSONAsserterstatic JsonAsserterDeprecated.Creates a JSONAsserterstatic JsonAsserterDeprecated.Creates a JSONAsserter -
Uses of JsonAsserter in com.jayway.jsonassert.impl
Classes in com.jayway.jsonassert.impl that implement JsonAsserterMethods in com.jayway.jsonassert.impl that return JsonAsserterModifier and TypeMethodDescriptionJsonAsserterImpl.and()Syntactic sugar to allow chaining assertions with a separating and() statement<T> JsonAsserterJsonAsserterImpl.assertEquals(String path, T expected) Asserts that object specified by path is equal to the expected value.<T> JsonAsserterJsonAsserterImpl.assertEquals(String path, T expected, String message) JsonAsserterImpl.assertNotDefined(String path) Checks that a path is not defined within a document.JsonAsserterImpl.assertNotDefined(String path, String message) <T> JsonAsserterJsonAsserterImpl.assertNotNull(String path) Asserts that object specified by path is NOT null.<T> JsonAsserterJsonAsserterImpl.assertNotNull(String path, String message) JsonAsserterImpl.assertNull(String path) Asserts that object specified by path is null.JsonAsserterImpl.assertNull(String path, String message) <T> JsonAsserterJsonAsserterImpl.assertThat(String path, org.hamcrest.Matcher<T> matcher) Asserts that object specified by path satisfies the condition specified by matcher.<T> JsonAsserterJsonAsserterImpl.assertThat(String path, org.hamcrest.Matcher<T> matcher, String message)