Komputer & Telekomunikasi    
   
Daftar Isi
(Sebelumnya) List of uncertainty propagatio ...List of Unix utilities (Berikutnya)

Daftar/Tabel -- unit testing frameworks

This page is a list of tables of code-driven unit testing frameworks for various programming languages. Some but not all of these are based on xUnit.

Contents

Columns (Classification)

  • Name: This column contains the name of the framework and will usually link to it.
  • xUnit: This column indicates whether a framework should be considered of xUnit type.
  • TAP: This column indicates whether a framework can emit TAP output for TAP-compliant testing harnesses.
  • Generators: Indicates whether a framework supports data generators. Data generators generate input data for a test and the test is run for each input data that the generator produces.
  • Fixtures: Indicates whether a framework supports test-local fixtures. Test-local fixtures ensure a specified environment for a single test.
  • Group fixtures: Indicates whether a framework supports group fixtures. Group fixtures ensure a specified environment for a whole group of Tests
  • MPI: Indicates whether a framework supports message passing via MPI - commonly used for high-performance scientific computing.
  • Other columns: These columns indicate whether a specific language / tool feature is available / used by a framework.
  • Remarks: Any remarks.

Languages

ABAP

NamexUnitSourceRemarks
ABAP UnitYes[1]since SAP NetWeaver 2004

ActionScript / Adobe Flex

NamexUnitSourceRemarks
FlexUnit [2] 
FlexUnit 4Yes[14]Metadata-driven unit testing for Flex 2,3 and 4 and ActionScript 3 projects
Reflex Unit [3]Metadata-driven unit testing framework for Flex 2 and 3
FUnitYes[15]Metadata-driven unit testing for Flex
ASTUceYes[4]Unit testing for ActionScript 3 (also JavaScript, ActionScript 1, ActionScript 2), that can also run on the command-line with a cross-platform executable (support OS X / Linux / Windows)
AsUnit [16]Flash Players 6, 7, 8, 9 and 10
dpUInt [5]Unit and Integration testing framework for Flex 2 and 3
Fluint [17]Unit and Integration testing framework for Flex 2 and 3
morefluent [6]More fluent testing of asynchronous behaviors in Flex
mojotestYes[7](under development) Unit testing for ActionScript 3, Flash Player 10

Ada

NamexUnitSourceRemarks
AUnit [8] 
AdaTEST 95No[9] 
Ahven [18] 
TBrun [10] 
VectorCAST/AdaNo[19] 

AppleScript

NamexUnitSourceRemarks
ASUnitYes[20]Testing framework for AppleScript, influenced by SUnit, ASTest and Python unittest
ASTestYes[11]A testing framework for AppleScript

ASCET

NamexUnitSourceRemarks
TPTYes[12]Model based physical stimulation and implemented stimulation

ASP

NamexUnitSourceRemarks
ASPUnit [21] 

BPEL

NamexUnitSourceRemarks
BPELUnit [13] 

C

NamexUnitFixturesGroup fixturesGeneratorsSourceLicenseRemarks
AceUnitYesYes  [22] AceUnit is JUnit 4.x style, easy, modular and flexible. AceUnit can be used in resource constraint environments, e.g. embedded software development, as well as on PCs, Workstations and Servers (Windows and UNIX).
API Sanity CheckerYesYes (spectypes)Yes (spectypes)Yes[14]LGPLUnit test generator for C/C++ libraries. Can automatically generate reasonable input data for every API function.
Automated Testing Framework    [15]BSDOriginally developed for the NetBSD operating system but works well in most Unix-like platforms. Ability to install tests as part of a release.
Autounit (GNU)    [23]LGPLIn beta/under construction
Parasoft C/C++testYesYesYesYes[16]CommercialAutomated unit/component test generation and execution on host or embedded systems with code coverage and runtime error detection. Also provides static analysis and peer code review.
QA Systems CantataNoYesYesYes[17]CommercialAutomated unit and integration testing on host and embedded systems with code coverage and unique call interface control to simulate and intercept calls.
Catsrunner    [18]GPLUnit testing framework for cross-platform embedded development.
cfixYes   [24] Specialized for Windows development—both Win32 and NT kernel mode. Compatible to WinUnit.
Cgreen    [19]LGPLincludes mocks
CheckYesYesYes [25]LGPLCheck features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate address space, so Check can catch both assertion failures and code errors that cause segmentation faults or other signals. The output from unit tests can be used within source code editors and IDEs.
CmockeryYes   [20]Apache License 2.0Google sponsored project.
CppUTestYesYesNoYes[21] Limited C++ set by design to keep usage easy and allow it to work on embedded platforms. C++ is buried in macros so the learning curve for C programmers is minimal. Ported to Symbian. Has a mocking support library CppUMock
CU    [26]LGPLCU is a simple unit testing framework for handling automated tests in C.
CTestYesYesYes [22]Apache License 2.0Ctest is a framework with some special features: formatted output for easy parsing, easy to use.
CUnitYes   [27]LGPLOS Independent (Windows, Linux, Mac OS X and probably others)
CUnitWin32Yes   [23]LGPLFor Win32. Minimalistic framework. Executes each test as a separate process.
CUTNo   [24]BSD 
CuTestYes   [28]zlibSimple, straightforward, fast. Single .c file. Used in the Apache Portable Runtime Library.
CutterYes   [29]LGPLA Unit Testing Framework for C.
EmbeddedUnitYesYes  [30]MITEmbedded C
EmbunitNo   [31]CommercialCreate unit tests for C/C++ and Embedded C++
FCTXYes   [32]BSDFast and complete unit testing framework all in one header. Declare and write your functions in one step. No dependencies. Cross platform.
GLib TestingYesYes  [25] Part of GLib
GUnit    [26] for GNOME
lcutYesYesYes [33]Apache License 2.0a Lightweight C Unit Testing framework, including mock support
LibUYesNo  [34]BSDmultiplatform (UNIXes and Windows); explicit test case/suite dependencies; parallel and sandboxed execution; xml, txt and customizable report formatting.
MinUnit    [27]as-isextreme minimalist unit testing using 2 C macros
OpmockYesYesYesYes[28]GPLv3Stubbing and mocking framework for C and C++ based on code generation from headers. Can check call parameters, call sequence, handle multiple implementations of a mock, and more. Includes as well a small unit testing framework, with Junit compatible xml output, but works also with any unit testing framework.
RCUNITYesYesYes [35]MITRCUNIT is a small framework for testing C programs. It uses non-local jumps to emulate exceptions and handles program terminating signals (e.g. SIGILL) during test runs. RCUNIT allows creation of test fixtures, either per test or per test group.
RTRT    [36]  
SeaTestYesYes  [37]MITSimple, pure C, unit testing framework
Smarttester    [29] Automated unit and integration testing, and code coverage
STRIDEYesYesYesNo[38]CommercialEmbedded software quality solution that includes techniques for unit, API, Behavior & Integration testing as well as interactive reporting portal
TBrun    [10] Automated unit and integration testing, and code coverage
Tessy    [30] Automated unit and integration testing, and code coverage
TestApe    [39] Test and mocking framework. Automatic default mocks for unresolved externals
Test Dept.Yes   [40]GPLCan modify calls from software under test; e.g. test error conditions by stubbing malloc and letting it return null. Well documented
TPTYesYesYesYes[12]CommercialTime Partition Testing:Automated model based unit and integration testing for embedded systems.
UnityYes  Yes[41]MITLightweight & includes features for embedded development. Can work with Mocks and Exceptions via CMock and CException. Also integrated with test build environment Ceedling.
VectorCAST/CNoYesYesYes[42]CommercialAutomated unit and integration testing, and code coverage
Visual AssertYes   [43] Unit-Testing Add-In for Visual Studio. Based on the cfix testing framework.
xTests    [44]BSDDepends on STLSoft C & C++ Libraries

C#

See .NET Programming languages below.

C++

