com.atlassian.oai.validator.mockmvc.OpenApiValidationMatchers Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of swagger-request-validator-mockmvc-legacy Show documentation
Show all versions of swagger-request-validator-mockmvc-legacy Show documentation
OpenAPI / Swagger validation for Spring MVC REST tests (legacy).
package com.atlassian.oai.validator.mockmvc;
import org.springframework.test.web.servlet.ResultMatcher;
/**
* Static factory methods for {@link ResultMatcher}-based result actions.
*/
public abstract class OpenApiValidationMatchers {
public static OpenApiMatchers openApi() {
return new OpenApiMatchers();
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy