In support of https://github.com/marklogic-community/ml-gradle/issues/383 Based on that ticket, we want the following methods added: ``` JUnitTestSuite runSuite(String suite, String commaDelimitedTestNames, the 3 boolean args) List<JUnitTestSuite> runSuites(List<String> suites, String commaDelimitedTestNames, the 3 boolean args) ```