NamexUnitFixturesGroup fixturesGeneratorsMocksExceptionsMacrosTemplatesGroupingSourceRemarks
AerynNoYesYesNoNoYesYesYesYes[45] 
API Sanity CheckerYesYes (spectypes)Yes (spectypes)Yes     [14]Unit test generator for C/C++ libraries. Can automatically generate reasonable input data for every API function. LGPL.
ATF     YesYesYesYes[15]BSD Licensed. Originally developed for the NetBSD operating system but works well in most Unix-like platforms. Ability to install tests as part of a release.
Boost Test LibraryYes[31]Yes[32]Yes[33]YesNoYesUser decisionYesSuites[34]Part of Boost
QA Systems CantataNoYesYesYesYesYesYesYesYes[17]Commercial. Automated OO unit and integration testing on host and embedded systems with code coverage and unique call interface control to simulate and intercept calls.
CATCHNoYesYesYesNoYesYesYesYes[35]Header only, no external dependencies, auto-registration, tdd and bdd features
cfixYesYesNoNoNoYesYesNo [46]Specialized for Windows development—both Win32 and NT kernel mode. Compatible to WinUnit.
CputYesYesYesYes YesYesNoSuites[47]Library and MS Visual Studio add-in to create and run unit tests. Open Source.
CppTest Yes    Yes Suites[48]Released under LGPL
CppUnitYesYesYesNoNoYesYesNoSuites[36]Released under LGPL
CppUTestYesYesYesNoYesNoYesNoSuites[21]Limited C++ set by design to keep usage easy and allow it to work on embedded platforms. C++ is buried in macros so the learning curve for C programmers is minimal. Ported to Symbian. Has a mocking support library CppUMock
CppUnitLiteYes  NoNoNoYesNoSuites[37] 
CPUnitYesYesYesNoNoYesYesYesYes[49]Released under BSD.
crpcutNoYes NoNo YesYesSuites within Suites[50]BSD 2 clause. Runs each test in its own process, guaranteeing that the test suite continues even in the event of an unexpected crash or infinite loop.
CUTEYesYesNoNoYesYes  Suites[51]CUTE (C++ Unit Testing Easier) with Eclipse CDT integration. Single line include, without inheritance. Mock support is provided by Mockator.
cuteeNoNoNoYes     [38] 
CxxTestYesYesYesNoYes*OptionalYesNoSuites[52]Uses a C++ parser and code generator (requiring Python) for test registration. * Has a framework for generating mocks of global functions, but not for generating mocks of objects.
EmbunitNo   NoYes   [53]Commercial. Create unit tests for C/C++ and Embedded C++
ExercisixNoNoNoNoNoYesYesYesExecutables[39]BSD-licensed. Aimed to make adding tests as fast and easy as possible.
FCTXYesYesYesNoNoNoYesNoYes[54]Fast and complete unit testing framework all in one header. Declare and write your functions in one step. No dependencies. Cross platform.
FructoseNoYesNoYesNoYesYesYesNo[40]A simple unit test framework. See also Accu
NamexUnitFixturesGroup fixturesGeneratorsMocksExceptionsMacrosTemplatesGroupingSourceRemarks
Google C++ Mocking Framework    YesNoYesYes [41] 
Google C++ Testing FrameworkYesYes  YesYesYesYes [42]Supports automatic test discovery, a rich set of assertions, user-defined assertions, death tests, fatal and non-fatal failures, various options for running the tests, and XML test report generation.
HestiaYesYesYesNoYesYesYesYesSuites[43]Open source. Can test servers, libraries, and applications, and also test embedded software.
Igloo Yes (Contexts)NoNoNoYesYesYesYes (nested contexts)[55]BDD style unit testing in C++
libunittestYesYesYesNoNoYesNoYesYes[56]libunittest is a portable, header-only C++ library for unit testing making use of C++11.
Typemock Isolator++Yes   Yes YesYes  Commercial. Isolation/Mocking Framework for C/C++
Mockator    YesNoYesYes [44]Header-only mock object library and an Eclipse plug-in to create test doubles in a simple yet powerful way; leverages new C++11 language facilities while still being compatible with C++03; has built-in support for CUTE
mock++/mockcppYesYes NoYesYesYesYesSuites[45]Simple testing framework for C++ (requires cmake)
mockitopp    Yes    [46]C++ implementation of mockito
mockppYesYes YesYesYesYesYesSuites[57]A C++ mocking framework hosted by Google
NanoCppUnitNoYesYesNoNoNoYesYesSuites[47]Proof-of-concept
NullUnitYesYesYesNoNoYesYesYesSuites[48]Low effort, easy to use. Supports automatic test discovery, user-defined assertions, fatal and non-fatal conditions, XML test report generation, and strong support for IDE integration.
OAKUTNoNoYesYes (XML)NoYesYesYesXML[49]Uses shared libraries / DLLs
OpmockYesYesYesYesYesNoYesNoYes[28]Stubbing and mocking framework for C and C++ based on code generation from headers. Does not imply modification to your existing code, so well suited for legacy code refactoring. In particular, you don't need virtual operations or abstract classes. Can check call parameters, call sequence, handle multiple implementations of a mock, and more. Includes as well a small unit testing framework, with Junit compatible xml output, but works also with any unit testing framework. GPL license.
Parasoft C/C++testYesYesYesYesYesYesYesYesYes[16]Commercial. Automated unit/component test generation and execution on host or embedded systems with code coverage and runtime error detection. Also provides static analysis and peer code review.
QtTestYesYesNoNoNoNoNoNo [50]Built on the ultra cross platform Qt Library. Allows testing on Windows, MacOSX, Linux, BSD, Sybian, and any other platform Qt can build on.
QuickTestNoNoNoNoNoYesYesYesNo[58] 
SafetyNetYesYesNoYesYesYesYesNoNo[59]Lightweight fast unit testing framework that is easy to set up and use. Works on Windows and Linux. Supports GNU C++, VC++, MinGW, QtSDK and can create test projects for VisualStudio, CodeBlocks, Eclipse, KDevelop 
ShortCUTNo       Yes[51] 
STRIDEYesYesYesNoYesYesYesYesYes[60]Commercial. Embedded software quality solution that includes techniques for unit, API, Behavior & Integration testing as well as interactive reporting portal
Symbian OS UnitYes        [61]Based on CxxTest
TBrun         [52]Commercial.
Tessy         [30]Commercial.
TEST-DOGYesYesYesYesNoYesYesNoSuites[53]Open Source.
Test soonNoYesYesYesNoAuto-detectYesYesMacro (namespaces)[62]Complex macro logic (deliberately)
Testwell CTA++YesNoNoYesNoYesYesYes [54]Commercial.
tpunit++YesYes NoNoOptionalYesYes [55]A simple, portable C++ xUnit library contained in a single header.
TUTNoNoYesNoNoYesYesYesTemplates[63]Based on templates. Automatic test registration/discovery, customizable reports generation process, various tests run options. Easy adaptable to work on Windows CE.
Unit++         [64] 
UnitTest++NoYesYes NoYesYesYesSuites[65]UnitTest++ is free software. Simplicity, portability, speed, and small footprint are all important aspects of UnitTest++.
UquoniTestYesYesYesNoYesYesYesYesYes[56]Commercial. Adds features like easy creation of (reusable) test directories, Rich Booleans in assertions, and more.
VectorCAST/C++NoYesYesYesYesYesYesYesYes[66]Commercial. Automated unit and integration testing, and code coverage.
Visual AssertYesYesNoNoNoYesYesNo [67]Unit-Testing Add-In for Visual Studio. Based on the cfix testing framework.
WinUnit         [68]Focused more toward C/C++ than .NET developers
xTests     YesYes  [69]Depends on STLSoft C & C++ Libraries
xUnit++YesYesYesYes YesYes
(Test setup only)
YesYes
(Suites and Attributes)
[57]Supports running tests concurrently. Macros are only used for test setup, not for test assertions. See the wiki for full details.
Yaktest         [70] 
NamexUnitFixturesGroup fixturesGeneratorsMocksExceptionsMacrosTemplatesGroupingSourceRemarks

Cg

NamexUnitSourceRemarks
UnitTestCgNo[58]Pixel and Vertex Shaders supported.

CFML (ColdFusion)

NamexUnitSourceRemarks
CFUnit   
cfcUnitYes  
MXUnitYeshttp://mxunit.orgUnit Test Framework and Eclipse Plugin for CFML (ColdFusion)
MockBoxNo Mocking/Stubbing Framework for CFML (ColdFusion)

Clojure

NamexUnitSourceRemarks
clojure.test (built-in)Yes[59] 
FactYes[60] 
Midje [61] 
SpecljYes[71] 

Cobol

NamexUnitSourceRemarks
COBOLUnit (CBU)Yes[62] 
savvytestNo[63]Commercial tool (rather than a framework) to edit and perform component tests on the IBM mainframe platform

Common Lisp

NamexUnitSourceRemarks
CLUnit [72] 
CyberTiggyr Test [64] 
FiveAM [65] 
FReT [66] 
grand-prix [67] 
HEUTE [68] 
LIFT [69] 
lisp-unit [70] 
RT [71] 
stefil [72] 
XLUnit [73] 

Curl

NamexUnitSourceRemarks
CurlUnit [74] 

Delphi

NamexUnitSourceRemarks
DUnitYes[75]-
DUnit2Yes[73]-

Emacs Lisp

NamexUnitSourceRemarks
ElUnit [74] 
elk-testNo[75] 
Unit-test.el [76] 

Erlang

NamexUnitFixturesGroup FixturesGeneratorsSourceRemarks
EUnitYesYesYesYes[77]Included in Erlang release R12B5 and later

Fortran

NamexUnitFixturesGroup fixturesGeneratorsMPISourceRemarks
FUnitYesYesYesNo [76]Minimum Fortran plus assertions and boiler plate expanded via Ruby.
FRUITYesYesYesYes [78]Written in Fortran 95 yet works with code written in any version of Fortran. Has assertions, fixture, setup, teardown, reporting and more. Generator in Ruby.
Ftnunit     [79] 
pFUnitYesYesYesYesYes[80]Written in Fortran 95 (with minimal F2003 extensions) and supports testing of MPI based procedures. A preliminary fully object-oriented implementation using Fortran 2003 is also now available.
ObjexxFTK:UnitTest     [81]Easy: user only writes Fortran tests: Python script automatically finds all tests and generates the Fortran test driver. Supports F77-F2003. Assertion support and useful string and array libs included.
Lutin77     [82]Running F77 unit tests. It is very light (97 lines of code) and only requires a C compiler. Hack it yourself and enjoy !

F#

NamexUnitSourceRemarks
FoqNo[77]Lightweight type-safe and thread-safe mock object library for F# with C# support.
FsCheckNo[83]Random testing (Fuzzing) combinator library based on QuickCheck for Haskell.
FsTestYes[78]Domain specific language for writing language oriented programming specifications in F#. Based on FsUnit syntax, but targeting xUnit.net.
FsUnitNo[79]Stand-alone Behavior Driven Development framework, with natural syntax for writing specifications.
NaturalSpecNo[84]Domain specific language for writing specifications in a natural language. Based on NUnit.
UnquoteYes[85]Combines F# Quotation decompilation, evaluation, and incremental reduction implementations to allow test assertions to be written as plain, statically-checked quoted expressions which produce step-by-step failure messages. Integrates configuration-free with all exception-based unit testing frameworks including xUnit.net, NUnit, and MbUnit. Unquote may also be used within FSI sessions.
Other -See also listing for .NET programming languages, elsewhere on this page.

Groovy

All entries under Java may also be used in Groovy.

NamexUnitSourceRemarks
easyb [80]BDD
SpockYes[86] 
GmockYes[87]Mocking Framework

Genexus

NamexUnitSourceRemarks
GXUnitYes[88]It's a framework (prototype) to perform unit testing for Genexus.

Haskell

NamexUnitSourceRemarks
HUnitYes[81] 
QuickCheck [89]QuickCheck

Haxe

NamexUnitSourceRemarks
munit [90]Produces HTML reports for multiple compile targets including JavaScript, AcrionScript and C++

HLSL

NamexUnitSourceRemarks
UnitTestCgNo[58]Pixel and Vertex Shaders supported.

ITT IDL

