How can I get the results of my JUnit assertions to be printed [to standard output]?
I have some tests like this:
@Test public void test01() { Position
One last resort option is to pair each assert with a corresponding System.out.println, though obviously that is less than ideal. Still, it will solve the problem if all else fails.
System.out.println