next up previous contents
Next: 7 Contacts Up: JOTM Test Suite Guide Previous: 5 Customize Test Suite   Contents


6 Test reports

While you run the tests, you have a short summary from Ant output:

[junit] Running org.objectweb.jotm.jtests.conform.ClientTestCase
[junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 40.167 sec
[junit] Running org.objectweb.jotm.jtests.conform.LocalTestCase
[junit] Tests run: 17, Failures: 0, Errors: 0, Time elapsed: 32.747 sec
[junit] Running org.objectweb.jotm.jtests.conform.RemoteTestCase
[junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 49.914 sec
So you can quickly check if you're interested only by some tests.
Once all the tests are finished, a Javadoc-like HTML version of the test report will be created and put into the output/dist/reports/ subdirectories.
There is one subdirectory for each communication protocol used during the tests (by default, there will be a rmi_jrmp/html and a rmi_iiop/html subdirectories).
Test reports are then browsable in the same way that standard Javadoc and provides global informations on the test suite, such as:
 ------------------------------------------------
| Tests | Failures | Errors | Success | rateTime |
 ------------------------------------------------
|    33 |        0 |      2 |  93.94% |  120.105 |
 ------------------------------------------------
as well as information for every test cases and test method.s



Jeff Mesnil 2003-07-30