Skip to content

Commit b033649

Browse files
add reason to disabled annotation in snippets based on #143
1 parent 4ab843f commit b033649

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sqldev/src/main/resources/org/utplsql/sqldev/resources/UtplsqlSnippets.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@
8181
<![CDATA[--%rollback(<type>)]]>
8282
</code>
8383
</snippet>
84-
<snippet name="disabled" description="Package/procedure level. Used to disable a suite or a test. Disabled suites/tests do not get executed, they are however marked and reported as disabled in a test run.">
84+
<snippet name="disabled" description="Package/procedure level. Used to disable a suite, whole context or a test. Disabled suites/contexts/tests do not get executed, they are however marked and reported as disabled in a test run. The reason that will be displayed next to disabled tests is decided based on hierarchy suites -> context -> test.">
8585
<code>
86-
<![CDATA[--%disabled]]>
86+
<![CDATA[--%disabled(<reason>)]]>
8787
</code>
8888
</snippet>
8989
<snippet name="context" description="Package level. Denotes start of a named context (sub-suite) in a suite package">

0 commit comments

Comments
 (0)