Projects tagged ‘tdd’ and ‘unittesting’


[30 total ]

200 Users
   

RSpec is a BDD tool and a framework which provides programmers with a Domain Specific Language to describe the behaviour of Ruby code with readable, executable examples that guide you in the design ... [More] process and serve well as both documentation and tests. [Less]
Created over 3 years ago.

8 Users
   

PHPSpec is a Behaviour-Driven Development (BDD) framework written for PHP5. It's objective is to supply a domain specific language for specifying the behaviour of code in terms of executable ... [More] examples which although similar to unit tests, encourages a mind set better suited to applying BDD or TDD. This involves highly readable examples written using a plain English style DSL. Indeed, these examples can be parsed into plain text specifications which can be gived to anyone outside a developer group. [Less]
Created over 2 years ago.

6 Users

PHPMock is a standalone Mock Object library for PHP suitable for creating and verifying Mock Objects and Stubs. It was founded to write an independent Mock Object framework independent of any Unit Testing or Behaviour-Driven Development framework.
Created over 2 years ago.

2 Users
 

PHPT the framework for running and extending the .phpt test file format.
Created over 2 years ago.

1 Users
 

yunikTest is a language agnostic unit testing framework for agile development.It allows one to write tests in different languages and the framework will take care of running the test files. The ... [More] framework follow some of the TAP(Test Anything Protocol) protocol formats popularized by Perl Test::modules. [Less]
Created about 1 year ago.

1 Users

jsUnity is a lightweight JavaScript unit testing framework that is context-agnostic. It doesn't rely on any browser capabilities and therefore can be run inside HTML, ASP, WSH or any other context ... [More] that uses JavaScript/JScript/ECMAScript. It's an xUnit framework that currently uses assertion functions borrowed from JsUnit. There are already several unit testing frameworks for JavaScript that are browser-centric. jsUnity aims to just focus on JavaScript as a language that's used beyond the browser context. [Less]
Created 10 months ago.

1 Users

RPGUnit is an open source framework aimed at making unit testing easy for RPG programmers. RPGUnit is a regression testing framework, similar to JUnit but written in RPG, a procedural language ... [More] mainly found on the iSeries platform (a.k.a. AS/400). Developers use it to implement unit tests in RPG ILE. RPGUnit is Open Source Software, released under the Common Public License Version 1.0 and hosted on SourceForge. [Less]
Created about 1 year ago.

1 Users

As developers we often find ourselves writing small one-off pieces of code for use as samples, experiments, prototyping, handy utilities, or any number of off-the-wall-ideas. As it's usually ... [More] considered throw-away code we end up abandoning it shortly after we're done using it. -- But why? Typically because we don't consider the code to be worth the effort of starting a new OSS project just to keep track of it. Well no longer! -- A home for all code The Code Incubator servers as a repository for all of those throw-away bits we churn out. We keep them here so that other may find them, use them, and maybe even learn a little something from them. Enjoy! [Less]
Created about 1 year ago.

1 Users

easyb is a BDD framework (like RSpec & JBehave) that provides a domain specific language which makes application verification simple, fun, and easy. easyb provides support for two types of ... [More] specifications, Behaviors and Stories. Behaviors are created with before and it. Stories are created with scenario, given, when and then. easyb in actioneasyb enables you to verify behavior of normal Java objects, work-flows, etc (basically, anything you write in Java) in a more natural way-- for instance, imagine having a conversation with a customer who wants you to write something to validate zip codes. "Could you please write something that lets my customers know when they've provided an invalid zip code?" "Sure! So, given an invalid zip code, this validation service should notify someone that [Less]
Created about 1 year ago.

1 Users

Provides method stubbing for concrete Java classes, intended for use with JUnit 4.
Created 8 months ago.