OverviewA 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 See the tags for more information. |