commit 02302f89a2b01103c252e251eabd65aca0fae7c7 Author: Eric Ayers Date: Mon May 23 18:39:05 2016 -0400 Adds in the experimental test runner Adds an experimental test runner based on the JUnit Computer interface. This interface can only run whole classes at a time, so we still use the legacy test runner for Serial tests. Testing Done: CI green at https://travis-ci.org/pantsbuild/pants/builds/132262917 Bugs closed: 3486 Reviewed at https://rbcommons.com/s/twitter/r/3921/ .../junit/annotations/TestParallelBoth.java | 25 ++++++++++++++++++++++ .../junit/annotations/TestParallelMethods.java | 25 ++++++++++++++++++++++ 2 files changed, 50 insertions(+)