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 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
|
<HTML>
<HEAD>
<TITLE>CUnit - Table of Contents</TITLE>
<LINK REL=StyleSheet HREF="CUnit_doc.css" TYPE="text/css" TITLE="CUnit Basic Style" />
</HEAD>
<BODY>
<H1>CUnit</H1>
<H3>A unit testing framework for C</H3>
<TABLE>
<TR>
<TD>Anil Kumar</TD>
<TD><<A HREF="mailto:anilsaharan@users.sourceforge.net">anilsaharan@users.sourceforge.net</A>></TD>
</TR>
<TR>
<TD>Jerry St.Clair</TD>
<TD><<A HREF="mailto:jds2@users.sourceforge.net">jds2@users.sourceforge.net</A>></TD>
</TR>
</TABLE>
<P />
<A HREF="http://cunit.sourceforge.net">http://cunit.sourceforge.net</A>
<HR ALIGN="LEFT" WIDTH="100%">
<DL>
<DT><H2>Table of Contents</H2></DT>
<DT CLASS="H1">1. <A HREF="introduction.html">Introduction</A></DT>
<DD>
<DL>
<DT>1.1. <A HREF="introduction.html#description">Description</A></DT>
<DT>1.2. <A HREF="introduction.html#structure">Structure</A></DT>
<DT>1.3. <A HREF="introduction.html#usage">General Usage</A></DT>
<DT>1.4. <A HREF="introduction.html#changes">Changes to the CUnit API in Version 2</A></DT>
</DL>
</DD>
<DT CLASS="H1">2. <A HREF="writing_tests.html">Writing CUnit Tests</A></DT>
<DD>
<DL>
<DT>2.1. <A HREF="writing_tests.html#tests">Test Functions</A></DT>
<DT>2.2. <A HREF="writing_tests.html#assertions">CUnit Assertions</A></DT>
<DT>2.3. <A HREF="writing_tests.html#deprecated">Deprecated v1 Assertions</A></DT>
</DL>
</DD>
<DT CLASS="H1">3. <A HREF="test_registry.html">The Test Registry</A></DT>
<DD>
<DL>
<DT>3.1. <A HREF="test_registry.html#synopsis">Synopsis</A></DT>
<DT>3.2. <A HREF="test_registry.html#struct">Internal Structure</A></DT>
<DT>3.3. <A HREF="test_registry.html#init">Initialization</A></DT>
<DT>3.4. <A HREF="test_registry.html#cleanup">Cleanup</A></DT>
<DT>3.5. <A HREF="test_registry.html#otherfuncs">Other Registry Functions</A></DT>
<DT>3.6. <A HREF="test_registry.html#deprecated">Deprecated v1 Data Types & Functions</A></DT>
</DL>
</DD>
<DT CLASS="H1">4. <A HREF="managing_tests.html">Managing Tests & Suites</A></DT>
<DD>
<DL>
<DT>4.1. <A HREF="managing_tests.html#synopsis">Synopsis</A></DT>
<DT>4.2. <A HREF="managing_tests.html#addsuite">Adding Suites to the Registry</A></DT>
<DT>4.3. <A HREF="managing_tests.html#addtest">Adding Tests to Suites</A></DT>
<DT>4.4. <A HREF="managing_tests.html#shortcuts">Shortcut Methods for Managing Tests</A></DT>
<DT>4.5. <A HREF="managing_tests.html#activation">Activation of Suites and Tests</A></DT>
<DT>4.6. <A HREF="managing_tests.html#modification">Modifying Other Attributes of Suites and Tests</A></DT>
<DT>4.7. <A HREF="managing_tests.html#lookup">Lookup of Individual Suites and Tests</A></DT>
<DT>4.8. <A HREF="managing_tests.html#deprecated">Deprecated v1 Data Types & Functions</A></DT>
</DL>
</DD>
<DT CLASS="H1">5. <A HREF="running_tests.html">Running Tests</A></DT>
<DD>
<DL>
<DT>5.1. <A HREF="running_tests.html#synopsis">Synopsis</A></DT>
<DT>5.2. <A HREF="running_tests.html#overview">Running Tests in CUnit</A></DT>
<DT>5.3. <A HREF="running_tests.html#automated">Automated Mode</A></DT>
<DT>5.4. <A HREF="running_tests.html#basic">Basic Mode</A></DT>
<DT>5.5. <A HREF="running_tests.html#console">Interactive Console Mode</A></DT>
<DT>5.6. <A HREF="running_tests.html#curses">Interactive Curses Mode</A></DT>
<DT>5.7. <A HREF="running_tests.html#modifying">Modifying General Runtime Behavior</A></DT>
<DT>5.8. <A HREF="running_tests.html#results">Getting Test Results</A></DT>
<DT>5.9. <A HREF="running_tests.html#deprecated">Deprecated v1 Data Types & Functions</A></DT>
</DL>
</DD>
<DT CLASS="H1">6. <A HREF="error_handling.html">Error Handling</A></DT>
<DD>
<DL>
<DT>6.1. <A HREF="error_handling.html#synopsis">Synopsis</A></DT>
<DT>6.2. <A HREF="error_handling.html#errorhandling">CUnit Error Handling</A></DT>
<DT>6.3. <A HREF="error_handling.html#erroraction">CUnit Behavior on Framework Errors</A></DT>
<DT>6.4. <A HREF="error_handling.html#deprecated">Deprecated v1 Variables & Functions</A></DT>
</DL>
</DD>
</DL>
<DIV CLASS="NAVFOOTER">
<HR ALIGN="LEFT" WIDTH="100%">
<TABLE WIDTH="100%">
<TR VALIGN="top">
<TD CLASS="copyright" WIDTH="50%">Copyright (c) 2004-2006 Jerry St.Clair<BR />
Permission is granted to copy, distribute and/or modify this document
under the terms of the <A HREF="fdl.html">GNU Free Documentation License,
Version 1.2</A> or any later version published by the Free Software Foundation;
with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
</TD>
<TD WIDTH="50%">
<TABLE SUMMARY="Footer navigation table" WIDTH="100%" BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR>
<TD WIDTH="33%" ALIGN="left" VALIGN="top"> </A></TD>
<TD WIDTH="34%" ALIGN="center" VALIGN="top"> </A></TD>
<TD WIDTH="33%" ALIGN="right" VALIGN="top"><A HREF="introduction.html" ACCESSKEY="N" >Next</A></TD>
</TR>
<TR>
<TD WIDTH="33%" ALIGN="left" VALIGN="top"> </TD>
<TD WIDTH="34%" ALIGN="center" VALIGN="top"> </TD>
<TD WIDTH="33%" ALIGN="right" VALIGN="top">Introduction</TD>
</TR>
</TABLE>
</TD>
</TR>
</TABLE>
</DIV>
</BODY>
</HTML>
|