ExtendJ |
Regression Test SuiteThe ExtendJ regression test suite is available on Bitbucket. Most of the tests can be verified against Javac. Only a few test ExtendJ-specific APIs and features. To run the tests you need to have a compiled ExtendJ Jar file. It should be
placed in the root directory of the regression test suite and it must be named
The above line runs the Java 8 tests. To run only the Java 7 tests, use the command
To run a specific test only, it may be selected using a command-line argument:
All tests are organized into the The test suite contains a mix of regression tests and feature tests for the Java 7 and Java 8 modules. |