Skip to content

Commit 2473530

Browse files
committed
Start adding descriptions to the tests
1 parent 0018779 commit 2473530

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/test/java/org/utplsql/cli/RunCommandArgumentsTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package org.utplsql.cli;
22

3+
import org.junit.jupiter.api.DisplayName;
34
import org.junit.jupiter.api.Test;
45
import org.utplsql.api.TestRunner;
56

@@ -11,6 +12,7 @@
1112
public class RunCommandArgumentsTest {
1213

1314
@Test
15+
@DisplayName("All arguments are recognized")
1416
public void allArgumentsAreRecognized() {
1517
IRunCommand runCmd = TestHelper.createRunCommand(TestHelper.getConnectionString(),
1618
"-p=app",

0 commit comments

Comments
 (0)