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> JsonAsserter
JsonAsserter.assertEquals
(String path, T expected) Deprecated.Asserts that object specified by path is equal to the expected value.<T> JsonAsserter
JsonAsserter.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> JsonAsserter
JsonAsserter.assertNotNull
(String path) Deprecated.Asserts that object specified by path is NOT null.<T> JsonAsserter
JsonAsserter.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> JsonAsserter
JsonAsserter.assertThat
(String path, org.hamcrest.Matcher<T> matcher) Deprecated.Asserts that object specified by path satisfies the condition specified by matcher.<T> JsonAsserter
JsonAsserter.assertThat
(String path, org.hamcrest.Matcher<T> matcher, String message) Deprecated.static JsonAsserter
JsonAssert.with
(InputStream is) Deprecated.Creates a JSONAsserterstatic JsonAsserter
Deprecated.Creates a JSONAsserterstatic JsonAsserter
Deprecated.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> JsonAsserter
JsonAsserterImpl.assertEquals
(String path, T expected) Asserts that object specified by path is equal to the expected value.<T> JsonAsserter
JsonAsserterImpl.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> JsonAsserter
JsonAsserterImpl.assertNotNull
(String path) Asserts that object specified by path is NOT null.<T> JsonAsserter
JsonAsserterImpl.assertNotNull
(String path, String message) JsonAsserterImpl.assertNull
(String path) Asserts that object specified by path is null.JsonAsserterImpl.assertNull
(String path, String message) <T> JsonAsserter
JsonAsserterImpl.assertThat
(String path, org.hamcrest.Matcher<T> matcher) Asserts that object specified by path satisfies the condition specified by matcher.<T> JsonAsserter
JsonAsserterImpl.assertThat
(String path, org.hamcrest.Matcher<T> matcher, String message)