Tags : Browse Projects

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

CUnit

Compare

  Analyzed about 14 hours 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 framework ... [More] 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]

24.7K lines of code

0 current contributors

about 9 years since last commit

6 users on Open Hub

Inactive
4.33333
   
I Use This

Check

Compare

  Analyzed about 5 hours ago

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]

18K lines of code

7 current contributors

over 2 years since last commit

6 users on Open Hub

Inactive
0.0
 
I Use This

ReportNG

Compare

  Analyzed about 16 hours ago

An alternative HTML reporting plug-in for TestNG. Generates easy-to-understand XHTML reports. Also includes a basic JUnit format XML reporter.

2.43K lines of code

0 current contributors

over 8 years since last commit

5 users on Open Hub

Inactive
4.66667
   
I Use This

Ahven

Compare

  No analysis available

Ahven is a simple unit test library for Ada 95 programming language.

0 lines of code

1 current contributors

0 since last commit

4 users on Open Hub

Activity Not Available
4.0
   
I Use This
Mostly written in language not available
Licenses: BSD-3-Clause

Apache AntUnit

Compare

Claimed by Apache Software Foundation Analyzed about 9 hours ago

Apache AntUnit borrows ideas from JUnit 3.x and the task. It provides a task that runs build files as unit tests as well as a number of assertion tasks to support the idea.

8.25K lines of code

2 current contributors

about 2 years since last commit

4 users on Open Hub

Inactive
3.0
   
I Use This

FsCheck

Compare

  Analyzed 32 minutes ago

FsCheck is a tool for testing .NET programs automatically. The programmer provides a specification of the program, in the form of properties which functions, methods or objects should satisfy, and FsCheck then tests that the properties hold in a large number of randomly generated cases. While ... [More] writing the properties, you are actually writing a testable specification of your program. Specifications are expressed in F#, using combinators defined in the FsCheck library. FsCheck provides combinators to define properties, observe the distribution of test data, and define test data generators. When a property fails, FsCheck automatically displays a minimal counter example. FsCheck started as a port of Haskell's QuickCheck, and draws from ideas in Scala's scalacheck as well. [Less]

12.1K lines of code

9 current contributors

11 days since last commit

4 users on Open Hub

Moderate Activity
0.0
 
I Use This

Unity

Compare

  Analyzed 1 day ago

Unity is a unit test framework written entirely in the C language. It has special features for embedded systems. It has scaled well from small to large embedded projects, but can be used for any C project.

19.6K lines of code

21 current contributors

6 days since last commit

3 users on Open Hub

Low Activity
0.0
 
I Use This
Licenses: No declared licenses

Codeception

Compare

  Analyzed 4 months ago

Codeception is a new full-stack testing PHP framework. Inspired by BDD, it provides you absolutely new original way for writing acceptance, functional and even unit tests.

717K lines of code

98 current contributors

4 months since last commit

3 users on Open Hub

Activity Not Available
5.0
 
I Use This

cmocka

Compare

  Analyzed about 18 hours 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.

10.4K lines of code

9 current contributors

about 1 month since last commit

3 users on Open Hub

Moderate Activity
4.0
   
I Use This

WSUnit - The Web Services Testing Tool

Compare

  No analysis available

WSUnit is a tool that can help you test Web Service consumers. It provides a predictable and repeatable simulation of a Web Service that is ideal for unit testing. It is also useful when developing web service consumers when the actual web service may not be avaliable due to your remote location or ... [More] may not have been fully developed itself. [Less]

0 lines of code

0 current contributors

0 since last commit

2 users on Open Hub

Activity Not Available
0.0
 
I Use This
Mostly written in language not available
Licenses: lgpl