Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 2

Check is a unit testing framework for C. It features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The ... [More] output from unit tests can be used within source code editors and IDEs. [Less]

0
 
  0 reviews  |  5 users  |  11,963 lines of code  |  3 current contributors  |  Analyzed 3 days ago
 
 

CUnit is a lightweight system for writing, administering, and running unit tests in C. It provides C programmers a basic testing functionality with a flexible variety of user interfaces. CUnit is built as a static library which is linked with the user's testing code. It uses a simple ... [More] framework for building test structures, and provides a rich set of assertions for testing common data types. In addition, several different interfaces are provided for running tests and reporting results. These interfaces currently include: [Less]

4.0
   
  0 reviews  |  4 users  |  21,453 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

Cutter is a xUnit family Unit Testing Framework for C. It provides an easy test writing API and easy debugging output to continue testing.

5.0
 
  0 reviews  |  3 users  |  100,060 lines of code  |  5 current contributors  |  Analyzed 7 days ago
 
 

A C unit tester. Features include composite test suites, each test can be run in it's own process, trapping of hung tests, setup and teardown, extensible interface and support for mocking functions. Includes a tutorial and an automated test collector utility.

0
 
  0 reviews  |  2 users  |  11,593 lines of code  |  2 current contributors  |  Analyzed 3 days ago
 
 

TapTinder is continuous integration and automated testing tool for software engineering. Using your own TapTinder installation or TapTinder service you can monitor, diagnose and improve the quality of software right during development in real-time. TapTinder clients run your builds and tests across ... [More] multiple platforms and multiple environments in parallel. Results are collected by a server that provides fast feedback to your developers. A sophisticated web interface gives you the tools to visualize, trace and analyze collected data to diagnose defects immediately or later for future planning. [Less]

4.0
   
  0 reviews  |  1 user  |  12,759 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 
Compare

Fast C XUnit Test (FCTX) is a lightweight, cross platform, header-only framework for quick generation of x-unit tests in C and C++. Include a header and start typing out your tests. With FCTX you can write tests in C/C++ just like you can in other introspective languages like Java and Python. ... [More] FCTX does not require a post-processing step. FCTX does not require two-step registration of your functions. Declare your test and start writing. [Less]

0
 
  0 reviews  |  1 user  |  4,868 lines of code  |  1 current contributor  |  Analyzed 8 months ago
 
 

A unit testing framework for C with mocking. cmocka only requires a test application is linked with the standard C library which minimizes conflicts with standard C library headers. It is the successor (fork) of cmockery.

0
 
  0 reviews  |  0 users  |  4,197 lines of code  |  2 current contributors  |  Analyzed 3 days ago
 
 
Compare

xUnit testing framework for C/C++, specialized for Win32 (32/64 bit). cfix requires only little effort to author unit tests, which are compiled and linked into a DLL. The testrunner application provided by cfix allows selectively running tests of one or more of such test-DLLs. Execution and ... [More] behaviour in case of failing testcases can be highly customized. Moreover, cfix has been designed to work well in conjunction with the Windows Debuggers (Visual Studio, WinDBG). [Less]

0
 
  0 reviews  |  0 users  |  348,655 lines of code  |  0 current contributors  |  Analyzed 5 days ago
 
 

CuTest is a unit testing library for the C language. It can be used to do Extreme Programming and Test-First Development in the C language. It's a fun and cute library that will make your programming fun and productive.

0
 
  0 reviews  |  0 users  |  1,121 lines of code  |  0 current contributors  |  Analyzed 10 days ago
 
 

So why another unit testing framework? There was nothing out there that met my requirements. Namely: It has to work in Microsoft Windows (yeah, yeah I know) Tests should be independent. That means global/static variables HAVE to be in a known state. That means each test has to execute as a ... [More] seperate process. Something free would be nice. Maybe there is something out there, but I didn't find it :-) Note: If you're using C++, just rename main.c to main.cpp. I'm interested to know how useful this tool is, so please post any questions and feedback to the mailing list. [Less]

0
 
  0 reviews  |  0 users  |  1,388 lines of code  |  0 current contributors  |  Analyzed 1 day ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.