Tags : Browse Projects

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

FsCheck

Compare

  Analyzed 1 day 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]

13.2K lines of code

9 current contributors

18 days since last commit

4 users on Open Hub

Low Activity
0.0
 
I Use This

Unity

Compare

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

20.2K lines of code

21 current contributors

about 1 month since last commit

3 users on Open Hub

Moderate Activity
0.0
 
I Use This
Licenses: No declared licenses

Codeception

Compare

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

14 days since last commit

3 users on Open Hub

High Activity
5.0
 
I Use This

padraic's mockery

Compare

  No analysis available

Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human ... [More] readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending. [Less]

0 lines of code

28 current contributors

0 since last commit

3 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: BSD_License

cmocka

Compare

  Analyzed 1 day 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.

12.3K lines of code

9 current contributors

3 months since last commit

3 users on Open Hub

Low Activity
4.0
   
I Use This

nodeunit

Compare

  Analyzed about 3 hours ago

Easy unit testing in node.js, loosely based on the QUnit API

5.6K lines of code

0 current contributors

about 7 years since last commit

2 users on Open Hub

Inactive
0.0
 
I Use This

libshell-posix

Compare

  Analyzed about 20 hours ago

This package contains common functions for POSIX shell projects to increase code reuse: *shell-getopt: Shell implementation of getopt(1) utility and getopt family; *shell-config: to work (read, change and remove variables) with a shell-like config files; *shell-ini-config: to work with a ... [More] ini-like config files; *shell-signal: to change the action taken by a process on receipt of a specific signal; *shell-args: to check argument type, display version and program usage; *shell-ip-address: to validate the IP address; *shell-mail-address: to validate the domain and email address; *shell-quote: to quote variables; *shell-unittest: Unit testing framework for shell (xUnit compatible); *shell-error: to display error and verbose messages;... [Less]

7.48K lines of code

1 current contributors

17 days since last commit

2 users on Open Hub

Moderate Activity
5.0
 
I Use This

pgTAP

Compare

  No analysis available

pgTAP is a suite of database functions that make it easy to write TAP-emitting unit tests in psql scripts or xUnit-style test functions. The TAP output is suitable for harvesting, analysis, and reporting by a TAP harness, such as those used in Perl applications.

0 lines of code

4 current contributors

0 since last commit

2 users on Open Hub

Activity Not Available
5.0
 
I Use This
Mostly written in language not available
Licenses: bsd

GHUnit

Compare

  Analyzed 1 day ago

Test Framework for Objective-C

23.2K lines of code

0 current contributors

about 9 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

tSQLt

Compare

  No analysis available

What is tSQLt? tSQLt is a database unit testing framework for Microsoft SQL Server. tSQLt is compatible with SQL Server 2005 (service pack 2 required) and above on all editions. Main Features tSQLt allows you to implement unit tests in T-SQL. This is important as you do not have to switch ... [More] between various tools to create your code and your unit tests. tSQLt also provides the following features to make it easier to create and manage unit tests: Tests are automatically run within transactions Tests can be grouped together within a schema Output can be generated in plain text or XML Provides the ability to fake tables and views, and to create stored procedure spies [Less]

0 lines of code

0 current contributors

0 since last commit

1 users on Open Hub

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