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 REMOVE-TEST</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>REMOVE-TEST</B></p>
<p><B>Syntax:</B></p>
<p><B>remove-test</B> <I>description</I> => <I>nil</I></p>
<P><B>Arguments and Values:</B></P>
<P><I>description</I>---a string</P>
<P><B>Description:</B></P>
<P><B><A HREF="remove-test.html">remove-test</A></B> removes the test having
the given <I>description</I> from the system.</P>
<P><B>See Also:</B> None.</P>
<P><B>Notes:</B></P>
<P>Tests are
identified by name and categorization has no impact on their identity. Therefore,
categorization of tests has no impact on their removal.</p>
<p>Test descriptions are compared with the provided <I>description</I>
using #'string-equal.</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:45
</address>
</body>
</html>
|