Package org.skyscreamer.jsonassert

Interface Summary
LocationAwareValueMatcher<T> A ValueMatcher extension that provides location in form of prefix to the equals method.
ValueMatcher<T>  
 

Class Summary
ArrayValueMatcher<T> A value matcher for arrays.
Customization Associates a custom matcher to a specific jsonpath.
FieldComparisonFailure Models a failure when comparing two fields.
JSONAssert A set of assertion methods useful for writing tests methods that return JSON.
JSONCompare Provides API to compare two JSON entities.
JSONCompareResult Bean for holding results from JSONCompare.
JSONParser Simple JSON parsing utility.
RegularExpressionValueMatcher<T> A JSONassert value matcher that matches actual value to regular expression.
 

Enum Summary
JSONCompareMode These different modes define different behavior for the comparison of JSON for testing.
 

Exception Summary
ValueMatcherException Exception that may be thrown by ValueMatcher subclasses to provide more detail on why matches method failed.
 



Copyright © 2014. All Rights Reserved.