Suggestions regarding how to test flows ?

Brent Putman putmanb at georgetown.edu
Thu Jan 16 23:54:13 EST 2014


On 1/16/14 11:36 AM, Tom Zeller wrote:
>
> I ask because the Spring test class extends JUnit, 

I just wanted to note that for v3, based on Chad's intentions and IIRC
strong opinion on the matter, we have gone to great lengths to eliminate
any actual dependency and use of JUnit (some of our dependencies might
have a formal Maven dependency on it, but I thought we were generally
using Maven 'excludes' to exclude it.  Possible we missed something
somewhere though).  For example, for XMLUnit we even cloned their
JUnit-based assert class code and produced our own that uses TestNG
asserts instead so we could exclude the JUnit dependency.

Not saying we can't go down the JUnit road if that makes sense, if it
simplifies WebFlow testing etc....  But one practical point is that if
we have both TestNG and JUnit tests, especially mixed in the same
project, that might complicate how our test suites run, and results
reported, etc.  Not sure how that works, never tried to mix the two.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/dev/attachments/20140116/285e75be/attachment-0001.html 


More information about the dev mailing list