NamexUnitSourceRemarks
MGunitYes[82] 
white paper [91]only a white paper, not a framework

Internet

NamexUnitSourceRemarks
HtmlUnit [83]Java headless browser emulator
HttpUnit  testing framework for web applications, typically used in combination with JUnit
IEUnit [92]testing framework for web applications, based on IE browser and Javascript
Canoo WebTest [84] 
Selenium  Testing framework whose playback can run in most modern web browsers to test webpages.
Watir  Testing framework based on the Ruby language, that can run in web browsers to test webpages.
soapUI [85]Open Source Web Service testing platform for Service Oriented Architectures.
SOAtest [93]Commercial. Testing platform whose record/playback runs in most modern web browsers to test webpages.

Java

NamexUnitSourceRemarks
JTiger   
SpryTestYes[86]Commercial. Automated Unit Testing Framework for Java
JtestYes[94]Commercial. Automated unit/component test generation and execution with code coverage and runtime error detection. Also provides static analysis and peer code review.
JUnitYes[87] 
JWalk  Fast, semi-automatic creation of exhaustive unit test-sets
TestNGYes Actually a multi-purpose testing framework, which means its tests can include unit tests, functional tests, and integration tests. Further, it has facilities to create even no-functional tests (as loading tests, timed tests). It uses Annotations since first version and is a framework more powerful and easy to use than the most used testing tool in Java: JUnit.[95][96]
Needle [88]Open-Source framework for testing Java EE components outside of the container in isolation.
NUTester [89]Testing framework developed at Northeastern University to aid in teaching introductory computer science courses in Java
Concordion [90]Acceptance Test Driven Development
JExampleYes[97]A JUnit extension that uses dependencies between test cases to reduce code duplication and improves defect localization.
DbUnit [91]A JUnit extension to perform unit testing with database-driven programs
JUnitEE [92]A JUnit extension for testing Java EE applications
Cactus  A JUnit extension for testing Java EE and web applications. Cactus tests are executed inside the Java EE/web container.
JSST [98]Java Server-Side Testing framework which is based on the similar idea to the one of Apache CACTUS, but unlike CACTUS it's not coupled to JUnit 3.x and can be used in conjunction with any testing framework.
GroboUtils [93]A JUnit extension providing Automated documentation, class hierarchy unit testing, code coverage, and multi-threaded tests.
Mockrunner [94]A JUnit extension for testing testing servlets, filters, tag classes and Struts actions and forms.
Unitils [95]Offers general utilities and features for helping with persistence layer testing and testing with mock objects. Offers specific support for testing application code that makes use of JPA, hibernate and spring. Unitils integrates with the test frameworks JUnit and TestNG.
JBehave [96]Behavior Driven Development
Instinct [99]Behavior Driven Development
JDave [97]Behavior Driven Development
beanSpec [100]Behavior Driven Development
Cucumber-JVM [101]Behavior Driven Development Replaces deprecated JRuby-based Cuke4Duke
XMLUnit [98]JUnit and NUnit testing for XML
EasyMock [99]A mock framework [102]
JMock [100]A mock framework
Mockito [103]A mock framework, using the Hamcrest library
Concutest [101]A framework for testing concurrent programs
SureAssert [102]An integrated Java unit testing solution for Eclipse. Contract-First Design and Test Driven Development
PowerMock [103]An extension to both Mockito and EasyMock that lets you test static methods
Jukito [104]Combines Mockito and Guice to allow automatic mocking and instantiation of dependencies
GrandTestAuto [105]GrandTestAuto (GTA) is a platform for the complete automated testing of Java software. Tests can be distributed across a number of machines on a network.

JavaScript

NamexUnitTAPClient-sideServer-sideSourceRemarks
Suitest  YesYes[104]Suitest is a powerful and easy-to-use JavaScript BDD test suite
DOH  YesYes[105]Dojo Objective Harness that can be run in-browser or independently via Rhino
LBRTW UT NoYesNo[106] [107]Developed as a learning project
JSUnitYesNoYesNo[108]JSUnit is no longer actively maintained
Enhance JSYesNoYesNo[106]Port of Enhance PHP
QUnit  YesYes[109]jQuery test harness
RhUnit  YesYes[110]QUnit compatible Rhino/JUnit framework
Crosscheck  NoYes[107]Browserless java-based framework
J3Unit  YesNo[111] 
MochaNoYesYesYes[112] 
JSNUnit  YesNo[108] 
YUI TestYesYesYesYes[109] 
JSSpec  YesNo[110]Behaviour-driven development framework
UnitTesting  YesNo[111]script.aculo.us javascript test harness
JSpec  YesYes[113]Highly readable BDD, 50+ matchers, DOM / framework independent, async, rhino, node.js support and more (no longer maintained)
Jasmine  YesYes[114]BDD, framework independent, easy integration with Ruby projects and continuous builds. Allows for both DOM-less testing and asynchronous testing.
screw-unit  YesNo[112]Requires jQuery
Test.SimpleNo[113]YesYesNo[114]Write TAP-emitting unit tests in JavaScript and run them in your browser.
Test.MoreNo[1]YesYesNo[115]Write TAP-emitting unit tests in JavaScript and run them in your browser.
TestCase  YesNo[116] 
TestIt  YesYes[117]Light-weight, non-polluting, and easy to set up and use
jsUnitTest  YesYes[118] Based on TestCase but without the Prototype dependency
JSTest  YesNo[119]Light-weight, non-polluting browser-based framework
JSTest.NET  NoYes[115]Browserless JavaScript unit test runner for use with MsTest, XUnit, NUnit, etc.
jsUnityYesNoYesYes[116]Context-agnostic (JavaScript, JScript (ASP/WSH), Rhino, etc.)
RhinoUnit  NoYes[120]Rhino-based framework that allows tests to be run in Ant
JasUnitYesNoYesNo[121]Light-weight framework. Part of a project that provides Mocks and IoC.)
FireUnit  YesNo[117]Testing framework that provides logging and viewing within a new tab of Firebug.
Js-test-driverYes YesNo[122]The goal of JsTestDriver is to build a JavaScript test runner which easily integrates with continuous builds systems and allows running tests on multiple browsers quickly to ease TDD style development.
Js-test-runnerNo YesYes[118]A JUnit test runner that runs JavaScript tests. The goal of the JS Test Runner is to be able to test JavaScript code using an approach that test driven programmers will feel comfortable with; particularly in the context of Continuous Integration.
Sinon.jsCompatible YesYes[119]Standalone test spies, stubs and mocks for JavaScript. No dependencies, works with any unit testing framework.
SOAtestNo YesNo[93]Commercial. Testing platform whose record/playback runs in most modern web browsers where client-side Javascript can be tested both through static analysis and functional verification.
VowsNo  Yes[120] 
Nodeunit  YesYes[123]Asynchronous Javascript testing framework
Tyrtle  YesYes[121]Testing framework which allows expressive assertions and interactive test output
wruCompatible YesYes[124]General purpose environment agnostic sync/async JavaScript test framework. Compatible with any browser, desktop or mobile, node.js, Rhino, and phantom.js. Tiny, essential, fast.
Buster.JSCompatibleYesYesYes[122]BDD/xUnit, assertions, expectations, browser/server, extendable with tools like linting and other QA measures, highly configurable, well documented and actively developed

Lasso

NamexUnitSourceRemarks
L-Unit [123] 

LaTeX

NamexUnitSourceRemarks
qsunit [125] 

LabVIEW

NamexUnitSourceRemarks
LabVIEW Unit Test FrameworkNo Generate test harnesses for VIs in LabVIEW automatically.
VI TesterYes[126]native LabVIEW object-oriented implementation of xUnit framework. Unit tests are written as VIs in LabVIEW.

LISP

NamexUnitSourceRemarks
FiveAM [65] 
LIFT [69] 
lisp-unit [70] 

Lua

NamexUnitSourceRemarks
LuaUnit [127] 
lunit [128] 

MATLAB

NamexUnitSourceRemarks
mlUnitYes[124] 
mlUnit 2008aYes[129] 
Phelan's MUnit [130] 
Lombardi's MUnit [131]Similar to xUnit
MATLAB xUnit Test FrameworkYes[132]MATLAB r2008a and later (uses OOP features introduced in this release). Renamed from mtest. Accepts both xUnit-style subclass or simple MATLAB function test cases.
DoctestNoBitbucket repository - source and documentationAllows automated test cases to be put in the documentation so your usage examples double as test cases and vice versa. A TAP producer. Inspired by the Python module of the same name. As of August 2011, it can only handle single line test-cases and its exception handling facility cannot handle exceptions that are generated after other output.[133]
matlab.unittestYesMATLAB documentationIncluded as part of MATLAB for R2013a

MySQL

NamexUnitSourceRemarks
STK/UnitYes[125] 
MyTAPYes[126] 
utMySQLYes[127] 

.NET programming languages

