Hi Jeff,

JWebUnit extends JUnit, so you can create test suites in the same way you
would create a test suite for JUnit tests. The test suite can then be run
directly.

For example:
http://code.google.com/p/iaml/source/browse/trunk/org.openiaml.model.tests/src/org/openiaml/model/tests/codegen/model0_5_1/AllModel0_5_1CodegenTests.java?r=2349

Hope this helps,
Jevon

On Wed, Sep 29, 2010 at 6:52 PM, Jeff Davies <[email protected]> wrote:

> I was able to create a test case using JWebUnit very easily. Thank you for
> all of the hard work you have put into it!
>
> Now for my question. Is there a way to run a suite of tests instead of
> picking a single test case java file and running it? I looked through the
> docs and didn't see any mention of such a concept. It would be nice to run a
> large number of unit tests all together as a sanity check before a release.
>
> Thanks in advance!
>
> - Jeff
>
>
> ------------------------------------------------------------------------------
> Start uncovering the many advantages of virtual appliances
> and start using them to simplify application deployment and
> accelerate your shift to cloud computing.
> http://p.sf.net/sfu/novell-sfdev2dev
> _______________________________________________
> JWebUnit-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/jwebunit-users
>
>
------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
JWebUnit-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jwebunit-users

Reply via email to