We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9dfb47 commit 9bb239fCopy full SHA for 9bb239f
1 file changed
src/test/java/org/utplsql/maven/plugin/UtPlsqlMojoTest.java
@@ -116,7 +116,10 @@ public void skipUtplsqlTests() throws MojoExecutionException {
116
}
117
118
@Test
119
- public void defaultReport() throws MojoExecutionException {
+ public void defaultReportAndExcludes() throws MojoExecutionException {
120
+ utPLSQLMojo.excludeObject = "abc";
121
+ utPLSQLMojo.includeObject = "xyz";
122
+
123
utPLSQLMojo.execute();
124
125
0 commit comments