use of org.apereo.cas.validation.Cas20ProtocolValidationSpecification in project cas by apereo.
the class AbstractServiceValidateControllerTests method verifyAfterPropertesSetTestEverything.
@Test
public void verifyAfterPropertesSetTestEverything() throws Exception {
this.serviceValidateController.setValidationSpecification(new Cas20ProtocolValidationSpecification());
this.serviceValidateController.setProxyHandler(new Cas20ProxyHandler(null, null));
}
Aggregations