Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b033649

Browse filesBrowse files
add reason to disabled annotation in snippets based on #143
1 parent 4ab843f commit b033649
Copy full SHA for b033649

File tree

1 file changed

+2
-2
lines changed
Filter options

1 file changed

+2
-2
lines changed

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

Copy file name to clipboardExpand all lines: sqldev/src/main/resources/org/utplsql/sqldev/resources/UtplsqlSnippets.xml
+2-2Lines changed: 2 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.