@Retention(value=RUNTIME)
@Target(value=TYPE)
public static @interface TATJUnitRunner.KeepTestOutput
Test classes can use this annotation to cause TATJUnitRunner to keep the
tmp files with the stdout, stderr and test output.
This has no influence on what output TAT sees, but allows checking the test output
which is normally not available any more after the test succeeds.