5.2. Using Ant

In the tests folder of the project (named EasyBeans by default), the following three commands need to be used:

  1. ant install

    It will install the binaries required by the test suite in the folder ejb3s.

  2. 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...
  3. 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]Note

    After using ant tests.conformance, the JUnit Report format could be generated using the command ant report.junit.format. The output file junit-noframes.html will be available in tests/output/reports/conformance folder.