Skip to content

Commit 9bb239f

Browse files
committed
Test for include and exclude
1 parent b9dfb47 commit 9bb239f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/test/java/org/utplsql/maven/plugin/UtPlsqlMojoTest.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,10 @@ public void skipUtplsqlTests() throws MojoExecutionException {
116116
}
117117

118118
@Test
119-
public void defaultReport() throws MojoExecutionException {
119+
public void defaultReportAndExcludes() throws MojoExecutionException {
120+
utPLSQLMojo.excludeObject = "abc";
121+
utPLSQLMojo.includeObject = "xyz";
122+
120123
utPLSQLMojo.execute();
121124
}
122125

0 commit comments

Comments
 (0)