NamexUnitSourceRemarks
csUnitYes includes GUI, command line, VS2005 plug-in; supports C#, VB.NET, Managed C++, J#, other .NET languages, supports .NET 3.5 and earlier versions; integrated with ReSharper
DbUnit.NET [128]A .NET 2.0 unit testing framework for database access code
EMTFNo[129]open source
FoqNo[130]Lightweight type-safe and thread-safe mock object library for F# with C# support.
Gallio [131]Extensible, and neutral automation platform that provides a common object model, runtime services and tools (such as test runners) that may be leveraged by any number of test frameworks.
MbUnitYes[132]Extensible, model-based nUnit compatible framework. Part of the Gallio Test Automation Platform.
MSTestNo A command-line tool for executing Visual Studio created unit tests outside of the Visual Studio IDE - not really a testing framework as it is a part of the Visual Studio Unit Testing Framework.
NaturalSpecNo[84]Domain specific language for writing specifications in a natural language. Based on NUnit.
NMate [133]NUnit and PartCover Code Generation and integration Addin for Microsoft Visual Studio 2005/2008
NUnitYes includes GUI, command line, integrates into VisualStudio with ReSharper
NUnitAsp  Based on NUnit
PexYes[134]Microsoft Research project providing White box testing for .NET, using the Z3 constraint solver to generate unit test input (rather than Fuzzing).
Quality Gate One StudioNo[134]Commercial/freeware test framework for unit and integration testing that analyses dependencies between test cases to flow data between them. Supports combinatorial testing, multithreading and time-dependencies.
QuickUnit.netNo[135]Implement unit tests without coding. Minimalist approach to test driven development.
Rhino MocksYes[135]A dynamic mock object framework for the .NET platform.
RoasterYes[136]NUnit based framework and tools for the .NET Compact Framework
SpecFlowYes[137]Behavior Driven Development framework for .Net. Inspired by Cucumber. Integrates with NUnit, MSTest, MbUnit, and others.
SpecterYes[138]Behavior Driven Development with an easy and readable syntax for writing specifications. Includes command line, optional integration with NUnit
TestDriven.NET [139][commercial]
.TESTYes[136]Commercial. Automated software quality solution that includes unit test generation and execution as well as reporting industry standard code coverage.
TickSpecYes[140]Behavior Driven Development framework for .Net and Silverlight. Supports the Gherkin language as used by Cucumber and extends it with combinatorial examples. Integrates with NUnit, xUnit, MbUnit and MSTest.
TPTYes[12]Time Partition Testing provides a .NET-API for the TPT-VM for testing controller software. 
Typemock IsolatorYes[141]Commercial unit testing framework with simple API and test code generation features, supports C#, ASP.NET, SharePoint, Silverlight.
Visual StudioNo The Visual Studio Unit Testing Framework was first included in Visual Studio Team System 2005 where it integrated with the IDE, but not available in the most-used Standard Edition. From Visual Studio 2008 it is available also in Professional Edition. But it is still not included with Visual Studio Express editions.
Visual T#Yes[137]Visual T# is a unit testing framework and development environment integrated with Visual Studio. It includes T#, a programming language designed specifically to naturally express unit test intentions, and tools for compiling, running and maintaining them.
xUnit.netYes[142]Developed by the original inventor of NUnit to be its successor. xUnit.net is currently the highest rated .NET unit testing framework [138] due to it being leaner with a more refined syntax and lower friction usage then NUnit.

Objective-C

NamexUnitSourceRemarks
GHUnitYes[139]An easy to integrate, use and visual test framework for simulator and devices.
CATCH [140]A modern, fully featured, unit test framework with no external dependencies - all implemented in headers
Cedar [141]BDD for Objective-C
Kiwi [143]RSpec-style BDD for Objective-C with support for mocks and stubs.
ObjcUnit [142] 
OCUnitYes[143]Comes with Xcode. Fully integrated with Xcode 4. 
WiteBox for iPhone [144]Exclusively for iPhone unit testing, provides visual feedback, hierarchical results display, and test durations.
WOTest [144] 

OCaml

NamexUnitTAPSourceRemarks
OUnit  [145]Based on HUnit, which is based on JUnit
TestSimple Yes[146]Generates TAP
FORT  [145] 

Object Pascal (Free Pascal)

NamexUnitTAPSourceRemarks
FPCUnitYesNo[146]This is a port to Free Pascal of the JUnit core framework.
Tap4PascalNoYes[147]A Pascal implementation of the Test Anything Protocol
FPTestYesNo[148]This is a fork of DUnit2, specifically for use with the Free Pascal Compiler.

PegaRULES Process Commander

