Projects tagged ‘mockobjects’


[19 total ]
117

PHPUnit

   
Primary Language: PHP Licensed as: BSD-ish License

In the last decade, PHP has developed from a niche language for adding dynamic functionality to small websites to a powerful tool making strong inroads into large-scale Web systems. Critical business logic like this needs to work correctly. But how ... [More] do you ensure that it does? You test it, of course. To make code testing viable, good tool support is needed. This is where PHPUnit comes into play. [Less]

Metrics updated 07 Oct 08

92

RSpec

   
Primary Language: Ruby Licensed as: BSD-ish License

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 process and serve well as both documentation and tests.

Metrics updated 15 Apr 08

22

EasyMock

   
Primary Language: Java Licensed as: MIT License

EasyMock provides Mock Objects for interfaces in JUnit tests by generating them on the fly using Java's proxy mechanism. Due to EasyMock's unique style of recording expectations, most refactorings will not affect the Mock Objects. So EasyMock is a perfect fit for Test-Driven Development.

Metrics updated about 21 hours ago

14

jMock 2

   
Primary Language: Java Licensed as: jMock Project License

jMock is a library that supports test-driven development of Java code with mock objects. Mock objects help you design and test the interactions between the objects in your programs. The jMock library: * makes it quick and easy to define ... [More] mock objects, so you don't break the rhythm of programming. * lets you precisely specify the interactions between your objects, reducing the brittleness of your tests. * works well with the autocompletion and refactoring features of your IDE * plugs into your favourite test framework * is easy to extend. [Less]

Metrics updated 22 May 07

10

jMock 1

   
Primary Language: Java Licensed as: jMock Project License

jMock is a library that supports test-driven development of Java code with mock objects. Mock objects help you design and test the interactions between the objects in your programs. The jMock library: * makes it quick and easy to define ... [More] mock objects, so you don't break the rhythm of programming. * lets you precisely specify the interactions between your objects, reducing the brittleness of your tests. * is easy to extend. [Less]

Metrics updated 03 Sep 08

9

FEST

   
Primary Language: Java Licensed as: Apache License 2.0

FEST is a collection of libraries that aims at simplifying creation and maintenance of automated tests. Its main module, the Swing module, provides the following benefits: * Simulation of user-generated events and reliable GUI component ... [More] lookup * Easy-to-use and powerful API that simplifies creation and maintenance of Swing GUI functional tests * Supports both JUnit and TestNG * Ability to take screenshots of failed GUI tests and embed them in a HTML report (JUnit and TestNG) * Experimental Groovy Builder support for creating GUI tests [Less]

Metrics updated 11 Oct 08

8

PHPSpec

   
Primary Language: PHP Licensed as: GNU Lesser General Public License 2.1

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 examples which although similar to unit tests ... [More] , 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]

Metrics updated 11 Oct 08

6

PHPMock

 
Primary Language: PHP Licensed as: GNU Lesser General Public License 2.1

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.

Metrics updated 06 Oct 08

4

NMock

   
Primary Language: C# Licensed as: BSD-ish License

Original mock objects framework for the .NET platform.

Metrics updated 10 Oct 08

3

WSUnit - The Web Services Testing Tool

 
Primary Language: Java

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 may not have been fully developed itself.

Metrics updated 30 Aug 08