» tagged pages
» logout

sorted by: recent | see : popular
Content Tagged with unit-testing + *Unit

*Unit

*Unit or xUnit refers to a class of testing frameworks that take the unit testing framework created for Java, JUnit, and apply it to another language.

HUnit

HUnit is a unit testing framework for Haskell

htmlunit

A Java unit testing framework for testing Web based applications.

httpunit

HttpUnit emulates the relevant portions of browser behavior, including form submission, Javascript, basic HTTP authentication, cookies, and automatic page redirection, and allows Java test code to examine returned pages either as text, an XML DOM, or containers of forms, tables, and links.

jsunit

JsUnit is a Unit Testing framework for client-side (in-browser) JavaScript. It is essentially a port of JUnit to JavaScript.

pyunit

PyUnit provides a standard, proven, simple and elegant framework for writing unit tests for Python software.

simpletest

SimpleTest is a unit tester, Web tester, and dynamic mock objects framework for PHP.

CUnit

CUnit is a unit testing harness targeted at C developers.

phpunit

phpUnit is a unit testing framework for PHP scripts, based on the excellent JUnit.

EcmaUnit

ECMAUnit, a unit testing framework for ECMAScript (a.k.a. JavaScript).

nunit

NUnit is a unit testing framework for all .NET languages on any .NET platform. It was ported from JUnit.

junit

JUnit is a Java testing framework. JUnit is so popular and successfull that is has spawned a doppleganger for a multitude of other languages, including PyUnit for Python, and NUnit for C#.