| test | Test the application |
| test:compile | Compile the TestCases and TestSuites |
| test:match | Execute all the tests matching the given 'testmatchpattern' variable
nd excluding those in 'testnotmatchpattern' variable |
| test:match-test | DEPRECATED: please use the test:match goal instead |
| test:prepare-filesystem | Create the needed directory structure |
| test:single | Execute a single test defined using the 'testcase' variable |
| test:single-test | DEPRECATED: please use the test:single goal instead |
| test:test | Test the application |
| test:test-resources | Copy any resources that must be present for run tests |
| test:ui | Starts the Swing TestRunner front end |