A C D E H I J M W 
All Classes All Packages

A

and() - Method in class com.jayway.jsonassert.impl.JsonAsserterImpl
Syntactic sugar to allow chaining assertions with a separating and() statement
and() - Method in interface com.jayway.jsonassert.JsonAsserter
Syntactic sugar to allow chaining assertions with a separating and() statement
assertEquals(String, T) - Method in class com.jayway.jsonassert.impl.JsonAsserterImpl
Asserts that object specified by path is equal to the expected value.
assertEquals(String, T) - Method in interface com.jayway.jsonassert.JsonAsserter
Asserts that object specified by path is equal to the expected value.
assertEquals(String, T, String) - Method in class com.jayway.jsonassert.impl.JsonAsserterImpl
 
assertEquals(String, T, String) - Method in interface com.jayway.jsonassert.JsonAsserter
 
assertNotDefined(String) - Method in class com.jayway.jsonassert.impl.JsonAsserterImpl
Checks that a path is not defined within a document.
assertNotDefined(String) - Method in interface com.jayway.jsonassert.JsonAsserter
Checks that a path is not defined within a document.
assertNotDefined(String, String) - Method in class com.jayway.jsonassert.impl.JsonAsserterImpl
 
assertNotDefined(String, String) - Method in interface com.jayway.jsonassert.JsonAsserter
 
assertNotNull(String) - Method in class com.jayway.jsonassert.impl.JsonAsserterImpl
Asserts that object specified by path is NOT null.
assertNotNull(String) - Method in interface com.jayway.jsonassert.JsonAsserter
Asserts that object specified by path is NOT null.
assertNotNull(String, String) - Method in class com.jayway.jsonassert.impl.JsonAsserterImpl
 
assertNotNull(String, String) - Method in interface com.jayway.jsonassert.JsonAsserter
 
assertNull(String) - Method in class com.jayway.jsonassert.impl.JsonAsserterImpl
Asserts that object specified by path is null.
assertNull(String) - Method in interface com.jayway.jsonassert.JsonAsserter
Asserts that object specified by path is null.
assertNull(String, String) - Method in class com.jayway.jsonassert.impl.JsonAsserterImpl
 
assertNull(String, String) - Method in interface com.jayway.jsonassert.JsonAsserter
 
assertThat(String, Matcher<T>) - Method in class com.jayway.jsonassert.impl.JsonAsserterImpl
Asserts that object specified by path satisfies the condition specified by matcher.
assertThat(String, Matcher<T>) - Method in interface com.jayway.jsonassert.JsonAsserter
Asserts that object specified by path satisfies the condition specified by matcher.
assertThat(String, Matcher<T>, String) - Method in class com.jayway.jsonassert.impl.JsonAsserterImpl
assertThat(String, Matcher<T>, String) - Method in interface com.jayway.jsonassert.JsonAsserter
 

C

CollectionMatcher<C extends java.util.Collection<?>> - Class in com.jayway.jsonassert.impl.matcher
 
CollectionMatcher() - Constructor for class com.jayway.jsonassert.impl.matcher.CollectionMatcher
 
collectionWithSize(Matcher<? super Integer>) - Static method in class com.jayway.jsonassert.JsonAssert
 
com.jayway.jsonassert - package com.jayway.jsonassert
 
com.jayway.jsonassert.impl - package com.jayway.jsonassert.impl
 
com.jayway.jsonassert.impl.matcher - package com.jayway.jsonassert.impl.matcher
 
com.jayway.jsonpath.matchers - package com.jayway.jsonpath.matchers
 

D

describeMismatchSafely(ReadContext, Description) - Method in class com.jayway.jsonpath.matchers.WithJsonPath
 
describeMismatchSafely(T, Description) - Method in class com.jayway.jsonpath.matchers.IsJson
 
describeTo(Description) - Method in class com.jayway.jsonassert.impl.matcher.IsCollectionWithSize
 
describeTo(Description) - Method in class com.jayway.jsonassert.impl.matcher.IsEmptyCollection
 
describeTo(Description) - Method in class com.jayway.jsonassert.impl.matcher.IsMapContainingKey
 
describeTo(Description) - Method in class com.jayway.jsonassert.impl.matcher.IsMapContainingValue
 
describeTo(Description) - Method in class com.jayway.jsonpath.matchers.IsJson
 
describeTo(Description) - Method in class com.jayway.jsonpath.matchers.WithJsonPath
 
describeTo(Description) - Method in class com.jayway.jsonpath.matchers.WithoutJsonPath
 

E

empty() - Static method in class com.jayway.jsonassert.impl.matcher.IsEmptyCollection
Matches an empty collection.
emptyCollection() - Static method in class com.jayway.jsonassert.JsonAssert
 

H

hasJsonPath(String) - Static method in class com.jayway.jsonpath.matchers.JsonPathMatchers
 
hasJsonPath(String, Matcher<T>) - Static method in class com.jayway.jsonpath.matchers.JsonPathMatchers
 
hasKey(K) - Static method in class com.jayway.jsonassert.impl.matcher.IsMapContainingKey
 
hasKey(Matcher<K>) - Static method in class com.jayway.jsonassert.impl.matcher.IsMapContainingKey
 
hasNoJsonPath(String) - Static method in class com.jayway.jsonpath.matchers.JsonPathMatchers
 
hasSize(int) - Static method in class com.jayway.jsonassert.impl.matcher.IsCollectionWithSize
This is a shortcut to the frequently used hasSize(equalTo(x)).
hasSize(Matcher<? super Integer>) - Static method in class com.jayway.jsonassert.impl.matcher.IsCollectionWithSize
Does collection size satisfy a given matcher?
hasValue(Matcher<? super V>) - Static method in class com.jayway.jsonassert.impl.matcher.IsMapContainingValue
 
