Skip to content

Commit d5127e5

Browse files
authored
Merge pull request #320 from adamretter/xqsuite-undocumented
Documented further un-documented XQSuite annotations
2 parents 9fe8e05 + 9929739 commit d5127e5

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/main/xar-resources/data/xqsuite/xqsuite.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
</listitem>
182182
</varlistentry>
183183
<varlistentry>
184-
<term><code>%test:pending</code></term>
184+
<term><code>%test:pending($reason)</code></term>
185185
<listitem>
186186
<para>Marks a test as <emphasis>pending</emphasis>, which means that it will not
187187
be executed as part of the test suite. This can be useful when you want to
@@ -209,6 +209,12 @@
209209
</para>
210210
</listitem>
211211
</varlistentry>
212+
<varlistentry>
213+
<term><code>%test:user($username, $password)</code></term>
214+
<listitem>
215+
<para>Executes the test function as a specific user.</para>
216+
</listitem>
217+
</varlistentry>
212218
</variablelist>
213219

214220
<!-- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->

0 commit comments

Comments
 (0)