IdP conversionService in Unit Tests
Rod Widdowson
rdw at steadingsoftware.com
Sun Jun 14 10:15:08 EDT 2015
> is there an existing
> spring-based unit test already available that takes advantage of converters?
>
A quick grep yields
> idp-profile-spring\src\test\java\net\shibboleth\idp\profile\spring\relyingparty\RelyingPartyTest.java:
> ConversionServiceFactoryBean service = new ConversionServiceFactoryBean();
> idp-profile-spring\src\test\java\net\shibboleth\idp\profile\spring\relyingparty\RelyingPartyTest.java:
> context.getBeanFactory().setConversionService(service.getObject());
/R
More information about the dev
mailing list