hasValue(V) - Static method in class com.jayway.jsonassert.impl.matcher.IsMapContainingValue
 

I

IsCollectionWithSize<E> - Class in com.jayway.jsonassert.impl.matcher
Matches if collection size satisfies a nested matcher.
IsCollectionWithSize(Matcher<? super Integer>) - Constructor for class com.jayway.jsonassert.impl.matcher.IsCollectionWithSize
 
IsEmptyCollection<E> - Class in com.jayway.jsonassert.impl.matcher
Tests if collection is empty.
IsEmptyCollection() - Constructor for class com.jayway.jsonassert.impl.matcher.IsEmptyCollection
 
isJson() - Static method in class com.jayway.jsonpath.matchers.JsonPathMatchers
 
isJson(Matcher<? super ReadContext>) - Static method in class com.jayway.jsonpath.matchers.JsonPathMatchers
 
IsJson<T> - Class in com.jayway.jsonpath.matchers
 
IsJson(Matcher<? super ReadContext>) - Constructor for class com.jayway.jsonpath.matchers.IsJson
 
isJsonFile(Matcher<? super ReadContext>) - Static method in class com.jayway.jsonpath.matchers.JsonPathMatchers
 
isJsonString(Matcher<? super ReadContext>) - Static method in class com.jayway.jsonpath.matchers.JsonPathMatchers
 
IsMapContainingKey<K> - Class in com.jayway.jsonassert.impl.matcher
 
IsMapContainingKey(Matcher<K>) - Constructor for class com.jayway.jsonassert.impl.matcher.IsMapContainingKey
 
IsMapContainingValue<V> - Class in com.jayway.jsonassert.impl.matcher
 
IsMapContainingValue(Matcher<? super V>) - Constructor for class com.jayway.jsonassert.impl.matcher.IsMapContainingValue
 

J

JsonAssert - Class in com.jayway.jsonassert
 
JsonAssert() - Constructor for class com.jayway.jsonassert.JsonAssert
 
JsonAsserter - Interface in com.jayway.jsonassert
 
JsonAsserterImpl - Class in com.jayway.jsonassert.impl
 
JsonAsserterImpl(Object) - Constructor for class com.jayway.jsonassert.impl.JsonAsserterImpl
Instantiates a new JSONAsserter
JsonPathMatchers - Class in com.jayway.jsonpath.matchers
 

M

mapContainingKey(Matcher<String>) - Static method in class com.jayway.jsonassert.JsonAssert
 
mapContainingValue(Matcher<? super V>) - Static method in class com.jayway.jsonassert.JsonAssert
 
MapTypeSafeMatcher<M extends java.util.Map<?,​?>> - Class in com.jayway.jsonassert.impl.matcher
 
MapTypeSafeMatcher() - Constructor for class com.jayway.jsonassert.impl.matcher.MapTypeSafeMatcher
 
matches(Object) - Method in class com.jayway.jsonassert.impl.matcher.CollectionMatcher
 
matches(Object) - Method in class com.jayway.jsonassert.impl.matcher.MapTypeSafeMatcher
 
matchesSafely(C) - Method in class com.jayway.jsonassert.impl.matcher.CollectionMatcher
 
matchesSafely(ReadContext) - Method in class com.jayway.jsonpath.matchers.WithJsonPath
 
matchesSafely(ReadContext, Description) - Method in class com.jayway.jsonpath.matchers.WithoutJsonPath
 
matchesSafely(Collection<? extends E>) - Method in class com.jayway.jsonassert.impl.matcher.IsCollectionWithSize
 
matchesSafely(Collection<E>) - Method in class com.jayway.jsonassert.impl.matcher.IsEmptyCollection
 
matchesSafely(Map<?, V>) - Method in class com.jayway.jsonassert.impl.matcher.IsMapContainingValue
 
matchesSafely(Map<K, ?>) - Method in class com.jayway.jsonassert.impl.matcher.IsMapContainingKey
 
matchesSafely(M) - Method in class com.jayway.jsonassert.impl.matcher.MapTypeSafeMatcher
 
matchesSafely(T) - Method in class com.jayway.jsonpath.matchers.IsJson
 

W

with(InputStream) - Static method in class com.jayway.jsonassert.JsonAssert
Creates a JSONAsserter
with(Reader) - Static method in class com.jayway.jsonassert.JsonAssert
Creates a JSONAsserter
with(String) - Static method in class com.jayway.jsonassert.JsonAssert
Creates a JSONAsserter
withJsonPath(JsonPath) - Static method in class com.jayway.jsonpath.matchers.JsonPathMatchers
 
withJsonPath(JsonPath, Matcher<T>) - Static method in class com.jayway.jsonpath.matchers.JsonPathMatchers
 
withJsonPath(String, Predicate...) - Static method in class com.jayway.jsonpath.matchers.JsonPathMatchers
 
withJsonPath(String, Matcher<T>) - Static method in class com.jayway.jsonpath.matchers.JsonPathMatchers
 
WithJsonPath<T> - Class in com.jayway.jsonpath.matchers
 
WithJsonPath(JsonPath, Matcher<T>) - Constructor for class com.jayway.jsonpath.matchers.WithJsonPath
 
withoutJsonPath(JsonPath) - Static method in class com.jayway.jsonpath.matchers.JsonPathMatchers
 
withoutJsonPath(String, Predicate...) - Static method in class com.jayway.jsonpath.matchers.JsonPathMatchers
 
WithoutJsonPath - Class in com.jayway.jsonpath.matchers
 
WithoutJsonPath(JsonPath) - Constructor for class com.jayway.jsonpath.matchers.WithoutJsonPath
 
A C D E H I J M W 
All Classes All Packages