Tags : Browse Projects

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

CUnit

Compare

  Analyzed 24 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 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 10 years since last commit

6 users on Open Hub

Inactive
4.33333
   
I Use This

Check

Compare

  Analyzed 25 days 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 3 years since last commit

6 users on Open Hub

Inactive
0.0
 
I Use This

ReportNG

Compare

  Analyzed 25 days 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 9 years since last commit

5 users on Open Hub

Inactive
4.66667
   
I Use This

Ahven

Compare

  Analyzed 24 days ago

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

5.63K lines of code

1 current contributors

over 5 years since last commit

4 users on Open Hub

Inactive
4.0
   
I Use This

Apache AntUnit

Compare

Claimed by Apache Software Foundation Analyzed 25 days 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 3 years since last commit

4 users on Open Hub

Inactive
3.0
   
I Use This

FsCheck

Compare

  Analyzed 25 days 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.6K lines of code

9 current contributors

about 2 months since last commit

4 users on Open Hub

Low Activity
0.0
 
I Use This

Unity

Compare

  Analyzed 25 days 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.7K lines of code

21 current contributors

2 months since last commit

3 users on Open Hub

Low Activity
0.0
 
I Use This
Licenses: No declared licenses

Codeception

Compare

  Analyzed 3 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.

720K lines of code

98 current contributors

3 months since last commit

3 users on Open Hub

Activity Not Available
5.0
 
I Use This

cmocka

Compare

  Analyzed 25 days 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

9 months since last commit

3 users on Open Hub

Very Low Activity
4.0
   
I Use This

WSUnit - The Web Services Testing Tool

Compare

  Analyzed 24 days ago

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]

6.25K lines of code

0 current contributors

almost 19 years since last commit

2 users on Open Hub

Inactive
0.0
 
I Use This