Projects tagged ‘unit_testing’ and ‘unittesting’


[13 total ]

7 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
   

DrJava is an integrated Java development environment that supports interactive evaluation of expressions. It is under active development by the JavaPLT research group at Rice University, but it is ... [More] also stable and is currently being used by students, teachers and other developers. A Java 2 v1.3-compliant Java virtual machine is required. [Less]
Created over 3 years ago.

1 Users

Have the RefleX of Native XML Programming ! RefleX uses XML tags as actions to perform. RefleX is a general-purpose XML engine that allows to write Web applications as well as batch scripts just ... [More] with tags, to browse non-XML objects like if they were XML with XPath, to design and implement processing-oriented XML languages (declarative or procedural) and much more. XUnit and WUnit are now bundled with RefleX : you'll be able to design test-suites with XPath and XML. WUnit support AJAX-based applications and supply a server emulator that allows to handle server-side objects. Imagine that you want to test a Web page : before getting it from the server, you can store authoritatively some objects in the user session... Have the RefleX ! [Less]
Created about 1 year ago.

1 Users

Great ! - You're into Extreme Programming. You've written the tests ( JUnit of course). You've done the most simple thing that could possibly work. You've even shared your keyboard with a colleague. ... [More] But have you done enough? 'Test everything that could possibly break' is the motto. But how good are the tests you've written? Are they missing any part of your code? Are you testing too much? Is something being tested only via 5 or 6 nested calls? NoUnit answers these questions by giving you a simple picture of your code. Like a Graph , NoUnit shows you a picture of your code , and reveals how good your JUnit tests are. [Less]
Created over 2 years ago.

1 Users
   

LuaUnit is a xUnit testing framework written for the Lua language.
Created over 2 years ago.

1 Users

Concutest is a collection of tools designed to make the development and testing of concurrent Java programs easier and more reliable. Concutest is freely available under the BSD License, and it is ... [More] under active development by the JavaPLT group at Rice University. [Less]
Created about 1 year ago.

1 Users
   

Specter is an object-behaviour specification framework for .NET. It enables behaviour-driven development by requiring developers to write executable specifications for their objects, before actually ... [More] implementing them. Technologically this is similar to test driven development, however the shift in nomenclature removes the psychological barrier of writing "tests" for code that does not exist. (Existing projects implementing this idea include RSpec for Ruby and NSpec for .NET) Specter uses Boo meta-programming features and therefore allows very readable specifications to be written. [Less]
Created over 2 years ago.

1 Users

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

0 Users

PowerMock allows you to unit test code normally regarded as untestable. For instance it is possible to mock static methods, remove static initializers, allow mocking without dependency injection and more.
Created about 1 year ago.