Information
We are currently investigating an issue with the editor of some pages. Please save your work and avoid to create new pages until this banner is gone.
What do I do if my Junit TAT test doesn't produce any output at all?
This is probably due to a JVM crash. In this case (with ACS 6.0.3 or later) 3 files should have been created in your test directory: stdout-myTestClassName.log, stderr-myTestClassName.log and result-myTestClassName.log. These files contain what should have been the output in case of a test failure.
Possibly at the end of stderr-myTestClassName.log you will find the cause of the JVM crash.
Details about the temp files are at http://jira.alma.cl/browse/COMP-1125