1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1252">
<TITLE>CLUnit: Function LIST-TESTS</TITLE>
</HEAD>
<BODY>
<A HREF="CLUnit.html"><img src="clunit-small.jpg" align=right width="100" height="27" border="0" alt="CLUnit"></A>
<p><I>Function</I> <B>LIST-TESTS</B></p>
<p><B>Syntax:</B></p>
<p><B>list-tests</B> <TT>&optional</TT> <I>category</I> => <I>list</I></p>
<P><B>Arguments and Values:</B></P>
<P><I>category</I>---a string</P>
<P><I>list</I>---a list</P>
<P><A href="list-tests.html"><B>list-tests</B></a>
returns a list of test descriptions; one each for all tests.
The strings returned are in the form <i>description</I>/<I>category</I>, where
<I>description</I> and <I>category</I> are those specified to <B><A HREF="deftest.html">
deftest</A></B> when the test is defined.</P>
<P>If the category is provided, only the tests from the specified category are listed.</P>
<P><B>See Also:</B></P>
<P><B> <A HREF="deftest.html">deftest</A></B></P>
<P><B>Notes:</B> None.</p>
<HR>
<address>
<a href="http://validator.w3.org/check/referer"><img
src="http://www.w3.org/Icons/valid-html32" height="31" width="88"
align=right border="0" alt="Valid HTML 3.2!"></a>
<a href="mailto:fadrian@qwest.net">Frank A. Adrian</a><br>
Last modified: 12 June, 2001 13:54
</address>
</body>
</html>
|