commit 891097aa870d450d9f8f4595433315e26642edb2 Author: Nora Howard Date: Thu Apr 30 10:09:23 2020 -0600 [junit-runner] allow test specs to work for parameterized tests and t… (#9397) [ci skip-rust-tests] ### Problem When I want to run one instance of a parameterized test, or any scala test, I can't specify a spec for it on the command line for pants' test runner. ### Solution When a custom runner or the scala test runner is being used, allow the method name portion of specs to have arbitrary contents. Also, update arg splitting to use the args as they are provided rather than splitting each individual argument. ### Result Both parameterized tests and scala tests can be referred to directly by `--test-junit-test=` .../pantsbuild/args4j/StringArgumentsHandler.java | 46 ++++++++++++++++++++++ 1 file changed, 46 insertions(+)