org.skyscreamer.jsonassert.Customization Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jsonassert Show documentation
Show all versions of jsonassert Show documentation
Write JSON unit tests in less code. Great for testing REST interfaces.
package org.skyscreamer.jsonassert;
import java.util.regex.Pattern;
/**
* Associates a custom matcher to a specific jsonpath.
*/
public final class Customization {
private final Pattern path;
private final ValueMatcher
© 2015 - 2024 Weber Informatics LLC | Privacy Policy