Cleaned up cliargs script
This commit is contained in:
parent
0a869da1d5
commit
cd34bb182c
2 changed files with 3 additions and 7 deletions
|
@ -53,6 +53,8 @@ class TestNgOperationTest {
|
|||
void testCheckAllParameters() throws IOException {
|
||||
var args = Files.readAllLines(Paths.get("src", "test", "resources", "testng-args.txt"));
|
||||
|
||||
assertThat(args).isNotEmpty();
|
||||
|
||||
var params = new TestNgOperation()
|
||||
.fromProject(new BaseProjectBlueprint(new File("examples"), "com.example", "Examples"))
|
||||
.alwaysRunListeners(true)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue