Projects tagged ‘unit-testing’ and ‘unit_testing’


[28 total ]

35 Users
   

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 ... [More] will not affect the Mock Objects. So EasyMock is a perfect fit for Test-Driven Development. [Less]
Created over 3 years ago.

28 Users

DbUnit is a JUnit extension (also usable with Ant) targeted for database-driven projects that, among other things, puts your database into a known state between test runs. This is an excellent way to ... [More] avoid the myriad of problems that can occur when one test case corrupts the database and causes subsequent tests to fail or exacerbate the damage. DbUnit has the ability to export and import your database data to and from XML datasets. Since version 2.0, DbUnit can works with very large dataset when use in streaming mode. DbUnit can also helps you to verify that your database data match expected set of values. [Less]
Created over 2 years ago.

25 Users
   

Selenium Remote Control is a test tool that allows you to write automated web application UI tests in any programming language against any HTTP website using any mainstream JavaScript-enabled browser. ... [More] Selenium Remote Control provides a Selenium Server, which can automatically start/stop/control any supported browser. It works by using Selenium Core, a pure-HTML+JS library that performs automated tasks in JavaScript. [Less]
Created over 2 years ago.

21 Users
   

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 ... [More] library: * makes it quick and easy to define 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]
Created over 3 years ago.

13 Users

Eunit is an Erlang test suite tool, inspired by agile development ideas.
Created over 3 years ago.

12 Users
   

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 ... [More] library: * makes it quick and easy to define 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]
Created over 3 years ago.

11 Users
   

FEST is a collection of compact and fluent APIs, which mission is to simplify software testing. The project provides libraries for: * Functional testing of Swing-based UIs * Functional ... [More] testing of JavaFX-based UIs * Fluent interface for assertions * Easy-to-use fluent interface for Java Reflection * Template for simplifying usage of mock objects [Less]
Created over 2 years ago.

8 Users
   

Original mock objects framework for the .NET platform.
Created about 1 year 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

Fluint is an open source testing framework for Adobe Flex and AIR applications. It goes beyond the existing unit testing tools by providing full support for asynchronous tests, which is crucial when ... [More] dealing with Adobe Flex as almost all aspects of data transfer and the UI interact asynchronously. This support includes async returns before test method completion and async setup and teardown. However, it is not just another unit testing framework, it also provides full integration level testing support of classes and UIComponents through test sequence declarations. Finally, it is designed to be integrated into automated build systems via an Adobe AIR test runner capable of producing consumable XML output. [Less]
Created about 1 year ago.