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 34 35 36 37
|
<!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 RUN-ALL-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>RUN-ALL-TESTS</B></p>
<p><B>Syntax:</B></p>
<p><B>run-all-tests</B> => <I>no-errors, number-failed, number-passed</I></p>
<P><B>Arguments and Values:</B></P>
<P><I>no-errors</I>---a boolean</P>
<P><I>number-failed</I>---an integer</P>
<P><I>number-passed</I>---an integer</P>
<P><B>Description:</B></P>
<P>This function runs all tests defined by <A HREF="deftest.html">deftest</A>.
The tests are run within an error handler, allowing the system to keep track
of failed tests.</P>
<p>The function returns three values: a boolean, which is true if all tests
passed and false otherwise, the number of tests that failed, and the number
of tests that passed.</p>
<P><B>See Also:</B></P>
<P><B> <A HREF="deftest.html">deftest</A></B></P>
<P><B>Notes:</B></P>
<P>See <B><A HREF="deftest.html">deftest</A></B> for the specification of
passing and failing tests.</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: Date: 2001/06/11 21:45
</address>
</body>
</html>
|