NamexUnitSourceRemarks
PRUnitYes[http://prunit.sourceforge.net/xUnit style testing adapted to PRPC

Perl

NamexUnitTAPSourceRemarks
TAPN/AYes[149]the Test Anything Protocol used by most Perl tests
Test::HarnessN/AYes[150]the standard Perl test runner and TAP parser
Test::MoreNoYes[151]The baseline testing module, included with all modern Perl installations
Test::ClassYesYes[152]xUnit style testing adapted to Perl
Test::BuilderN/AYes[153]a module for making more testing modules. These modules can be combined in a single test program
Test::Unit (a.k.a. PerlUnit)YesNo[154] ([147])a fairly straight port of JUnit to Perl. Note: This code seems to be abandoned as noted here [155] and here.[156]
Test::DBUnitN/AYes[157]The database testing modules for both clear box and black box testing
Test::Unit::LiteYesYes (via Test::Unit::HarnessUnit)[158]Test::Unit replacement without external dependencies and with some bugs fixed
Test::AbleYesYes[159]xUnit style testing with Moose

PHP

NamexUnitTAPSourceRemarks
PHPUnitYesYes[148]Produces XML, HTML reports with code coverage
PHP Unit Testing FrameworkYesNo[149]It produces ASCII, XML or XHTML Output and runs from the command line.
SimpleTestYesNo[150]Unit test framework for both PHP and web.
TestilenceYesNohttp://www.testilence.org/URL no longer works.
limeNoYes[160]Sub-project of symfony
Apache-TestNoYes[161]PHP implementation of Test::More (test-more.php) Info
ojesNoNo[151]Documentation Driven Testing
SnapTestYesYes[152]SnapTest is a powerful unit testing framework for PHP 5+, leveraging PHP's unique runtime language to simplify the unit test process without sacrificing the agility tests provide.
OnionTestNoYes[153]Write an Onion! No coding needed just some txt files.
Enhance PHPYesYes[154]Unit testing framework with mocks and stubs built in. Runs in the command line or get HTML5, TAP or XML output via a web browser.
AtoumYesYes[162]A simple, modern and intuitive unit testing framework for PHP
TesterYesYes[163]PHP library for unit-testing (in console and browser), simplified variant of PHPUnit. With ability to handle errors and exceptions in tests.
PhpInlineTestNoNo[164]PhpInlineTest - script to run inline tests for PHP functions and class methods.
PHPSpecNoNo[155]A BDD style testing framework.

PL/SQL

NamexUnitSourceRemarks
utPLSQLYesutSQLInitially developed by Steven Feuerstein, an open source unit testing framework for PL/SQL development modeled on the Junit and xUnit frameworks.
Quest Code Tester for Oracle [165]A commercial PL/SQL testing tool from Quest Software (the makers of Toad) and Steven Feuerstein.
SQL Developer [166]Oracle includes a Unit Tester as part of the free SQL Developer application.
pl/unit [156] 
PL/SQL Unit Testing for Oracle (PLUTO)Yes[167]Open source unit testing framework modeled after JUnit and based on the Oracle PL/SQL object system
ruby-plsql-spec [168]PL/SQL unit testing with Ruby open source libraries
DBFit [157]DbFit is a set of FIT fixtures which enables FIT/FitNesse tests to execute directly against a database.

PostgreSQL

NamexUnitTAPSourceRemarksActive
Epic  [158]Epic is a unit test framework for PostgreSQL stored procedures. It requires PG 8.1 or higher.No
pgTAPYesYes[159]Write tests in SQL or xUnit-style functions.Yes
PGtools  [169]Schema loading and testing tools for PostgreSQL.No
PGUnitYesNo[170]xUnit-style framework for stored procedures.No

PowerBuilder

NamexUnitSourceRemarks
PBUnit [171] 

Progress 4GL

NamexUnitSourceRemarks
proUnitYes[160]xUnit-style framework for Progress OpenEdge procedures and objects

Prolog

NamexUnitSourceRemarks
PlUnit [172] 

Python

NamexUnitGeneratorsFixturesGroup FixturesSourceRemarks
unittestYesYesYesNo (sometimes referred to as "PyUnit") it's part of Python's standard library
XPyUnit     adding XML report generation to PyUnit
TestOOB     an extended test framework for PyUnit
Doctest     easy, Pythonic, and part of Python's standard library
NoseYesYesYes [173]a discovery-based unittest extension
py.testYesYesYesYes[161]distributed testing tool
TwistedTrialYesYesYesNo[174]PyUnit extensions for asynchronous and event-driven code

R programming language

NamexUnitSourceRemarks
RUnitNo[175]Open source
testthatYes[176]Open source

Racket

NamexUnitSourceRemarks
rackunitYes[177]Open source
OvereasyNo[178]Open source

REALbasic

NamexUnitSourceRemarks
RBUnitNo[179] 

Rebol

NamexUnitSourceRemarks
Runit [162] 

RPG

NamexUnitSourceRemarks
RPGUnitYes[163] 

Ruby

NamexUnitSourceRemarks
Test::UnitYes[180] 
RSpec Behaviour-driven development framework 
Shoulda [181] 
microtest   
Bacon   
minitest [182][183]Ruby Gem by Ryan Davis
TMF [184] 

SAS

NamexUnitSourceRemarks
FUTSYes[185]the Framework for Unit Testing SAS
SCLUnitYes[186]SAS/AF implementation of the xUnit unit testing framework SAS
SASUnitYes[187]completely written in SAS, runs with SAS on Windows and Linux

Scala

NamexUnitSourceRemarks
ScalaTest [164]Scalable Test Framework - supports different styles of testing: TDD, BDD, and more
Rehersal (sic) [165]with JMock like Expectations and natural language test names
ScUnit [188]JUnit style testing with fixture method injection and matchers for assertion
specs [189]Behavior Driven Development
ScalaCheck [190]Similar to QuickCheck

Scilab

NamexUnitSourceRemarks
Scilab test_runYes[191]Provided by default by Scilab

Scheme

NamexUnitSourceRemarks
SchemeUnitYes[192] 
TesteezNo[193] 

Shell

NamexUnitSourceRemarks
assert.sh [194]LGPL licensed. Lightweight..
bats [195]the Bash Automated Testing System. TAP-compliant. MIT licence
ATF [15]BSD Licensed. Originally developed for the NetBSD operating system but works well in most Unix-like platforms. Ability to install tests as part of a release.
RoundupNo[196] 
ShUnitYes[166] 
shUnit2Yes[197]Originally developed for log4sh
filterunit [198]Test framework for filters and other command-line programs
Tap-functions [199]A TAP-producing Bash library

Simulink

NamexUnitSourceRemarks
slUnit [200] 
TPTYes[12]Time Partition Testing: Automated interface analysis, testframe generation, test execution, test assessment, reporting.

Smalltalk

NamexUnitSourceRemarks
SUnitYes The original source of the xUnit design

SQL

NamexUnitSourceRemarks
tSQLt [167] 
TSQLUnit [201] 
SQLUnit [168] 
DbFit [169]Compare FitNesse.

TargetLink

NamexUnitSourceRemarks
TPT [12]Time Partition Testing: Automated interface analysis, testframe generation, test execution, test assessment, reporting.

Tcl

NamexUnitSourceRemarks
tcltest [202] 
tclUnitYes[203] 
t-unit [204] 

TinyOS/nesC

NamexUnitSourceRemarks
TUnitYes[170]Embedded multi-platform wireless testing and characterization

Transact-SQL

NamexUnitSourceRemarks
tSQLtYes[171]Includes mocking framework, continuous integration support and uses SQL Test as a GUI [205]
TSQLUnitYes[172] 
utTSQLYes[173] 
Visual Studio Team Edition for Database Professionals [206] 
T.S.T. [174] 
SlackerYes[207]Based on RSpec

TypeScript

NamexUnitSourceRemarks
tsUnitYes[175] 

Visual FoxPro

NamexUnitSourceRemarks
FoxUnit [176] 

Visual Basic (VB6)

For unit testing frameworks for VB.NET, see the .NET programming languages section.

NamexUnitSourceRemarks
vbUnit [177]Visual Basic and COM objects
vbUnitFree [178]Visual Basic and COM objects
VbaUnit [208]Visual Basic for Applications
ExcelVbaUnit [209]Similar to VbaUnit, but specifically for testing Excel VBA (written as an Excel add-in)
TinyUnit [210]Visual Basic 6, VB .NET, and PHP5
SimplyVBUnitYes[179]VB6 Unit Testing Framework modeled after the popular NUnit for .NET

Visual Lisp

NamexUnitSourceRemarks
vl-unit [211]Unit testing framework for Visual Lisp.

XML

NamexUnitSourceRemarks
XUnit [212]for testing
  • native XML programs,
  • individual XSLT templates,
  • and Java programs that deal with XML data
WUnit [213]for testing Web applications
  • tests are written in XML/XPath (XUnit),
  • AJAX applications are supported,
  • can also test server-side functionalities if they are made with Java servlets (for example, it is possible to store authoritatively an object in the user session server-side without sending an HTTP request and then get with HTTP the page that renders it)
SoatestNo[93]Commercial. Parasoft's full-lifecycle quality platform for ensuring secure, reliable, compliant business processes.
XMLUnitYes[180]Plugin for JUnit and NUnit, allowing Assertion-style tests to be written for XSLT documents in Java or C#
Vibz AutomationNo[214]Open Source. Vibzworld's Fully featured Open source test framework.
NamexUnitSourceRemarks
AntUnit [215]for testing Apache Ant tasks

XSLT

NamexUnitSourceRemarks
juxy [181]a library for unit testing XSLT stylesheets from Java
Tennison Tests [182]allows to write unit-tests in XML, exercising XSLT from Apache Ant. When incorporated in a continuous integration environment, it allows to run multiple XSLT tests as part of a build, failing the build when they go wrong.
UTF-X [183]unit testing framework for XSLT that strongly supports the test-first-design principle with test rendition and test validation features
XMLUnitYes[184]Plugin for JUnit and NUnit, allowing Assertion-style tests to be written for XSLT documents in Java or C#
XSLTunit [185]proof of concept unit testing framework for XSLT

Other

NamexUnitSourceRemarks
Test Manager [216] 
IdMUnitYes[186]Identity management

See also

Unit testing in general:

Extreme programming approach to unit testing:

References

  1. ^ "SAP Library - ABAP - Analysis Tools". Help.sap.com. http://help.sap.com/saphelp_nw2004s/h elpdata/en/a2/8a1b602e858645b8aac1559 b638ea4/frameset.htm. Retrieved 2012-11-12.
  2. ^ "as3flexunitlib - ActionScript 3.0 framework for unit testing. - Google Project Hosting". Code.google.com. 2008-08-20. http://code.google.com/p/as3flexunitl ib/. Retrieved 2012-11-12.
  3. ^ "reflex-unit - Unit testing framework for Flex 2/3 - Google Project Hosting". Code.google.com. http://code.google.com/p/reflex-unit/. Retrieved 2012-11-12.
  4. ^ "astuce - a JUnit clone for ECMAScript - Google Project Hosting". Code.google.com. http://code.google.com/p/astuce/. Retrieved 2012-11-12.
  5. ^ "dpuint - Unit and Integration Testing Framework for Flex 2 and 3 - Google Project Hosting". Code.google.com. http://code.google.com/p/dpuint/. Retrieved 2012-11-12.
  6. ^ "loomis / morefluent / wiki / Home". Bitbucket.org. 2011-02-25. https://bitbucket.org/loomis/moreflue nt/. Retrieved 2012-11-12.
  7. ^ "mojotest - A very simple and easy to use ActionScript 3 Unit Test framework - Google Project Hosting". Code.google.com. http://code.google.com/p/mojotest/. Retrieved 2012-11-12.
  8. ^ "Aunit". Libre.adacore.com. http://libre.adacore.com/libre/tools/ aunit/. Retrieved 2012-11-12.
  9. ^ "AdaTEST95 – efficient implementation of unit and integration testing". Qa-systems.com. 2012-03-16. http://www.qa-systems.com/adatest-95. html. Retrieved 2012-11-12.
  10. ^ a b http://www.ldra.com/tbrun.asp
  11. ^ [1][dead link]
  12. ^ a b c d e "TPT - real time testing embedded control software". Piketec.com. http://www.piketec.com/products/tpt.p hp?lang=en. Retrieved 2012-11-12.
  13. ^ Mayer, Philip; Daniel Lübke (2006). "Towards a BPEL unit testing framework". TAV-WEB '06 Proceedings of the 2006 workshop on Testing, analysis, and verification of web services and applications (New York, NY, USA: ACM): 33–42. doi:10.1145/1145718.1145723. ISBN 1595934588. http://dl.acm.org/citation.cfm?id=114 5723.
  14. ^ a b "Overview - API Sanity Checker - Open-Source Projects". Forge.ispras.ru. http://forge.ispras.ru/projects/api-s anity-autotest. Retrieved 2012-11-12.
  15. ^ a b c "Automated Testing Framework (ATF)". Netbsd.org. http://www.NetBSD.org/~jmmv/atf/. Retrieved 2012-11-12.
  16. ^ a b "C and C++ testing tools: Static code analysis, code review, unit testing". Parasoft. 2012-09-24. http://www.parasoft.com/jsp/products/ cpptest.jsp?itemId=47. Retrieved 2012-11-12.
  17. ^ a b "Dynamic testing with Cantata: automated and easy". Qa-systems.com. 2012-03-16. http://www.qa-systems.com/cantata.htm l. Retrieved 2012-11-12.
  18. ^ [2][dead link]
  19. ^ Marcus Baker. "Cgreen is a unit testing framework for the C programming language". Lastcraft.com. http://www.lastcraft.com/cgreen.php. Retrieved 2012-11-12.
  20. ^ "cmockery - A lightweight library to simplify and generalize the process of writing unit tests for C applications. - Google Project Hosting". Code.google.com. http://code.google.com/p/cmockery/. Retrieved 2012-11-12.
  21. ^ a b "CppUTest (Moved!) | Free Development software downloads at". Sourceforge.net. http://sourceforge.net/projects/cpput est. Retrieved 2012-11-12.
  22. ^ "bvdberg/ctest · GitHub". Github.com. http://github.com/bvdberg/ctest. Retrieved 2012-11-12.
  23. ^ "cunitwin32 - CUnitWin32 is a unit testing framework for C/C++ for Microsoft Windows - Google Project Hosting". Code.google.com. http://code.google.com/p/cunitwin32/. Retrieved 2012-11-12.
  24. ^ "CUT 2.6 - 10th Anniversary Version!". Falvotech.com. http://www.falvotech.com/content/cut/. Retrieved 2012-11-12.
  25. ^ [3][dead link]
  26. ^ "garage: GUnit: Project Info". Garage.maemo.org. https://garage.maemo.org/projects/gun it. Retrieved 2012-11-12.
  27. ^ "JTN002 - MinUnit - a minimal unit testing framework for C". Jera.com. http://www.jera.com/techinfo/jtns/jtn 002.html. Retrieved 2012-11-12.
  28. ^ a b "opmock | Free software downloads at". Sourceforge.net. http://sourceforge.net/projects/opmoc k/. Retrieved 2012-11-12.
  29. ^ "Accord - Dynamic Analyzer - C Unit Test Tool". Accord-soft.com. http://www.accord-soft.com/dynamicana lyser.html. Retrieved 2012-11-12.
  30. ^ a b "Redir". Hitex.de. http://www.hitex.de/perm/tessy.htm. Retrieved 2012-11-12.
  31. ^ Llopis, Noel. "Exploring the C++ Unit Testing Framework Jungle", 2004-12-28. Retrieved on 2010-2-13.
  32. ^ Rozental, Gennadiy "Boost Test Fixture Documentation". Retrieved on 2010-2-13.
  33. ^ Rozental, Gennadiy "Boost Test Test Suite Level Fixture Documentation". Retrieved on 2010-2-13.
  34. ^ "Boost Test Library". Boost.org. http://www.boost.org/doc/libs/1_42_0/ libs/test/doc/html/index.html. Retrieved 2012-11-12.
  35. ^ "philsquared/Catch · GitHub". Github.com. https://github.com/philsquared/Catch. Retrieved 2012-11-12.
  36. ^ "cppunit". SourceForge.net. 2009-11-23. http://sourceforge.net/apps/mediawiki /cppunit/index.php?title=Main_Page. Retrieved 2012-11-12.
  37. ^ "Cpp Unit Lite". C2.com. 2011-04-21. http://c2.com/cgi/wiki?CppUnitLite. Retrieved 2012-11-12.
  38. ^ "cutee, C++ Unit Testing Easy Environment". Codesink.org. http://codesink.org/cutee_unit_testin g.html. Retrieved 2012-11-12.
  39. ^ "Exercisix | Alexander Churanov | Personal WebSite". Alexander Churanov. 2011-07-14. http://alexanderchuranov.com/software /exercisix/. Retrieved 2012-11-12.
  40. ^ "FRUCTOSE | Free Development software downloads at". Sourceforge.net. http://sourceforge.net/projects/fruct ose/. Retrieved 2012-11-12.
  41. ^ "googlemock - Google C++ Mocking Framework - Google Project Hosting". Code.google.com. http://code.google.com/p/googlemock/. Retrieved 2012-11-12.
  42. ^ "googletest - Google C++ Testing Framework - Google Project Hosting". Code.google.com. http://code.google.com/p/googletest/. Retrieved 2012-11-12.
  43. ^ "Hestia | Free Development software downloads at". Sourceforge.net. http://sourceforge.net/projects/hesti a/. Retrieved 2012-11-12.
  44. ^ "An Eclipse CDT plug-in for C++ Seams and Mock Objects". IFS. http://mockator.com. Retrieved 2012-11-18.
  45. ^ "mockcpp - A C++ Mock Framework - Google Project Hosting". Code.google.com. http://code.google.com/p/mockcpp/. Retrieved 2012-11-12.
  46. ^ "mockitopp - Simple mocking for C++ - Google Project Hosting". Code.google.com. http://code.google.com/p/mockitopp/. Retrieved 2012-11-12.
  47. ^ [4][dead link]
  48. ^ "nullunit - C++ Unit Testing Framework - Google Project Hosting". Code.google.com. http://code.google.com/p/nullunit/. Retrieved 2012-11-12.
  49. ^ http://www.oaklib.org/oakut/index.htm l
  50. ^ "Qt 4.7: QTestLib Tutorial". Doc.qt.nokia.com. http://doc.qt.nokia.com/latest/qtestl ib-tutorial.html. Retrieved 2012-11-12.
  51. ^ "ShortCUT - A Short C++ Unit Testing Framework". CodeProject. 2007-02-15. http://www.codeproject.com/KB/applica tions/shortcut.aspx?print=true. Retrieved 2012-11-12.
  52. ^ http://www.ldra.co.uk/tbrun.asp
  53. ^ [5][dead link]
  54. ^ "Testwell CTA++ Description". Testwell.fi. http://www.testwell.fi/ctadesc.html. Retrieved 2012-11-12.
  55. ^ "tpounds/tpunitpp · GitHub". Github.com. 2012-05-20. http://github.com/tpounds/tpunitpp. Retrieved 2012-11-12.
  56. ^ "UquoniTest: a unit testing library for C". Q-mentum.com. http://www.q-mentum.com/uquonitest.ph p. Retrieved 2012-11-12.
  57. ^ "moswald / xUnit++ / wiki / Home — Bitbucket". Bitbucket.org. 2012-11-06. https://bitbucket.org/moswald/xunit/. Retrieved 2012-11-12.
  58. ^ a b http://code.google.com/p/unittestcg/s ource
  59. ^ "clojure.test - Clojure v1.4 API documentation". Clojure.github.com. http://clojure.github.com/clojure/clo jure.test-api.html. Retrieved 2012-11-12.
  60. ^ weavejester. "weavejester/fact · GitHub". Github.com. http://github.com/weavejester/fact/tr ee/. Retrieved 2012-11-12.
  61. ^ "marick/Midje · GitHub". Github.com. https://github.com/marick/Midje. Retrieved 2012-11-12.
  62. ^ "COBOLUnit". Sites.google.com. http://sites.google.com/site/coboluni t/. Retrieved 2012-11-12.
  63. ^ savignano software solutions. "Better Software In Less Time: - savignano software solutions". Savignano.net. http://www.savignano.net/savvytest. Retrieved 2012-11-12.
  64. ^ http://cybertiggyr.com/gene/lut/
  65. ^ a b "FiveAM". Common-lisp.net. 2004-11-16. http://common-lisp.net/project/bese/F iveAM.html. Retrieved 2012-11-12.
  66. ^ "FReT". Common-lisp.net. http://common-lisp.net/project/fret/. Retrieved 2012-11-12.
  67. ^ "Grand-prix". Common-lisp.net. http://common-lisp.net/project/grand- prix/. Retrieved 2012-11-12.
  68. ^ "HEUTE - Common LISP Unit Test Package". Rdrop.com. http://www.rdrop.com/~jimka/lisp/heut e/heute.html. Retrieved 2012-11-12.
  69. ^ a b "LIFT - the LIsp Framework for Testing". Common-lisp.net. http://common-lisp.net/project/lift/. Retrieved 2012-11-12.
  70. ^ a b "lisp-unit". Cs.northwestern.edu. http://www.cs.northwestern.edu/academ ics/courses/325/readings/lisp-unit.ht ml. Retrieved 2012-11-12.
  71. ^ "Package: lang/lisp/code/testing/rt/". Cs.cmu.edu. http://www.cs.cmu.edu/afs/cs/project/ ai-repository/ai/lang/lisp/code/testi ng/rt/0.html. Retrieved 2012-11-12.
  72. ^ "stefil". Common-lisp.net. http://common-lisp.net/project/stefil /. Retrieved 2012-11-12.
  73. ^ "DUnit2 | Free software downloads at". Sourceforge.net. http://sourceforge.net/projects/dunit 2/. Retrieved 2012-11-12.
  74. ^ Last edited 2010-12-11 11:44 UTC by JariAalto (diff) (2010-12-11). "El Unit". EmacsWiki. http://www.emacswiki.org/cgi-bin/wiki /ElUnit. Retrieved 2012-11-12.
  75. ^ Last edited 2010-03-18 14:38 UTC by LennartBorgman (diff) (2010-03-18). "Elk Test". EmacsWiki. http://www.emacswiki.org/cgi-bin/wiki /ElkTest. Retrieved 2012-11-12.
  76. ^ Last edited 2009-05-13 06:57 UTC by Free Ekanayaka (diff) (2009-05-13). "unit-test.el". EmacsWiki. http://www.emacswiki.org/cgi-bin/wiki /unit-test.el. Retrieved 2012-11-12.
  77. ^ [6][dead link]
  78. ^ "FORTRAN Unit Test Framework (FRUIT) | Free Development software downloads at". Sourceforge.net. http://sourceforge.net/projects/fortr anxunit. Retrieved 2012-11-12.
  79. ^ "flibs/ftnunit - flibs". Flibs.sf.net. http://flibs.sf.net/ftnunit.html. Retrieved 2012-11-12.
  80. ^ "pFUnit | Free Development software downloads at". Sourceforge.net. http://sourceforge.net/projects/pfuni t/. Retrieved 2012-11-12.
  81. ^ "ObjexxFTK - Objexx Fortran ToolKit | Objexx Engineering". Objexx.com. http://objexx.com/ObjexxFTK.html. Retrieved 2012-11-12.
  82. ^ "lutin77 (Logilab Unit Test IN fortran 77)". Logilab.org. 2008-12-31. http://www.logilab.org/project/lutin7 7. Retrieved 2012-11-12.
  83. ^ "FsCheck: A random testing framework - Home". Codeplex.com. http://www.codeplex.com/fscheck/. Retrieved 2012-11-12.
  84. ^ a b [7][dead link]
  85. ^ "unquote - Write F# unit test assertions as quoted expressions, get step-by-step failure messages for free - Google Project Hosting". Code.google.com. http://code.google.com/p/unquote/. Retrieved 2012-11-12.
  86. ^ "spock - the enterprise ready specification framework - Google Project Hosting". Code.google.com. http://code.google.com/p/spock/. Retrieved 2012-11-12.
  87. ^ "gmock - A Mocking Framework for Groovy - Google Project Hosting". Code.google.com. 2011-12-13. http://code.google.com/p/gmock/. Retrieved 2012-11-12.
  88. ^ "GXUnit". Wiki.gxtechnical.com. http://wiki.gxtechnical.com/commwiki/ servlet/hwiki?GXUnit. Retrieved 2012-11-12.
  89. ^ http://www.cs.chalmers.se/~rjmh/Quick Check/
  90. ^ "massiveinteractive/MassiveUnit · GitHub". Github.com. http://github.com/massiveinteractive/ MassiveUnit. Retrieved 2012-11-12.
  91. ^ [8][dead link]
  92. ^ "ieunit - Unit test framework for web pages. - Google Project Hosting". Code.google.com. http://code.google.com/p/ieunit/. Retrieved 2012-11-12.
  93. ^ a b c "API Testing, Cloud Testing, SOA Testing | Parasoft Functional Testing and Load Testing". Parasoft.com. http://www.parasoft.com/jsp/solutions /soa_solution.jsp. Retrieved 2012-11-12.
  94. ^ "Java testing tools: static code analysis, code review, unit testing". Parasoft. 2012-10-08. http://www.parasoft.com/jsp/products/ jtest.jsp?itemId=14. Retrieved 2012-11-12.
  95. ^ "TestNG makes Java unit testing a breeze". Ibm.com. 2005-01-06. http://www.ibm.com/developerworks/jav a/library/j-testng/. Retrieved 2012-11-12.
  96. ^ "Google Testing Blog: TotT: TestNG on the Toilet". Googletesting.blogspot.com. http://googletesting.blogspot.com/200 8/03/tott-testng-on-toilet.html. Retrieved 2012-11-12.
  97. ^ "SCG: JExample". Scg.unibe.ch. 2009-04-21. doi:10.1007/978-3-540-68255-4_8. http://scg.unibe.ch/research/jexample /. Retrieved 2012-11-12.
  98. ^ shyiko (2010-11-17). "Home · shyiko/jsst Wiki · GitHub". Github.com. https://github.com/shyiko/jsst/wiki. Retrieved 2012-11-12.
  99. ^ "instinct - Instinct is a Behaviour Driven Development (BDD) framework for Java - Google Project Hosting". Code.google.com. http://code.google.com/p/instinct/. Retrieved 2012-11-12.
  100. ^ "beanSpec | Free Development software downloads at". Sourceforge.net. http://sourceforge.net/projects/beans pec. Retrieved 2012-11-12.
  101. ^ "cucumber/cucumber-jvm · GitHub". Github.com. https://github.com/cucumber/cucumber- jvm. Retrieved 2012-11-12.
  102. ^ Spring Framework: Ch. 10 Testing
  103. ^ "mockito - simpler & better mocking - Google Project Hosting". Code.google.com. 2008-01-14. http://code.google.com/p/mockito/. Retrieved 2012-11-12.
  104. ^ "monolithed/Suitest · GitHub". Github.com. https://github.com/monolithed/Suitest. Retrieved 2012-11-12.
  105. ^ Authors:. "D.O.H.: Dojo Objective Harness — The Dojo Toolkit - Reference Guide". Dojotoolkit.org. http://www.dojotoolkit.org/reference- guide/util/doh.html. Retrieved 2012-11-12.
  106. ^ Steve Fenton. "JavaScript Enhance Test Framework - Steve Fenton : The Internet, Web Development, JavaScript, Photography". Steve Fenton. http://www.stevefenton.co.uk/Content/ JavaScript-Enhance-Test-Framework/. Retrieved 2012-11-12.
  107. ^ [9][dead link]
  108. ^ "Specification Frameworks and Tools". Valleyhighlands.com. 2010-11-26. http://www.valleyhighlands.com/testin gframeworks/. Retrieved 2012-11-12.
  109. ^ "YUI 2: YUI Test". Developer.yahoo.com. 2011-04-13. http://developer.yahoo.com/yui/yuites t/. Retrieved 2012-11-12.
  110. ^ http://jania.pe.kr/aw/moin.cgi/JSSpec
  111. ^ "Home — Scriptaculous Documentation". Github.com. http://github.com/madrobby/scriptacul ous/wikis/unit-testing. Retrieved 2012-11-12.
  112. ^ "nkallen/screw-unit · GitHub". Github.com. http://github.com/nkallen/screw-unit/ tree/master. Retrieved 2012-11-12.
  113. ^ TAP output can easily be transformed into JUnit XML via the CPAN module TAP::Formatter::JUnit.
  114. ^ "JSAN - Test.Simple". Openjsan.org. 2009-08-21. http://openjsan.org/doc/t/th/theory/T est/Simple/. Retrieved 2012-11-12.
  115. ^ "JSAN - Test.More 0.21". Openjsan.org. http://openjsan.org/doc/t/th/theory/T est/Simple/0.21/lib/Test/More.html. Retrieved 2012-11-12.
  116. ^ Bruce Williams <http://codefluency.com>, for Ruby Central <http://rubycentral.org>. "TestCase: Project Info". RubyForge. http://rubyforge.org/projects/testcas e/. Retrieved 2012-11-12.
  117. ^ "DouglasMeyer/test_it · GitHub". Github.com. http://github.com/DouglasMeyer/test_i t. Retrieved 2012-11-12.
  118. ^ TAP available with the latest repository version http://code.google.com/p/jsunity/sour ce/browse/trunk/jsunity/jsunity.js
  119. ^ "willurd/JSTest · GitHub". Github.com. http://github.com/willurd/JSTest. Retrieved 2012-11-12.
  120. ^ "rhinounit - Javascript Testing Framework using Rhino - Google Project Hosting". Code.google.com. http://code.google.com/p/rhinounit/. Retrieved 2012-11-12.
  121. ^ "jasproject - Javascript Agile Suite - Google Project Hosting". Code.google.com. http://code.google.com/p/jasproject/. Retrieved 2012-11-12.
  122. ^ "js-test-driver - Remote javascript console - Google Project Hosting". Code.google.com. http://code.google.com/p/js-test-driv er/. Retrieved 2012-11-12.
  123. ^ "caolan/nodeunit · GitHub". Github.com. https://github.com/caolan/nodeunit. Retrieved 2012-11-12.
  124. ^ "WebReflection/wru · GitHub". Github.com. https://github.com/WebReflection/wru. Retrieved 2012-11-12.
  125. ^ "The TeX Catalogue OnLine, Entry for qstest, Ctan Edition". Ctan.org. http://www.ctan.org/tex-archive/help/ Catalogue/entries/qstest.html. Retrieved 2012-11-12.
  126. ^ JKI  (2012-11-07). "VI Tester - Home Page - JKI Discussion Forums". Jkisoft.com. http://jkisoft.com/vi-tester. Retrieved 2012-11-12.
  127. ^ "Luaunit". Phil.freehackers.org. http://phil.freehackers.org/programs/ luaunit/index.html. Retrieved 2012-11-12.
  128. ^ "lunit - Unit Testing Framework for Lua - Homepage". Nessie.de. 2009-11-05. http://www.nessie.de/mroth/lunit/. Retrieved 2012-11-12.
  129. ^ "mlunit_2008a - File Exchange - MATLAB Central". Mathworks.com. http://www.mathworks.com/matlabcentra l/fileexchange/21888. Retrieved 2012-11-12.
  130. ^ [10][dead link]
  131. ^ "MUnit: a unit testing framework in Matlab - File Exchange - MATLAB Central". Mathworks.com. http://www.mathworks.com/matlabcentra l/fileexchange/loadFile.do?objectId=1 1306&objectType=File. Retrieved 2012-11-12.
  132. ^ "MATLAB xUnit Test Framework - File Exchange - MATLAB Central". Mathworks.com. http://www.mathworks.com/matlabcentra l/fileexchange/22846-matlab-xunit-tes t-framework. Retrieved 2012-11-12.
  133. ^ Smith, Thomas. "Doctest - embed testable examples in your function's help comments". https://bitbucket.org/tgs/doctest-for -matlab/overview. Retrieved 5 August 2011.
  134. ^ http://research.microsoft.com/en-us/p rojects/Pex
  135. ^ Next Page. "Ayende @ Rahien". Ayende.com. http://www.ayende.com/projects/rhino- mocks.aspx. Retrieved 2012-11-12.
  136. ^ "NET testing tools: Static code analysis, code review, unit testing with Parasoft dotTEST". Parasoft.com. http://www.parasoft.com/jsp/solutions /dotnet_solution.jsp?itemId=342. Retrieved 2012-11-12.
  137. ^ [11][dead link]
  138. ^ "unit testing - NUnit vs. MbUnit vs. MSTest vs. xUnit.net". Stack Overflow. http://stackoverflow.com/questions/26 1139/nunit-vs-mbunit-vs-mstest-vs-xun it-net. Retrieved 2012-11-12.
  139. ^ "gabriel/gh-unit · GitHub". Github.com. https://github.com/gabriel/gh-unit. Retrieved 2012-11-12.
  140. ^ philsquared (2012-06-02). "Home · philsquared/Catch Wiki · GitHub". Github.com. https://github.com/philsquared/Catch/ wiki/Catch-for-Objective-C. Retrieved 2012-11-12.
  141. ^ "pivotal/cedar · GitHub". Github.com. https://github.com/pivotal/cedar. Retrieved 2012-11-12.
  142. ^ "ObjcUnit". Oops.se. http://oops.se/objcunit/. Retrieved 2012-11-12.
  143. ^ "Sen:te - OCUnit". Sente.ch. http://www.sente.ch/software/ocunit/. Retrieved 2012-11-12.
  144. ^ "witebox - A more visually-oriented Unit Testing system exclusively for iPhone development! - Google Project Hosting". Code.google.com. http://code.google.com/p/witebox/. Retrieved 2012-11-12.
  145. ^ "FORT | Free Development software downloads at". Sourceforge.net. http://sourceforge.net/projects/fort. Retrieved 2012-11-12.
  146. ^ "Index". Camelos.sourceforge.net. http://camelos.sourceforge.net/fpcUni t.html. Retrieved 2012-11-12.
  147. ^ "Pascal TAP Unit Testing Suite | Free software downloads at". Sourceforge.net. http://sourceforge.net/projects/tap4p ascal. Retrieved 2012-11-12.
  148. ^ "graemeg/fptest · GitHub". Github.com. http://github.com/graemeg/fptest. Retrieved 2012-11-12.
  149. ^ [12][dead link]
  150. ^ "Test::Harness". search.cpan.org. http://search.cpan.org/perldoc/Test:: Harness. Retrieved 2012-11-12.
  151. ^ "Test::More". search.cpan.org. http://search.cpan.org/perldoc/Test:: More. Retrieved 2012-11-12.
  152. ^ "Test::Class". search.cpan.org. http://search.cpan.org/perldoc/Test:: Class. Retrieved 2012-11-12.
  153. ^ "Test::Builder". search.cpan.org. http://search.cpan.org/perldoc/Test:: Builder. Retrieved 2012-11-12.
  154. ^ "Test::Unit". search.cpan.org. http://search.cpan.org/perldoc/Test:: Unit. Retrieved 2012-11-12.
  155. ^ "Re: Test::Unit, ::Class, or ::Inline?". nntp.perl.org. http://www.nntp.perl.org/group/perl.q a/2005/02/msg3562.html. Retrieved 2012-11-12.
  156. ^ "Re: Test::Unit, ::Class, or ::Inline?". nntp.perl.org. http://www.nntp.perl.org/group/perl.q a/2005/02/msg3571.html. Retrieved 2012-11-12.
  157. ^ "Test::DBUnit". search.cpan.org. http://search.cpan.org/perldoc/Test:: DBUnit. Retrieved 2012-11-12.
  158. ^ "Test::Unit::Lite". search.cpan.org. http://search.cpan.org/perldoc/Test:: Unit::Lite. Retrieved 2012-11-12.
  159. ^ "Test::Able". search.cpan.org. http://search.cpan.org/perldoc/Test:: Able. Retrieved 2012-11-12.
  160. ^ "/tools/lime/trunk - symfony - Trac". Trac.symfony-project.com. http://trac.symfony-project.com/trac/ browser/tools/lime/trunk. Retrieved 2012-11-12.
  161. ^ "shiflett/testmore · GitHub". Shiflett.org. http://shiflett.org/code/test-more.ph p. Retrieved 2012-11-12.
  162. ^ "atoum/atoum · GitHub". Github.com. https://github.com/atoum/atoum. Retrieved 2012-11-12.
  163. ^ README. "jamm/Tester · GitHub". Github.com. https://github.com/jamm/Tester. Retrieved 2012-11-12.
  164. ^ "ptrofimov/phpinlinetest · GitHub". Github.com. https://github.com/ptrofimov/phpinlin etest. Retrieved 2012-11-12.
  165. ^ "Main | Quest Code Tester". Unittest.inside.quest.com. http://unittest.inside.quest.com/inde x.jspa. Retrieved 2012-11-12.
  166. ^ "Unit Testing with SQL Developer". Docs.oracle.com. http://docs.oracle.com/cd/E15846_01/d oc.21/e15222/unit_testing.htm. Retrieved 2012-11-12.
  167. ^ "pluto-test-framework - PL/SQL Unit Testing for Oracle - Google Project Hosting". Code.google.com. http://code.google.com/p/pluto-test-f ramework/. Retrieved 2012-11-12.
  168. ^ "rsim/ruby-plsql-spec · GitHub". Github.com. http://github.com/rsim/ruby-plsql-spe c. Retrieved 2012-11-12.
  169. ^ "pgtools | Free Development software downloads at". Sourceforge.net. http://sourceforge.net/projects/pgtoo ls/. Retrieved 2012-11-12.
  170. ^ "dkLab | Constructor | PGUnit: stored procedures unit-test framework for PostgreSQL 8.3". En.dklab.ru. http://en.dklab.ru/lib/dklab_pgunit/. Retrieved 2012-11-12.
  171. ^ "Internet Archive Wayback Machine". Web.archive.org. 2009-07-28. http://web.archive.org/web/2009072817 0628/http://geocities.com/pbunit/. Retrieved 2012-11-12.
  172. ^ "Prolog Unit Tests". Swi-prolog.org. http://www.swi-prolog.org/pldoc/packa ge/plunit.html. Retrieved 2012-11-12.
  173. ^ "Installation and quick start — nose 1.2.1 documentation". Somethingaboutorange.com. http://somethingaboutorange.com/mrl/p rojects/nose/. Retrieved 2012-11-12.
  174. ^ "TwistedTrial – Twisted". Twistedmatrix.com. http://twistedmatrix.com/trac/wiki/Tw istedTrial. Retrieved 2012-11-12.
  175. ^ "R Unit Test Framework | Free software downloads at". Sourceforge.net. http://sourceforge.net/projects/runit /. Retrieved 2012-11-12.
  176. ^ "CRAN - Package testthat". Cran.r-project.org. 2012-06-27. http://cran.r-project.org/web/package s/testthat/index.html. Retrieved 2012-11-12.
  177. ^ "3 RackUnit API". Docs.racket-lang.org. http://docs.racket-lang.org/rackunit/ api.html?q=rackunit. Retrieved 2012-11-12.
  178. ^ Neil Van Dyke. "Overeasy: Racket Language Test Engine". Neilvandyke.org. http://www.neilvandyke.org/overeasy/. Retrieved 2012-11-12.
  179. ^ "RBUnit is now Free!". LogicalVue. http://logicalvue.com/blog/2007/02/rb unit-is-now-free/. Retrieved 2012-11-12.
  180. ^ "Module: Test::Unit (Ruby 1.9.3)". Ruby-doc.org. 2012-11-08. http://www.ruby-doc.org/stdlib/libdoc /test/unit/rdoc/classes/Test/Unit.htm l. Retrieved 2012-11-12.
  181. ^ "Community, open source ruby on rails development". thoughtbot. http://www.thoughtbot.com/projects/sh oulda. Retrieved 2012-11-12.
  182. ^ "Documentation for minitest (2.0.2)". Rubydoc.info. http://rubydoc.info/gems/minitest/2.0 .2/frames. Retrieved 2012-11-12.
  183. ^ [13][dead link]
  184. ^ "Github page for TMF". Github.com. http://github.com/bowsersenior/tmf. Retrieved 2013-01-24.
  185. ^ "FUTS - Framework for Unit Testing SAS". ThotWave. http://thotwave.com/resources/futs-fr amework-unit-testing-sas/. Retrieved 2012-11-12.
  186. ^ "SclUnit". sasCommunity. 2008-10-26. http://www.sascommunity.org/mwiki/ind ex.php?title=SclUnit&redirect=no. Retrieved 2012-11-12.
  187. ^ "SASUnit | Free Development software downloads at". Sourceforge.net. https://sourceforge.net/projects/sasu nit/. Retrieved 2012-11-12.
  188. ^ "scunit - A unit testing framework for Scala. - Google Project Hosting". Code.google.com. http://code.google.com/p/scunit/. Retrieved 2012-11-12.
  189. ^ "specs - a BDD library for Scala - Google Project Hosting". Code.google.com. 2011-09-04. http://code.google.com/p/specs/. Retrieved 2012-11-12.
  190. ^ "scalacheck - A powerful tool for automatic unit testing - Google Project Hosting". Code.google.com. http://code.google.com/p/scalacheck/. Retrieved 2012-11-12.
  191. ^ "test_run - Launch tests". Help.scilab.org. 2011-11-21. http://help.scilab.org/docs/current/e n_US/test_run.html. Retrieved 2012-11-12.
  192. ^ main.ss. "PLaneT Package Repository : PLaneT > schematics > schemeunit.plt". Planet.plt-scheme.org. http://planet.plt-scheme.org/display. ss?package=schemeunit.plt&owner=s chematics. Retrieved 2012-11-12.
  193. ^ Neil Van Dyke. "Testeez: Lightweight Unit Test Mechanism for R5RS Scheme". Neilvandyke.org. http://www.neilvandyke.org/testeez/. Retrieved 2012-11-12.
  194. ^ "lehmannro/assert.sh · GitHub". Github.com. https://github.com/lehmannro/assert.s h. Retrieved 2012-11-12.
  195. ^ "sstephenson/bats · GitHub". Github.com. https://github.com/sstephenson/bats. Retrieved 2012-11-12.
  196. ^ "Roundup - Prevent shell bugs. (And: Are you a model Unix citizen?) - It's Bonus". Itsbonus.heroku.com. 2010-11-01. http://itsbonus.heroku.com/p/2010-11- 01-roundup. Retrieved 2012-11-12.
  197. ^ "shunit2 - shUnit2 - xUnit based unit testing for Unix shell scripts - Google Project Hosting". Code.google.com. http://code.google.com/p/shunit2/. Retrieved 2012-11-12.
  198. ^ Stefan Merten. "filterunit". Merten-home.de. http://www.merten-home.de/FreeSoftwar e/filterunit/. Retrieved 2012-11-12.
  199. ^ http://testanything.org/wiki/index.ph p/Tap-functions
  200. ^ http://mlunit.sourceforge.net/index.p hp/The_slUnit_Testing_Framework
  201. ^ "TSQLUnit". Sourceforge.net. http://sourceforge.net/apps/trac/tsql unit/. Retrieved 2012-11-12.
  202. ^ "Tcl Bundled Packages - tcltest manual page". Tcl.tk. http://www.tcl.tk/man/tcl8.4/TclCmd/t cltest.htm. Retrieved 2012-11-12.
  203. ^ "TclUnit | Free Development software downloads at". Sourceforge.net. http://sourceforge.net/projects/tclun it/. Retrieved 2012-11-12.
  204. ^ "t-unit - a unit test framework for the tcl programming language - Google Project Hosting". Code.google.com. http://code.google.com/p/t-unit/. Retrieved 2012-11-12.
  205. ^ Red Gate Software Ltd. "SQL Test - Unit Testing for SQL Server". Red-gate.com. http://www.red-gate.com/products/sql- development/sql-test/. Retrieved 2012-11-12.
  206. ^ "Download Visual Studio 2005 Team Edition for Database Professionals Add-on from Official Microsoft Download Center". Microsoft.com. 2007-01-08. http://www.microsoft.com/downloads/de tails.aspx?FamilyID=7DE00386-893D-414 2-A778-992B69D482AD&displaylang=e n. Retrieved 2012-11-12.
  207. ^ vassilvk (2012-06-15). "Home · vassilvk/slacker Wiki · GitHub". Github.com. http://github.com/vassilvk/slacker/wi ki/. Retrieved 2012-11-12.
  208. ^ "Vba Unit". C2.com. 2007-05-15. http://www.c2.com/cgi/wiki?VbaUnit. Retrieved 2012-11-12.
  209. ^ "excelvbaunit - xUnit type test harness for Excel VBA code - Google Project Hosting". Code.google.com. http://code.google.com/p/excelvbaunit /. Retrieved 2012-11-12.
  210. ^ "TinyUnit: The Simplest Unit Test Framework that Can Possibly Work". W-p.dds.nl. http://www.w-p.dds.nl/tinyunit.htm. Retrieved 2012-11-12.
  211. ^ "vl-unit - Visual Lisp Unit testing framework - Google Project Hosting". Code.google.com. http://code.google.com/p/vl-unit/. Retrieved 2012-11-12.
  212. ^ "RefleX". Reflex.gforge.inria.fr. http://reflex.gforge.inria.fr/xunit.h tml. Retrieved 2012-11-12.
  213. ^ "RefleX". Reflex.gforge.inria.fr. http://reflex.gforge.inria.fr/wunit.h tml. Retrieved 2012-11-12.
  214. ^ "vauto - Extensible - Data driven - Automation framework. - Google Project Hosting". Code.google.com. http://code.google.com/p/vauto/. Retrieved 2012-11-12.
  215. ^ "Apache Ant - Apache AntUnit". Ant.apache.org. 2011-08-16. http://ant.apache.org/antlibs/antunit /. Retrieved 2012-11-12.
  216. ^ White, L.J. (27-30 Sep 1993). "Test Manager: A regression testing tool". Software Maintenance ,1993. CSM-93, Proceedings., Conference on: 338. doi:10.1109/ICSM.1993.366928. http://ieeexplore.ieee.org/xpl/freeab s_all.jsp?arnumber=366928&fromcon. Retrieved 2012-11-12.

External links

(Sebelumnya) List of uncertainty propagatio ...List of Unix utilities (Berikutnya)