commit ee091a01fd41e46a59e67dc004c64d2a7a6acbbf Author: Garrett Malmquist Date: Fri Oct 2 10:48:54 2015 -0400 Reformatting the junit output to be consistent with pants. Now testcases are described as org.foo.bar.TestClass#testMethodName Which is consistent with how tests are specified on the cli. Testing Done: Manual testing. CI went green here: https://travis-ci.org/pantsbuild/pants/builds/83206084 Bugs closed: 2301 Reviewed at https://rbcommons.com/s/twitter/r/2917/ .../tools/junit/impl/ConsoleRunnerImpl.java | 4 ++-- .../tools/junit/impl/PerTestConsoleListener.java | 4 ++-- src/java/org/pantsbuild/tools/junit/impl/Util.java | 27 ++++++++++++++++++++++ 3 files changed, 31 insertions(+), 4 deletions(-)