Minore cleanup
This commit is contained in:
parent
b3d3cfe81f
commit
7ac1b4a452
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
# [Bld](https://rife2.com/bld) Extension to Run Test with [TestNG](https://testng.org/)
|
# [Bld](https://rife2.com/bld) Extension to Run Tests with [TestNG](https://testng.org/)
|
||||||
|
|
||||||
|
|
||||||
[](https://opensource.org/licenses/Apache-2.0)
|
[](https://opensource.org/licenses/Apache-2.0)
|
||||||
|
|
|
@ -156,8 +156,8 @@ public class TestNgOperation extends AbstractProcessOperation<TestNgOperation> {
|
||||||
* Lets you specify method selectors on the command line.
|
* Lets you specify method selectors on the command line.
|
||||||
* For example: {@code "com.example.Selector1:3", "com.example.Selector2:2"}
|
* For example: {@code "com.example.Selector1:3", "com.example.Selector2:2"}
|
||||||
*/
|
*/
|
||||||
public TestNgOperation methodSelectors(String... detector) {
|
public TestNgOperation methodSelectors(String... selector) {
|
||||||
options.put("-methodselectors", String.join(",", detector));
|
options.put("-methodselectors", String.join(",", selector));
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue