My favorites | Sign in
Project Logo
                
Search
for
Updated Sep 26, 2008 by m.maragkos
Index  

CUnit

A unit testing framework for C

Project Admin: Manolis Maragos


Table of Contents

1. Introduction

  1. Description
  2. Structure
  3. General Usage
  4. Changes to the CUnit API in Version 2

2. Writing CUnit Tests

  1. Test Functions
  2. CUnit Assertions
  3. Deprecated v1 Assertions

3. The Test Registry

  1. Synopsis
  2. Internal Structure
  3. Initialization
  4. Cleanup
  5. Other Registry Functions
  6. Deprecated v1 Data Types & Functions

4. Managing Tests & Suites

  1. Synopsis
  2. Adding Suites to the Registry
  3. Adding Tests to Suites
  4. Shortcut Methods for Managing Tests
  5. Deprecated v1 Data Types & Functions

5. Running Tests

  1. Synopsis
  2. Running Tests in CUnit
  3. Automated Mode
  4. Basic Mode
  5. Interactive Console Mode
  6. Interactive Curses Mode
  7. Getting Test Results
  8. Deprecated v1 Data Types & Functions

6. Error Handling

  1. Synopsis
  2. CUnit Error Handling
  3. CUnit Behavior on Framework Errors
  4. Deprecated v1 Variables & Functions

Copyright (c) 2004, 2005 Jerry St.Clair Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.

Next Introduction


Sign in to add a comment
Hosted by Google Code