We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6068ce0 commit 40ec31bCopy full SHA for 40ec31b
utplsql-maven-plugin/src/test/resources/scripts/test/TEST_PKG_TEST_ME.spc
@@ -1,4 +1,6 @@
1
CREATE OR REPLACE PACKAGE TEST_PKG_TEST_ME AS
2
+ -- %suite(TEST_PKG_TEST_ME)
3
+ -- %suitepath(plsql.examples)
4
--
5
-- This package shows all the possibilities to unit test
6
-- your PL/SQL package. NOTE that it is not limited to
@@ -10,8 +12,6 @@ CREATE OR REPLACE PACKAGE TEST_PKG_TEST_ME AS
10
12
* This two parameters are used by the test framework in
11
13
* order to identify the test suite to run
14
*/
- -- %suite(TEST_PKG_TEST_ME)
- -- %suitepath(plsql.examples)
15
16
/*
17
* This method is invoked once before any other method.
0 commit comments