Problem

What do I do if my Junit TAT test doesn't produce any output at all?

Solution

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