In the tests folder of the project (named
EasyBeans by default), the following three commands need to be
used:
ant install
It will install the binaries required by the test suite in the
folder ejb3s.
ant run.server or run.server.debug (Server debug mode)
Then, EasyBeans server will be launched. When the following message is received, next step needs to be done:
[java] INFO: Waiting requests...
ant tests.conformance
All tests will be run and a report will be produced. The report
will be available in
tests/output/reports/conformance folder.
![]() |
Note |
|---|---|
|
After using ant tests.conformance, the
JUnit Report format could be generated using the command
ant report.junit.format. The output file
|