Package org.apache.commons.jelly.tags.junit

A collection of JUnit tags for performing unit tests written in Jelly script.

See: Description

Package org.apache.commons.jelly.tags.junit Description

A collection of JUnit tags for performing unit tests written in Jelly script.

The <suite> tag allows a test suite to be created and then test cases can either be individually ran or the whole suite ran.

The <case> tag allows a single test case to be created as part of a suite.

The <run> tag can be used to run a given Test, TestCase or TestSuite

There is an example of these tags in action here

Copyright © 2012. All Rights Reserved.