public class SwaggerAssertionConfig
extends java.lang.Object
| Constructor and Description |
|---|
SwaggerAssertionConfig()
Construct a
SwaggerAssertionConfig. |
SwaggerAssertionConfig(java.util.Properties props)
Construct a
SwaggerAssertionConfig. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getDefinitionsToIgnoreInExpected() |
java.lang.String |
getPathsPrependExpected() |
java.util.Set<java.lang.String> |
getPathsToIgnoreInExpected() |
java.util.Set<java.lang.String> |
getPropertiesToIgnoreInExpected() |
boolean |
swaggerAssertionEnabled(SwaggerAssertionType assertionType) |
public SwaggerAssertionConfig()
SwaggerAssertionConfig.public SwaggerAssertionConfig(java.util.Properties props)
SwaggerAssertionConfig. All checks are enabled by default, and overridden by the supplied
properties.props - properties. Typically sourced from root of classpathpublic boolean swaggerAssertionEnabled(SwaggerAssertionType assertionType)
public java.util.Set<java.lang.String> getPathsToIgnoreInExpected()
public java.util.Set<java.lang.String> getDefinitionsToIgnoreInExpected()
public java.util.Set<java.lang.String> getPropertiesToIgnoreInExpected()
public java.lang.String getPathsPrependExpected()