Tags : Browse Projects

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

xunitbddextensions

Compare

  Analyzed about 8 hours ago

A little framework build on top of xUnit which enables a context/specification style of testing with xUnit.net. Besides an emphasis on a "test case class per fixture" organization scheme for tests and AAA (Arrange, Act and Assert) style of writing tests, this framework also provides Rhino.Mocks ... [More] integration out of the box. The framework is based on JP Boodhoos BDD extensions for MBUnit used in his "Nothing but .NET" bootcamps. [Less]

16K lines of code

0 current contributors

almost 14 years since last commit

3 users on Open Hub

Inactive
5.0
 
I Use This

Cutter

Compare

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

100K lines of code

5 current contributors

over 2 years since last commit

2 users on Open Hub

Inactive
5.0
 
I Use This

MadeUpStats

Compare

  Analyzed about 12 hours ago

26.8K lines of code

0 current contributors

about 14 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

fctx

Compare

  Analyzed about 9 hours ago

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]

4.86K lines of code

0 current contributors

over 7 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

Ada Utility Library

Compare

  Analyzed about 6 hours ago

Ada Util is a collection of utility packages for Ada 2005. Several packages are inspired from Java packages and libraries (Java properties, log4j, ...) Measures performs performance measurement of Ada code ConcurrentCounter provides an efficient concurrent counter data type Log ... [More] implements a simple logging facility close to Log4j Properties allows to manage name/value properties such as Java property and Java bundle files StringTransforms defines various string transformations functions and procedures Streams implements a Java-like stream composing framework Serialization provides a framework to serialize a JSON or an XML content directly into some Ada records. Encoders defines a generic framework to encode and decode streams in various encoding formats. [Less]

61.5K lines of code

1 current contributors

27 days since last commit

1 users on Open Hub

Moderate Activity
5.0
 
I Use This

db2unit

Compare

  Analyzed 1 day ago

db2unit is a unit testing framework for the IBM DB2 database written in SQL PL language. This framework allows you to automate the tests for your routines (Stored procedure and functions), and it can integrated with your Test-Driven Development (TDD) strategy. db2unit is a xUnit framework with ... [More] the same design as the well-known jUnit, using the same terms and components for the structure. By sharing the same terms and elements of jUnit, the learning curve is reduced and developers can adopt this framework more easily. db2unit could be considered as a jUnit porting to DB2 SQL PL. [Less]

20.9K lines of code

1 current contributors

almost 2 years since last commit

1 users on Open Hub

Very Low Activity
0.0
 
I Use This

Sonar C++ Plugin

Compare

  Analyzed about 8 hours ago

This plugin adds basic support of C++ language into Sonar.

242K lines of code

11 current contributors

about 16 hours since last commit

1 users on Open Hub

Moderate Activity
0.0
 
I Use This

cxxtest.github.com

Compare

  Analyzed about 1 hour ago

website http://cxxtest.com/

19.6K lines of code

0 current contributors

8 months since last commit

1 users on Open Hub

Very Low Activity
4.0
   
I Use This
Licenses: No declared licenses

Exude tests

Compare

  Analyzed about 3 hours ago

An extension to xUnit.net, providing support for test cases as First-Class, programmatic citizens.

5.74K lines of code

0 current contributors

about 10 years since last commit

1 users on Open Hub

Inactive
0.0
 
I Use This

snaptest

Compare

  No analysis available

Snap Unit TestingSnapTest can be obtained via the following repositories and methods: Git Repository: git://github.com/Jakobo/snaptest.git A browseable version of the history is available at http://github.com/Jakobo/snaptest "Mission Statement" of SortsTo put it simply, unit testing should ... [More] be transparent. There shouldn't be the complexity of test harnesses and coding out stub files. This functionality should be there if you want it, but the barrier to writing tests should be so low that it becomes easier to write the test than the code itself. It is on this philosophy that SnapTest was built. These are some of the goals of SnapTest and the SnapTest project (or at least a concept of what we are trying to do here) in no particular order: Build a PHP unit testing framework Create a 0-effort harness. Easy to run the code, easy to get results Maintain transparency in the code and the community Be as non-intrusive as possible Be memory efficient Link to complex infrastructures easily Take advantage of the OO structure PHP 5 provides Emphasize end-users as one of the most important resources Promote unit testing in a non-oo PHP world Code quickly; it's a snap. [Less]

0 lines of code

0 current contributors

0 since last commit

0 users on Open Hub

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