Integration testing flows
Marvin Addison
marvin.addison at gmail.com
Tue Jun 30 09:43:42 EDT 2015
>
> Are you developing inside the idp-conf module?
>
No, separate module with dependencies on idp-X modules that I depend on.
> My code is outside and it is failing to load resources for running a
> test class extending AbstractFlowTest. I've added a test dependency on
> idp-conf:test-jar but apparently that's not enough.
>
I'm glad you brought this up. idp-conf doesn't produce a test-jar artifact,
and I believe it should to facilitate development of custom flows. I did
the quick and dirty thing and copied the following files to my own package
space:
AbstractFlowTest
PreferFileSystemApplicationContextInitializer
PreferFileSystemContextLoader
It required a couple minor source edits, but it was a pretty clean copy and
paste job. Hopefully this will be unnecessary in the future.
M
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://shibboleth.net/pipermail/dev/attachments/20150630/bdab54f5/attachment.html>
More information about the dev
mailing list