List of unit testing frameworks

Last updated

This is a list of notable test automation frameworks.

Contents

A framework is generally specific to a language or a set of highly related languages and therefore frameworks are organized as such here.

Many frameworks are labeled as xUnit due to certain similarities. This association is noted for each framework.

Columns (classification)

Languages

ABAP

Name xUnit SourceRemarks
ABAP Unit Yes [1] since SAP NetWeaver 2004
TEST.easy [2] since SAP NetWeaver 7.02 SP13

Active Server Pages (ASP)

Name xUnit SourceRemarks
ASPUnit [3]

Ada

Name xUnit SourceRemarks
AUnit [4]
AdaTEST 95No [5]
Ahven [6]
TBrun [7]
VectorCAST/AdaNo [8]
RTRT

AppleScript

Name xUnit SourceRemarks
ASUnitYes [9] Testing framework for AppleScript, influenced by SUnit, ASTest and Python unittest
ASTestYes [10] A testing framework for AppleScript

ASCET

Name xUnit SourceRemarks
TPT Yes [11] Model based physical stimulation and implemented stimulation

Bash

Name xUnit SourceRemarks
shUnit2Yes [12] an xUnit unit test framework for Bourne-based shell scripts
bats-core [13] Bats-Core: Bash Automated Testing System
ShellSpec [14] BDD style unit testing framework. Supports all POSIX compliant shells including Bash, Dash, Ksh and Zsh. Nestable blocks that realize local scope and easy mocking. Parallel execution. RSpec-like/TAP/JUnit XML Reporter. Code coverage integration. MIT license.
bash_unit [15] bash unit testing enterprise edition framework for professionals ! GPL-3.0 License
bach [16] Bach is a testing framework for Bash that provides the possibility to write unit tests for your Bash scripts.

BASIC

Visual Basic (VB6.0)

For unit testing frameworks for VB.NET, see .NET languages.

Name xUnit LicenseSourceRemarks
vbUnitCommercial [17] Visual Basic and COM objects
vbUnitFreeLGPL [18] Visual Basic and COM objects
VbaUnitBSD [19] Visual Basic for Applications
ExcelVbaUnitLGPL [20] Similar to VbaUnit, but specifically for testing Excel VBA (written as an Excel add-in)
TinyUnit [21] Visual Basic 6, VB .NET, and PHP5
SimplyVBUnitYesMIT [22] VB6 Unit Testing Framework modeled after the popular NUnit for .NET
VBLiteUnitBSD [23] Visual Basic and COM objects

Xojo (REALbasic)

Name xUnit SourceRemarks
RBUnitNo [24]
XojoUnitYes [25] Unit testing framework for Xojo that works with Desktop, Web and iOS project types.

Business Process Execution Language (BPEL)

Name xUnit SourceRemarks
BPELUnit [26]

C

Name xUnit TAP Fixtures Group fixturesGeneratorsYearSourceLicenseRemarks
AceUnitYesYes2007 [27] [28] BSD licenseIs JUnit 4.x style, easy, modular and flexible. It can be used in resource constrained environments, e.g., embedded software development, and PCs, workstations, servers (Windows and Unix).
AcuTestYesYes [29] MITSimple, straightforward, fast. Single .h file. Used in the Apache Portable Runtime Library. Renamed from CUTest.
API Sanity Checker YesYes (spectypes)Yes (spectypes)Yes2009 [30] [31] LGPLUnit test generator for C/C++ libraries. Can automatically generate reasonable input data for every API function.
Automated Testing Framework 2007 [32] [33] BSDOriginally developed for the NetBSD operating system but works well in most Unix-like platforms. Ability to install tests as part of a release.
BDD-for-CYes [34] MITBDD test framework with TAP output in a single header file.
Cantata++ NoYesYesYes [35] ProprietaryAutomated unit and integration testing tool for C. Certified testing for host or embedded systems. Code coverage and unique call interface control to simulate and intercept calls.
Catsrunner [36] GPLUnit testing framework for cross-platform embedded development.
CBDDYesYes [37] Apache Licenselibcbdd is a block-based Behavior-driven development library which allows for very readable tests. Tests are written inside main functions. Works only with clang and the libblocksruntime extension.
cfixYes [38] LGPLSpecialized for Windows development—both Win32 and NT kernel mode. Compatible to WinUnit.
CgreenYes [39] ISCUnit test framework including strict and loose mocks, auto-discovering of tests, suites, BDD-ish style notation, test protected against exceptions, "natural language" output, extensible reporter, learning mocks to discover actual values sent to a mock.
CHEATYes2012 [40] BSDHeader-only unit testing framework. Multi-platform. Supports running each test in a separate process. Works without needing to "register" test cases.
Check YesYesYesYes2001 [41] [42] LGPLCheck features a simple interface for defining unit tests, putting little in the way of the developer. Tests are run in a separate process, 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. Can output to multiple formats, like the TAP format, JUnit XML or SubUnit. Supports Linux, macOS, FreeBSD, Windows.
CmockaYesYesYesYes2012 [43] [44] Apache License 2.0CMocka is a test framework for C with support for mock objects. It's easy to use and setup. CMocka is forked from and a successor to cmockery, which was developed by Google but has been unmaintained for some time. Can output to multiple formats, like the TAP format, JUnit XML, or SubUnit.
CmockeryYes2008 [45] [46] Apache License 2.0 Google sponsored project.
CppUTestYesYesNoYes [47] 3-clause BSDLimited 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
CriterionYesYesYesYesYes [48] MITUnit testing framework with automatic test registration. Supports theories and parameterized tests. Each test is run in its own process, so signals and crashes can be reported. Can output to multiple formats, like the TAP format or JUnit XML. Supports Linux, macOS, FreeBSD, Windows.
CU [49] 3-clause BSDCU is a simple unit testing framework for handling automated tests in C.
CTestYesYesYes [50] Apache License 2.0Ctest is a framework with some special features: formatted output for easy parsing, easy to use.
CUnitYes2001 [51] LGPLOS independent (Windows, Linux, macOS, Solaris, HP-UX, AIX and probably others)
CUnit (CUnity Fork)Yes2018 [52] LGPLForked from CUnit in 2018 to provide ongoing development and support. OS independent (Windows, Linux, macOS, Solaris, HP-UX, AIX and probably others). Also supports output compatible with JUnit and in most cases can be a drop in replacement for CUnit.
CUnitWin32Yes [53] LGPLFor Win32. Minimalistic framework. Executes each test as a separate process.
CUTNo [54] BSD
CutterYes [55] LGPLA Unit Testing Framework for C.
EmbeddedUnitYesYes2003 [56] MITEmbedded C
EmbunitNo [57] ProprietaryCreate unit tests for C/C++ and Embedded C++
FCTXYes [58] BSDFast and complete unit testing framework all in one header. Declare and write your functions in one step. No dependencies. Cross-platform.
GLib TestingYesYes [59] Part of GLib
GUnit [60] for GNOME
HammockingYesYes [61] MITCreates gmocks for C code . Also creates custom code. Usecase: Testing of legacy code
lcutYesYesYes [62] Apache License 2.0a Lightweight C Unit Testing framework, including mock support
libcesterYesYesYesNoYes [63] MITA robust header only unit testing framework, for C and C++. Supports function mocking, memory leak detection, crash report. Works on various platforms including embedded systems and compatible with various compilers. Outputs to multiple format like TAP, JunitXML, TAPV13 or plain text.
LibUYesNo [64] BSDmultiplatform (Unix, Windows); explicit test case/suite dependencies; parallel and sandboxed execution; xml, txt and customizable report formatting.
Mimicc [65] ProprietaryFully automated mock generation for C and C++. Based on clang, provides the ability to compile header files straight into linkable mock object files and control them with an accompanying API.
MinUnit [66] MITextreme minimalist unit testing using 2 C macros
MutNoNoNoNo [67] MITAnother minimalistic framework for C and Unix. Single header file.
Nala [68] MITPowerful mocking. Clean API.
NovaProvaYesYesYesYes [69] Apache License 2.0Unit testing framework with automatic test registration. Supports mocking and stubbing. Each test is run in parallel with valgrind in its own process, so memory errors and signals can be caught. Supports Linux.
OpmockYesYesYesYes [70] 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.
Parasoft C/C++test YesYesYesYes [71] ProprietaryAutomated 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.
PicoTestYesYesYes [72] 3-clause BSDPicoTest is a single-file unit testing framework for C programs that follows the xUnit principles. It provides a CMake module definition for easier integration with other CMake projects.
RCUNITYesYesYes [73] 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.
RexoYesNoYesYesNo [74] Public domainFramework for C89/C++ featuring automatic registration of tests and a polished API.
RK TestYes [75] Public domainA single-header unit testing library closely mimicking Google Test, featuring self registering tests.
RTRT [76] Proprietary
SeaTestYesYes [77] MITSimple, pure C, unit testing framework
Smarttester [78] ProprietaryAutomated unit and integration testing, and code coverage
Sput [79] 2-clause BSD

Simple, portable C unit testing framework, single header file

STRIDEYesYesYesNo [80] ProprietaryEmbedded software quality solution that includes techniques for unit, API, Behavior & Integration testing as well as interactive reporting portal
TBrun Yes [7] ProprietaryAutomated unit and integration testing, and code coverage

Generators available across another component named TBExtreme

TauYesYesYesYesYes [81] MITA Micro Unit testing framework for C/C++. At ~1k lines of code, it is simpler, lighter and much faster than heavier frameworks like Googletest and Catch2. Includes a rich set of assertion macros, supports automatic test registration and can output to multiple formats, like the TAP format or JUnit XML. Supports Linux, macoOS, FreeBSD, Windows.
Tessy [82] ProprietaryAutomated unit and integration testing, and code coverage focused on embedded systems
TestApe [83] Test and mocking framework. Automatic default mocks for unresolved externals
Test Dept.Yes [84] GPLCan modify calls from software under test; e.g. test error conditions by stubbing malloc and letting it return null. Well documented
TF unit testYesYes2012 [85] GNU Lesser GPLPure C, supports test isolation in separate processes
TheftYes2014 [86] [87] ISCC library for property-based testing.
tinytestYes [88] ApacheStandalone, no dependencies, header-only.
TPT YesYesYesYes [11] Proprietary Time Partition Testing: Automated model based unit and integration testing for embedded systems. For C code under test, TPT supports automatic test frame generation including automatic interface analysis as well as automatic test execution, evaluation and logging.
UnityYesYes [89] MITLightweight and includes features for embedded development. Can work with Mocks and Exceptions via CMock and CException. Also integrated with test build environment Ceedling.
usfstlYesYes [90] BSDUser Space Firmware Simulation Testing Library. built on top of C Unit Testing framework, which allows mocking of any symbol in runtime to multiple implementations.
VectorCAST/CNoYesYesYes [91] ProprietaryAutomated unit and integration testing, and code coverage
Visual AssertYes [92] Unit-Testing Add-In for Visual Studio. Based on the cfix testing framework.
qcYes [93] FreeBSDqc is a C port of the QuickCheck unit test framework
xTests [94] BSDDepends on STLSoft C & C++ Libraries

C#

See .NET languages below.

C++

Name License xUnit Fixtures Group fixturesGenerators Mocks ExceptionsMacrosTemplatesGroupingSourceRemarks
AerynNoYesYesNoNoYesYesYesYes [95]
API Sanity Checker GNU LGPL YesYes (spectypes)Yes (spectypes)Yes [31] Unit test generator for C/C++ libraries. Can automatically generate reasonable input data for every API function. LGPL.
ATF BSD YesYesYesYes [33] Originally developed for the NetBSD operating system but works well in most Unix-like platforms. Ability to install tests as part of a release.
Bandit MIT No (describe/it)Yes (describe)Yes (Nested describe)NoNoYesYesNoYes (Nested describe) [96] Header only. Automatic test registration. Specifically developed for C++11
Boost Test Library Boost Yes [97] Yes [98] Yes [99] [100] YesWith additional library "Turtle" [101] YesUser decisionYesSuites and labels [102] Part of Boost. Powerful dataset concept for generating test cases. Different levels of fixtures (global, once per test suite, once per each test case in a suite). Powerful floating point comparison.
BugEye Boost NoNoNoNoNoYesNoNoYes [103] Header-only. TAP output.
QA Systems Cantata ProprietaryNoYesYesYesYesYesYesYesYes [35] Commercial. Automated unit and integration testing tool for C++. Certified testing for host or embedded systems. Code coverage and unique call interface control to simulate and intercept calls.
Casmine GPL 2.0 NoYesYesNoNoYesYesYesYes [104] C++17, modeled after the Jasmine testing framework, type-safe tests, auto-registration, BDD features, focused/disabled/pending tests, flexible configuration (JSON), colored console reporter, extendable, Windows/Linux/macOS
Catch or Catch2 Boost NoYesYesYesNoYesYesYesYes [105] Header only, no external dependencies, auto-registration, tdd and bdd features
CATCH-VC6NoYesYesYesNoYesYesYesYes [106] VC6 port of CATCH
cfixYesYesNoNoNoYesYesNo [38] Specialized for Windows development—both Win32 and NT kernel mode. Compatible to WinUnit.
CputYesYesYesYesYesYesNoSuites [107] Library and MS Visual Studio add-in to create and run unit tests. Open Source.
CPPOCL/test Apache 2 NoYesNoYesYes [108] Released Under Apache 2.0, compliant with C++ 98 and C++ 11. Works for Linux, Windows 32/64 bit using gcc, Cygwin, VS2005, VS2015. Header file only library. Provides ability to write performance tests in a similar way to unit tests. Has some support for reporting memory leaks.
CppTest GNU LGPL YesYesSuites [109] Released under LGPL
cpptest-lite MIT YesYesYesSuites [110] Released under MIT. Developed for C++11.
CppUnit GNU LGPL YesYesYesNoNoYesYesNoSuites [111] [112] Released under LGPL
Name License xUnit Fixtures Group fixturesGenerators Mocks ExceptionsMacrosTemplatesGroupingSourceRemarks
CppUTestYesYesYesNoYesNoYesNoSuites [47] 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
CppUnitLiteYesNoNoNoYesNoSuites [113]
CPUnitYesYesYesNoNoYesYesYesYes [114] Released under BSD.
Criterion MIT YesYesYesYesNoYesYesYesSuites [115] Unit testing framework with automatic test registration. Needs C++11 compiler support for the C++ API. Supports theories and parameterized tests. Each test is run in its own process, so signals and crashes can be reported. Can output to multiple formats, like the TAP format or JUnit XML. Supports Linux, macOS, FreeBSD, Windows.
libcester MIT YesYesYesYesYesYesYesNoFile [63] A robust header only unit testing framework for C and C++ programming language. Support function mocking, memory leak detection, crash report. Works on various platforms including embedded systems and compatible with various compilers. Outputs to multiple format like TAP, JunitXML, TAPV13 or plain text.
crpcutNoYesNoNoYesYesSuites within Suites [116] 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.
CUTEYesYesNoNoYesYesSuites [117] CUTE (C++ Unit Testing Easier) with Eclipse CDT integration. Single line include, without inheritance. Mock support is provided by Mockator.
cuteeNoNoNoNo [118]
CxxTestYesYesYesNoYes*OptionalYesNoSuites [119] Uses a C++ parser and code generator (requiring Python) for test registration. * Has framework to generate mocks of global functions, but not of objects.
doctest MIT [120] NoYesYesNoNoYesYesYesYes [121] Light, feature rich C++ single header testing framework
EmbunitNoNoYes [57] Commercial. Create unit tests for C/C++ and Embedded C++
Exercisix BSD NoNoNoNoNoYesYesYesExecutables [122] Goal: make adding tests as fast and easy as possible.
FakeIt MIT Yes [123] Use the latest C++11 features to create an expressive, yet very simple, API.
FCTXYesYesYesNoNoNoYesNoYes [124] Fast and complete unit testing framework all in one header. Declare and write your functions in one step. No dependencies. Cross platform.
FructoseNoYesNoYesNoYesYesYesNo [125] A simple unit test framework.
Name License xUnit Fixtures Group fixturesGenerators Mocks ExceptionsMacrosTemplatesGroupingSourceRemarks
Google C++ Mocking FrameworkYesNoYesYes [126]
Google Test BSD YesYesYesYesYesYes [127] 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.
Hestia MIT YesYesYesNoNoYesYesYesSuites [128] Open source. Can test servers, libraries, and applications, and embedded software. Outputs to stdout, text, html, or xml files. Has several assertions for messaging, warnings, and exceptions, as well as plain conditions.
HippomocksYesNoYesYes [129]
IglooYes (Contexts)NoNoNoYesYesYesYes (nested contexts) [130] BDD style unit testing in C++
lestNoYesNoNoNoYesYesYesNo [131] Tiny header-only C++11 test framework
liblittletestYesYesYesNoNoYesYesYesYes [132] Portable, one file header-only C++ library for unit testing. Supports a rich set of assertions, automatic test discovering, various options for running the tests.
libunittestYesYesYesNoNoYesYesYesYes [133] Portable C++ library for unit testing, uses C++11.
mettle BSD [134]
Microsoft Unit Testing Framework for C++ProprietaryYesYesYesNoNoYesYesYesYes [135] Commercial. Integrated into Microsoft Visual Studio 2012 IDE and later versions.
MimiccProprietaryYes [65] Fully automated mock generation for C and C++. Based on clang, provides the ability to compile header files straight into linkable mock object files and control them with an accompanying API.
MockatorYesNoYesYes [136] 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++/mockcppYesYesNoYesYesYesYesSuites [137] Simple testing framework for C++ (requires cmake)
mockitoppYes [138] A C++ mock object framework providing similar syntax to mockito for Java.
mockppYesYesYesYesYesYesYesSuites [139] A C++ mocking framework hosted by Google
Name License xUnit Fixtures Group fixturesGenerators Mocks ExceptionsMacrosTemplatesGroupingSourceRemarks
NanoCppUnitNoYesYesNoNoNoYesYesSuites [140] Proof-of-concept
NullUnitYesYesYesNoNoYesYesYesSuites [141] 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 [142] Uses shared libraries / DLLs
Opmock GNU GPL YesYesYesYesYesNoYesNoYes [70] 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.
Parasoft C/C++test ProprietaryYesYesYesYesYes with proper configurationYesYesYesYes [71] 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.
snitch Boost NoYesYesNoNoYesYesYesYes [143] Lightweight C++20 testing framework without heap allocations
QtTest GNU LGPL YesYesNoNoNoYes [144] NoNo [145] Built on the ultra cross platform Qt Library. Allows testing on Windows, macOS, Linux, BSD, Symbian, and any other platform Qt can build on.
QuickCheck++ [146] Framework for automatically generating tests. Inspired by QuickCheck
QuickTestNoNoNoNoNoYesYesYesNo [147]
RexoPublic domainYesYesYesNoNoNoYesNoYes [74] Framework for C89/C++ featuring automatic registration of tests and a polished API.
SafetyNetYesYesNoYesYesYesYesNoNo [148] 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
ShortCUTNoYes [149]
STRIDEProprietaryYesYesYesNoYesYesYesYesYes [150] Commercial. Embedded software quality solution that includes techniques for unit, API, Behavior & Integration testing as well as interactive reporting portal
Name License xUnit Fixtures Group fixturesGenerators Mocks ExceptionsMacrosTemplatesGroupingSourceRemarks
Symbian OS UnitYes [151] Based on CxxTest
TBrun Proprietary [152] Commercial.

Generators available across another component named TBExtreme

Tau MIT YesYesNoYesYesYes [153] A Micro Unit testing framework for C/C++ (~1k lines of code). Includes a rich set of assertion macros, supports automatic test registration and can output to multiple formats, like the TAP format or JUnit XML. Supports Linux, macOS, FreeBSD, Windows.
Tessy Proprietary [82] Commercial.
TDOGYesYesYesYesNoYesYesYesMacro (namespaces) [154] TDOG is a lightweight, portable and open source C++ xUnit Testing Framework.
Test soonNoYesYesYesNoAuto-detectYesYesMacro (namespaces) [155] Complex macro logic (deliberately)
Testwell CTA++ProprietaryYesNoNoYesNoYesYesYes [156] Commercial.
tpunit++YesYesNoNoOptionalYesYes [157] A simple, portable C++ xUnit library contained in a single header.
TPT ProprietaryYesYesYesYesNoNoDependsDependsYes [158] Time Partition Testing: Automated model based unit and integration testing for embedded systems. For C code under test, TPT supports automatic test frame generation including automatic interface analysis as well as automatic test execution, evaluation and logging.
Trompeloeil Boost Yes [159] Simple, yet powerful, single header framework for mocking. Requires C++14.
TUTNoNoYesNoNoYesYesYesTemplates [160] Based on templates. Automatic test registration/discovery, customizable reports generation process, various tests run options. Easy adaptable to work on Windows CE.
Typemock Isolator++YesYesYesYesYesYes [161] Commercial. Isolation/Mocking Framework for C/C++
Unit++ [162]
unit.hppNoYesNoYesNoYesYesNo [163] Extremely lightweight single header (<500loc) unit testing framework. It follows the spirit of D in regards to unit tests. Automatic test discovery. RAII style test setup that are reusable in SECTIONs (Similar to Catch).
UnitTest++NoYesYesNoYesYesYesSuites [164] UnitTest++ is free software. Simplicity, portability, speed, and small footprint are all important aspects of UnitTest++.
upp11YesYesNoNoNoYesYesYesYes [165] Free software. Minimal (single small header), auto test registrations, parametrized tests, etc. C++11 only.
UquoniTestProprietaryYesYesYesNoYesYesYesYesYes [166] Commercial. Adds features like easy creation of (reusable) test directories, Rich Booleans in assertions, and more.
μt Boost NoYesYesNoNoYesNoYesYes [167] C++20 single header/single module, macro-free μ(micro)/Unit Testing Framework with no dependencies.
VectorCAST/C++ProprietaryNoYesYesYesYesYesYesYesYes [91] Commercial. Automated unit and integration testing, and code coverage.
Visual AssertYesYesNoNoNoYesYesNo [92] Unit-Testing Add-In for Visual Studio. Based on the cfix testing framework.
WinUnit [168] Focused more toward C/C++ than .NET developers
Name License xUnit Fixtures Group fixturesGenerators Mocks ExceptionsMacrosTemplatesGroupingSourceRemarks
xTestsYesYes [94] Depends on STLSoft C & C++ Libraries
xUnit++YesYesYesYesYesYes,
Test setup only
YesYes,
Suites and Attributes
[169] Supports running tests concurrently. Macros are used for test setup only, not for test assertions.
tinytest Apache 2 YesYes [88] Standalone, no dependencies, header-only.
sTest MIT YesYesYesYes [170] Lightweight (one header file, uses standard library). Simple to use and write tests quickly (no need to: build special constructions, create objects, use scope, catch or throw exceptions). Counting, grouping and merging tests. Easy to modify output (separated logic from printing logs). Needs C++11.
Name License xUnit Fixtures Group fixturesGenerators Mocks ExceptionsMacrosTemplatesGroupingSourceRemarks

C for Graphics (Cg)

Name xUnit SourceRemarks
UnitTestCgNo [171] Pixel and Vertex Shaders supported.

COBOL

Name xUnit SourceRemarks
COBOLUnitYes [172] A simple, open source Unit testing framework to write and run repeatable tests in COBOL. Distributed under GNU General Public License.
cobol-unit-testNo [173] Enable isolated unit testing of individual paragraphs in COBOL programs, in a standalone environment with no connection to a z/OS system. Distributed under GNU General Public License.
ECBLUnitNo [174] Simple Unit Testing for z/OS written in IBM Enterprise COBOL. Distributed under GNU General Public License.
GCBLUnitNo [175] Simple Unit Testing for GnuCOBOL written in GnuCOBOL. Distributed under GNU General Public License.
savvytestNo [176] Commercial tool (rather than a framework) to edit and perform component tests on the IBM mainframe platform
Topaz for Total TestNo [177] Commercial tool (rather than a framework) to automatically create and execute mainframe unit tests; provide data stubbing; provide default test assertions that can be changed and more.
zUnitYes [178] Commercial framework on the IBM mainframe platform
mfunit (MFU)Yes [179] Commercial framework for testing Micro Focus COBOL programs on the Windows/Unix platforms
CC AnalyzerNoCommercial Code Coverage Analysis tool. Supports IBM mainframe, Windows, Unix platforms

ColdFusion (CFML)

Name xUnit SourceRemarks
CFUnit
cfcUnitYes
MXUnitYes [180] Unit Test Framework with Eclipse and Sublime Text Plugins for CFML on ColdFusion, Railo, and Lucee
TestBoxYesxUnit and Behavior Driven Testing Framework for CFML ColdFusion, Railo, and Lucee
MockBoxNoMocking/Stubbing Framework for CFML (ColdFusion)

Crystal

Name xUnit SourceRemarks
Crotest [181] MIT License. A tiny and simple test framework for Crystal with common assertions and no pollution into Object class.

Curl

Name xUnit SourceRemarks
CurlUnit [182]

DataFlex

Name xUnit SourceRemarks
DFUnitYes [183]

Delphi

Name License SourceRemarks
DUnit "AS IS" [184] Support FastMM4
DUnitX Apache 2.0 [185] Support FastMM4, FastMM5, Delphi-Mocks

ECMAScript

ActionScript, Apache Flex

Name xUnit SourceRemarks
FlexUni [186]
Breeze Test [187] Simple Unit Testing for AIR
FlexUnit 4Yes [188] Metadata-driven unit testing for Flex 2,3 and 4 and ActionScript 3 projects
Reflex Unit [189] Metadata-driven unit testing framework for Flex 2 and 3
ASTUceYes [190] Unit testing for ActionScript 3 (also JavaScript, ActionScript 1 & 2), that can also run on the command-line with a cross-platform executable (supports macOS, Linux, Windows)
AsUnit [191] Flash Players 6, 7, 8, 9 and 10
dpUInt [192] Unit and Integration testing framework for Flex 2 and 3
Fluint [193] Unit and Integration testing framework for Flex 2 and 3
morefluent [194] More fluent testing of asynchronous behaviors in Flex
mojotestYes [195] (under development) Unit testing for ActionScript 3, Flash Player 10

Haxe

Name xUnit SourceRemarks
munit [196] Produces HTML reports for multiple compile targets including JavaScript, ActionScript and C++
hexUnit [197]

JavaScript

Name xUnit TAP Client-side Server-side SourceRemarks
AVAYesYesNoYes [198] Futuristic JavaScript test runner
SuitestYesYes [199] [OBSOLETE]: Suitest is a powerful and easy-to-use JavaScript BDD test suite
DOHYesYes [200] Dojo Objective Harness that can be run in-browser or independently via Rhino
LBRTW UTNoYesNo [201] [202] Developed as a learning project
JSUnit YesNoYesNo [203] JSUnit is no longer actively maintained
Enhance JSYesNoYesNo [204] Port of Enhance PHP
QUnit YesYesYes [205] jQuery test harness
Unit.js CompatibleYesYesYes [206] Unit testing framework for javascript and Node.js. Unit.js works with any unit testing framework and assertion libraries. Multiple assertions styles: TDD, BDD, spec (provides a spec documentation generator), expect, ...
RhUnitYesYes [207] QUnit compatible Rhino/JUnit framework
CrosscheckNoYes [208] Browserless Java-based framework
J3UnitYesNo [209]
Mocha YesYesYesYes [210] JavaScript test framework running on node.js
internNoYesYesYes [211]
JSNUnitYesNo [212]
YUI TestYesYesYesYes [213]
JSSpecYesNo [214] Behaviour-driven development framework
UnitTestingYesNo [215] script.aculo.us javascript test harness
JSpecYesYes [216] Highly readable BDD, 50+ matchers, DOM / framework independent, async, rhino, node.js support and more (no longer maintained)
Jasmine YesYes [217] BDD, framework independent, easy integration with Ruby projects and continuous builds. Allows for both DOM-less testing and asynchronous testing.
screw-unitYesNo [218] Requires jQuery
TapeYesYesYesYes [219] TAP-producing test harness for node and browsers
teenytestYesYesNoYes [220] Zero-API minimal test runner
Test.SimpleNo [221] YesYesNo [222] Write TAP-emitting unit tests in JavaScript and run them in your browser.
Test.MoreNo[1]YesYesNo [223] Write TAP-emitting unit tests in JavaScript and run them in your web browser.
TestCaseYesNo [224]
TestItYesYes [225] Light-weight, non-polluting, and easy to set up and use
testdouble.jsCompatibleYesYes [226] Opinionated test double (e.g. mock/spy/stub) library, compatible with any test framework
jsUnitTestYesYes [227] Based on TestCase but without the Prototype dependency
JSTestYesNo [228] Light-weight, non-polluting browser-based framework
JSTest.NETNoYes [229] Browserless JavaScript unit test runner for use with MsTest, XUnit, NUnit, etc.
jsUnityYesNoYesYes [230] Context-agnostic (JavaScript, JScript (ASP/WSH), Rhino, etc.)
RhinoUnitNoYes [231] Rhino-based framework that allows tests to be run in Ant
JasUnitYesNoYesNo [232] Light-weight framework. Part of a project that provides Mocks and IoC.
FireUnitYesNo [233] Testing framework that provides logging and viewing within a new tab of Firebug.
Js-test-driverYesYesNo [234] 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-runnerNoYesYes [235] 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.jsCompatibleYesYes [236] Standalone test spies, stubs and mocks for JavaScript. No dependencies, works with any unit testing framework.
SOAtest NoYesNo [237] 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.
VowsNoYes [238]
NodeunitYesYes [239] Asynchronous Javascript testing framework
TyrtleYesYes [240] Testing framework which allows expressive assertions and interactive test output
wruCompatibleYesYes [241] 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 [242] BDD/xUnit, assertions, expectations, browser/server, extendable with tools like linting and other QA measures, highly configurable, well documented and actively developed
LighttestYesYes [243] Minimalistic testing library, supports flow control, focused on keeping the tests clear
ChaiYesYes [244] BDD / TDD assertion library for node and the browser that can be delightfully paired with any javascript testing framework.
JSUSYesNo [245] A simple JavaScript Unit teSting tool
Wallaby.jsYesYes [246] Commercial. Continuous test runner that reports code coverage and other results directly to the code editor immediately as the code changes. Supports AVA, Jasmine, Mocha, QUnit, Jest, Babel, Webpack, Browserify, CoffeeScript, TypeScript.
fast-checkYesYes [247] Property Based Testing framework, similar to QuickCheck.
unexpectedYesYes [248] The extensible BDD assertion toolkit.
JestYesYes [249] A delightful JavaScript Testing Framework with a focus on simplicity.
CentiTF YesYes [250] Very small but powerful JavaScript unit test framework (129 lines of code, 2.3KB zipped).
RITEwayNoYesYesYes [251] Simple, readable, helpful unit tests. See [252]

Erlang

Name xUnit FixturesGroup FixturesGeneratorsSourceRemarks
EUnitYesYesYesYes [253] Included in Erlang release R12B5 and later

F#

Name xUnit SourceRemarks
FoqNo [254] Lightweight type-safe and thread-safe mock object library for F# with C# and VB.Net support.
FsCheckNo [255] Random testing (Fuzzing) combinator library based on QuickCheck for Haskell.
FsMocksNo [256] F# mock library based on Rhino.Mocks.
FsTestYes [257] Domain specific language for writing language-oriented programming specifications in F#. Based on FsUnit syntax, but targeting xUnit.net.
FsUnitNo [258] Stand-alone Behavior Driven Development framework, with natural syntax for writing specifications.
NaturalSpecNo [259] Domain specific language for writing specifications in a natural language. Based on NUnit.
UnquoteYes [260] 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 languages, elsewhere on this page.

Fortran

Name xUnit FixturesGroup fixturesGeneratorsMPIOpenMPSourceRemarks
FUnit YesYesYesNo [261] Minimum Fortran plus assertions and boiler plate expanded via Ruby.
FRUITYesYesYesYes [262] 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 [263]
pFUnit YesYesYesYesYesYes [264] Supports testing of MPI and OpenMP based procedures. A fully object-oriented implementation using Fortran 2003 is now available. In use with a range of legacy and new Fortran code.
ObjexxFTK:UnitTest [265] User writes Fortran tests: Python script automatically finds all tests and generates the Fortran test driver. Supports F77-F2003. Assertion support and string and array libs included.
ZofuYes [266]

Go

Name xUnit SourceRemarks
go test [267] 'Go test' automates testing the packages named by the import paths.
go2xunitYes [268] Converts go test -v (or gocheck -vv) output to xunit or xunit.net compatible XML output (used in Jenkins/Hudson).

Groovy

All entries under Java may also be used in Groovy.

Name xUnit SourceRemarks
easyb [269] BDD
Spock Yes [270] BDD with built-in Mocking and Spy capabilities.
GmockYes [271] Mocking Framework

Haskell

Name xUnit SourceRemarks
HUnitYes [272]
HUnit-PlusYes [273]
QuickCheck No [274] QuickCheck
SmallCheckNo [275] Exhaustive analysis test of "small" example data.
Hspec [276] RSpec-style BDD framework for Haskell that integrates with QuickCheck and HUnit.
chuchuNo [277] Cucumber-style acceptance testing framework for Haskell
bddNo [278] Internal domain-specific language for testing programs using Behavior-Driven Development process
test-frameworkYes [279] Framework for running and organising tests, with HUnit and QuickCheck support
HTFYes [280] Top-level module that re-exports functionality from sub-modules. Modules that only define unit tests and quickcheck properties typically only need to import this module. Your test driver should additionally import TestManager and, if needed, BlackBoxTest.

High-Level Shader Language (HLSL)

Name xUnit SourceRemarks
UnitTestCgNo [171] Pixel and Vertex Shaders supported.

IGOR Pro

NameTAP xUnit FixturesGroup fixturesSourceRemarks
UTFYesYesYesYes [281] Compatible with versions 6/7/8

Interactive Data Language (IDL)

Name xUnit SourceRemarks
MGunitYes [282]
white paper [283] Only a white paper, not a framework

Internet

Name xUnit SourceRemarks
HtmlUnit [284] Java headless browser emulator
HttpUnit Testing framework for web applications, typically used in combination with JUnit
IEUnit [285] Testing framework for web applications, based on IE browser and JavaScript
Canoo WebTest [286] Open source framework based on HtmlUnit. Support both XML-like or Groovy syntax in scripting.
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 [287] Open source web service testing platform for service-oriented architectures.
SOAtest [288] [237] Commercial. API testing platform whose record/playback runs in most modern web browsers to test webpages. Supports Selenium WebDriver.
Traffic Parrot [289] An API simulation and Service virtualization platform supporting several protocols and APIs. Allows for testing components in isolation.

Java

Name xUnit SourceRemarks
AgitarYes [290] Automates creation of thorough JUnit tests in code
ArtosYes [291] Open source framework for writing Unit, Integration and functional tests. It includes pre-configured logging framework and extent reports, utilities to write flow for manual/semi-automated testing. It supports BDD testing using cucumber scripts.
ArquillianYes [292] Open source framework for writing Integration and functional tests. It includes Arquillian graphene, Drone and Selenium to write tests to the visual layer too.
AssertJ [293] Fluent assertions for java
beanSpec [294] Behavior-driven development
BeanTestNo [295] A tiny Java web test framework built to use WebDriver/HTMLUnit within BeanShell scripts
Cactus A JUnit extension for testing Java EE and web applications. Cactus tests are executed inside the Java EE/web container.
Concordion [296] Acceptance test-driven development, Behavior-driven development, Specification by example
Concutest [297] A framework for testing concurrent programs
Cucumber-JVM [298] Behavior-driven development replaces deprecated JRuby-based Cuke4Duke
Cuppa [299] Behavior-driven development framework for Java 8
DbUnit [300] A JUnit extension to perform unit testing with database-driven programs
EasyMock [301] A mock framework [302]
EtlUnitYes [303] A unit testing framework for Extract-Transform-Load processes, written in Java. Capable of testing Oracle, Informatica, SqlServer, PostGreSQL, MySQL, etc. [304]
EvoSuite [305] A test case generation tool that can automatically generate JUnit tests.
GrandTestAuto [306] 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.
GroboUtils [307] A JUnit extension providing automated documentation, class hierarchy unit testing, code coverage, and multi-threaded tests.
Hamcrest [308] Creating customized assertion matchers that can be used together with unit testing frameworks
HavaRunnerYes [309] A JUnit runner with built-in concurrency support, suites and scenarios.
Instinct [310] Behavior-driven development
Java Server-Side Testing framework (JSST) [311] 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 with any testing framework.
JBehave [312] Behavior-driven development
JDave [313] Behavior-driven development
JExampleYes [314] A JUnit extension that uses dependencies between test cases to reduce code duplication and improves defect localization.
JGiven [315] Behavior-driven development
JMock [316] A mock framework
JMockit [317] Open source framework. Tests can easily be written that will mock final classes, static methods, constructors, and so on. There are no limitations.
JnarioYes [318] Behavior-driven development like Cucumber
jqwik [319] JUnit 5 test engine for Property-based Testing
Jtest Yes [320] Commercial. Automated unit/component test generation and execution with code coverage and runtime error detection. Also provides static analysis and peer code review.
Jukito [321] Combines Mockito and Google Guice to allow automatic mocking and instantiation of dependencies
JUnit Yes [322]
JUnitEE [323] A JUnit extension for testing Java EE applications
JWalk [324] Fast, semi-automatic creation of exhaustive unit test-sets
Mockito [325] A mock framework, using the library
Mockrunner [326] A JUnit extension for testing testing servlets, filters, tag classes and Struts actions and forms.
Needle [327] Open source framework for testing Java EE components outside of the container in isolation.
NUTester [328] Testing framework developed at Northeastern University to aid in teaching introductory computer science courses in Java
OpenPojo [329] Open source framework used to validate and enforce POJO behavior as well as manage identity - equals, hashCode & toString.
PowerMock [330] An extension to both Mockito and EasyMock that allows mocking of static methods, constructors, final classes and methods, private methods, removal of static initializers and more.
RandoopYes [331] Automatically finds bugs and generates unit tests for Java, via feedback-directed random testing (a variant of Fuzzing).
Spock [332] Spock is a testing and specification framework for Java and Groovy applications. Spock supports specification by example and BDD style testing.
SpryTestYes [333] Commercial. Automated Unit Testing Framework for Java
SureAssert [334] An integrated Java unit testing solution for Eclipse. Contract-First Design and test-driven development
Tacinga [335] Uses a pure object-oriented programming approach and offers a commercial license and free support.
TestNG Yes [336] Tests can include unit tests, functional tests, and integration tests. Has facilities to create even non-functional tests (as loading tests, timed tests). [337] [338]
Unitils [339] 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.
XMLUnit [340] JUnit and NUnit testing for XML

LabVIEW

Name xUnit SourceRemarks
LabVIEW Unit Test FrameworkNoGenerate test harnesses for VIs in LabVIEW automatically.
VI TesterYes [341] native LabVIEW object-oriented implementation of xUnit framework. Unit tests are written as VIs in LabVIEW.
CarayaYes [342] native LabVIEW implementation of xUnit framework.
InstaCoverageYes [343] LabVIEW unit testing framework with fast code coverage measurement.

Lasso

Name xUnit SourceRemarks
L-Unit [344]

LaTeX

Name xUnit SourceRemarks
qstest [345]

Lisp

AutoLISP, Visual Lisp

Name xUnit SourceRemarks
vl-unit [346] Unit testing framework for Visual Lisp.

Clojure

Name xUnit SourceRemarks
clojure.test (built-in)Yes [347]
ExpectationsYes [348]
Midje [349]
SpecljYes [350]
test.check [351]

Common Lisp

Name xUnit SourceRemarks
CLUnit [352]
CyberTiggyr Test [353]
FiveAMNo [354]
FReT [355]
grand-prix [356]
HEUTE [357]
LIFT [358]
lisp-unit [359]
prove [360]
RT [361]
stefil [362]
XLUnit [363]

Emacs Lisp

Name xUnit SourceRemarks
Buttercup [364]
ElUnit [365]
elk-testNo [366]
Unit-test.el [367]

Racket

Name xUnit SourceRemarks
rackunitYes [368] Open source
OvereasyNo [369] Open source

Scheme

Name xUnit SourceRemarks
SchemeUnitYes [370]
TesteezNo [371]
SRFI-64No [372]

Lua

Name xUnit TAP SourceRemarks
lua-TestMoreNoYes [373] Port of Perl Test::More
LuaUnitYesYes [374]
lunitNoNo [375]

MATLAB

Name xUnit SourceRemarks
mlUnitYes [376]
mlUnit 2008aYes [377]
Legland's MUnit [378] Inspired Lombardi's MUnit
Lombardi's MUnit [379] Similar to xUnit
MATLAB xUnit Test FrameworkYes [380] 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 documentation [381] Allows automated test cases to be put in the documentation, so use 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 one line test-cases and its exception handling facility cannot handle exceptions generated after other output. [382]
matlab.unittestYesMATLAB documentation [383] Included as part of MATLAB R2013a
MOxUnitYesGitHub repository [384] Works for both MATLAB and GNU Octave. Uses old-style OOP features and is compatible with the MATLAB xUnit Test Framework. Can be used with the Travis-ci and Shippable continuous integration services (example), and integrates with MOcov to provide code coverage reports either offline or through coveralls.io(example).
TTESTNoGitlab repository [384] Works for both MATLAB and GNU Octave. Consists of an assertion framework and tools for refactoring. Framework is targeted at scientific code and scientific people.

.NET

Name xUnit SourceRemarks
AtataYes [385] Test automation full featured framework based on Selenium WebDriver.
csUnit Yesincludes 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 [386] A .NET 2.0 unit testing framework for database access code
ErrorUnit [387] Generates Unit Tests from logged error's, or paused Visual Studio's call stack; Mocks parameters, class values, EF Data accessed so far.
FixieYes [388] Based on NUnit and xUnit, with an emphasis on customization through user-defined conventions. Integrates with TestDriven.NET.
FluentAssertionsYes
FoqNo [254] Lightweight type-safe and thread-safe mock object library for F# with C# support.
Gallio [389] Extensible, and neutral automation platform that provides a common object model, runtime services and tools (such as test runners) that may be leveraged by many test frameworks.
LightBDDYes [390] Lightweight Behavior Driven Development test framework
MbUnitYes [391] Extensible, model-based nUnit compatible framework. Part of the Gallio Test Automation Platform.
MoqYes [392] Moq is a .NET Framework library for creating mock objects. It leverages C# 3.0 lambda expressions, typically used in Test Driven Development.
MSTest NoA 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 [259] Domain-specific language for writing specifications in a natural language. Based on NUnit.
NBiYes [393] Data centric test framework specialized for the Microsoft Business Intelligence platform. Tests equivalence of result sets based on SQL, MDX or DAX queries, performance, syntax, structure and dimensions' members (Multidimensional and Tabular SSAS). Includes a tests generator.
NFluent [394] Fluent assertion library, to be used on top of any testing framework. Make tests easier to read and generate rich error messages on test failure.
NMate [395] NUnit and PartCover Code Generation and integration Addin for Microsoft Visual Studio 2005/2008
Nuclear.TestNo [396] Command line based unit test platform that can handle .NETStandard and other flavors of .NET, integrates into Visual Studio as external Tool.
NUnit Yesincludes GUI, command line, integrates into Visual Studio with ReSharper
NUnitAsp Based on NUnit
PexYes [397] 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 [398] 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 [399] Implement unit tests without coding. Minimalist approach to test driven development.
Randoop.NETYes [400] Automatically finds bugs and generates unit tests for .NET, via feedback-directed random testing (a variant of Fuzzing).
Rhino MocksYes [401] A dynamic mock object framework for the .NET framework.
RoasterYes [402] NUnit-based framework and tools for the .NET Compact Framework
SpecFlow Yes [403] Behavior Driven Development framework for .NET. Inspired by Cucumber. Integrates with NUnit, MSTest, MbUnit, and others.
SpecterYes [404] Behavior-driven development with an easy and readable syntax for writing specifications. Includes command line, optional integration with NUnit
TestDriven.NET [405] Commercial
.TESTYes [406] Commercial. Automated software quality solution that includes unit test generation and execution as well as reporting industry standard code coverage.
TickSpecYes [407] 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.
TPT Yes [11] Time Partition Testing (TPT) is a tool for model-based testing of embedded systems that provides a .NET-API for the TPT-VM for testing controller software.
Typemock IsolatorYes [408] Commercial unit testing framework with simple API and test code generation features, supports C#, ASP.NET, SharePoint, Silverlight.
Visual Studio NoThe 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. Starting with Visual Studio Express 2013, it is included with Visual Studio Express editions.
Visual T#Yes [409] 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.net Yes [410]

Object Pascal, Free Pascal

Name xUnit TAP SourceRemarks
FPCUnitYesNo [411] This is a port to Free Pascal of the JUnit core framework.
Tap4PascalNoYes [412] A Pascal implementation of the Test Anything Protocol
FPTestYesNo [413] This is a fork of DUnit2, for use with the Free Pascal compiler.

Delphi

Name xUnit SourceLicenseRemarks
DUnit Yes [414] MPL -
DUnit2Yes [415] -
DUnitXYes [416] Apache License -
DUnitmYes [417] Single Unit, Classless framework.

Objective-C

Name xUnit SourceRemarks
GHUnitYes [418] An easy to integrate, use and visual test framework for simulator and devices.
CATCHNo [419] A modern, fully featured, unit test framework with no external dependencies - all implemented in headers
Cedar [420] BDD for Objective-C
Kiwi [421] RSpec-style BDD for Objective-C with support for mocks and stubs.
Specta [422] A light-weight TDD / BDD framework for Objective-C & Cocoa.
Quick [423] A behavior-driven development test framework for Swift and Objective-C.
ObjcUnit [424]
OCUnit Yes [425] Comes with Xcode. Fully integrated with Xcode 4.
WiteBox for iPhone [426] For iPhone only unit testing, provides visual feedback, hierarchical results display, and test durations.
WOTest [427]
XCTestYes [428] Supports iOS, macOS. Requires Xcode 5. Derived from OCUnit.

OCaml

Name xUnit TAP SourceRemarks
Alcotest [429]
OUnit [430] Based on HUnit, which is based on JUnit
Kaputt [431]
TestSimpleYes [432] Generates TAP
FORT [433]

PegaRULES Process Commander

Name xUnit SourceRemarks
PRUnitYes [434] xUnit style testing adapted to PRPC

Perl

Name xUnit TAP SourceRemarks
TAP N/AYes [435] The Test Anything Protocol used by most Perl tests
Test::HarnessN/AYes [436] The standard Perl test runner and TAP parser
Test::More NoYes [437] The baseline testing module, included with all modern Perl installations
Test::ClassYesYes [438] xUnit style testing adapted to Perl
Test::Class::MooseYesYes [439] xUnit testing for large-scale tests suites.
Test::BuilderN/AYes [440] A module for making more testing modules. These modules can be combined in a single test program
Test::Unit (a.k.a. PerlUnit)YesNo [441] [442] a fairly straight port of JUnit to the Perl programming language. Note: This code seems to be abandoned as noted here [443] and here. [444]
Test::DBUnitN/AYes [445] The database testing modules for both clear box and black box testing
Test::Unit::LiteYesYes (via Test::Unit::HarnessUnit) [446] Test::Unit replacement without external dependencies and with some bugs fixed
Test::AbleYesYes [447] xUnit style testing with Moose

PHP

Name xUnit TAP SourceRemarks
PHPUnit YesYes [448] Produces XML, HTML reports with code coverage
PHP Unit Testing FrameworkYesNo [449] It produces ASCII, XML or XHTML output and runs from the command line.
lime NoYes [450] Sub-project of Symfony
LensYesYes [451] An invisible framework with readable tests that catch everything.
AtoumYesYes [452] A modern, simple and intuitive PHP 5.3+ unit testing framework.
SimpleTestYesNo [453] Unit test framework for both PHP and web
TestilenceYesNo [454] last updated in 2009
Apache-TestNoYes [455] PHP implementation of Test::More (test-more.php) [456]
SnapTestYesYes [457] 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.
OnionTestNoYesWrite an Onion! No coding needed just some txt files.
Enhance PHPYesYes [458] 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.
TesterYesYes [459] PHP library for unit-testing (in console and browser), simplified variant of PHPUnit. With ability to handle errors and exceptions in tests.
PhpInlineTestNoNo [460] PhpInlineTest - script to run inline tests for PHP functions and class methods.
PHPSpecNoNo [461] A BDD style testing framework.
Nette TesterYesYes [462] Sub-project of Nette Framework
KahlanYesNo [463] Unit/BDD PHP Test Framework with Monkey Patching & Stubbing capabilities
CodeceptionYesYes [464] PHP testing framework, supports unit, functional and acceptance tests automation. written on top of PHPUnit. Codeception tests are written in a descriptive manner using a simple PHP DSL. Supports re-use, modules and addons. Also supports BDD style approach from the box.
Pest [465] Build on top of on PHPUnit with a focus on simplicity.

PowerBuilder

Name xUnit SourceRemarks
PBUnit [466]

PowerShell

Name xUnit SourceRemarks
PesterNo [467] a BDD and unit testing framework for PowerShell

OpenEdge Advanced Business Language (ABL), Progress 4GL

Name xUnit SourceRemarks
proUnitYes [468] xUnit-style framework for Progress OpenEdge procedures and objects
OEUnitYes [469] xUnit-style framework for Progress OpenEdge procedures and objects

Prolog

Name xUnit SourceRemarks
PlUnit [470]
Dogelog Tester [471] Provides dump of testresults for different systems, and fusion into single HTML reports

Logtalk

Name xUnit SourceRemarks
lgtunitYes [472] Supports code coverage at the predicate clause level, QuickCheck, plus TAP and xUnit output formats.

Puppet

Name xUnit SourceRemarks
Rspec-puppet [473] Rspec-puppet tests the behaviour of Puppet when it compiles a catalog

Python

Name xUnit GeneratorsFixturesGroup FixturesSourceRemarks
AutotestYesYes [474] Used for Linux kernel testing.
unittestYesYesYesNo [475] Sometimes referred to as PyUnit, has been included in Python standard library from Python version 2.1.
Doctest NoNoNoNoNoPart of Python's standard library.
NoseYesYesYes [476] A discovery-based unittest extension.
Pytest YesYesYesYes [477] Distributed testing tool. Can output to multiple formats, like the TAP format, JUnit XML or SubUnit.
htfYesYesYesYes [478] Professional testing tool. Can output to multiple formats. Focus on reporting. Industry ready. Usable for hardware in the loop testing. Part of Hilster's QABench. Free community-license.
TwistedTrialYesYesYesNo [479] PyUnit extensions for asynchronous and event-driven code.
Should DSLYesYesYesYes [480] Distributed testing tool.
GreenYesYesYesNo [481] Python test runner.

R

Name xUnit SourceRemarks
RUnitNo [482] Open source
testthatYes [483] Open source
tinytestYes [484] Open source

Rebol

Name xUnit SourceRemarks
Runit [485]

RPG

Name xUnit SourceRemarks
RPGUnitYes [486]

Ruby

Name xUnit SourceRemarks
Test::UnitYes [487] Default in Ruby 1.8, deprecated from 2.2. [488] [489] It was only a wrapper of minitest. [490]
RSpec Behaviour-driven development framework
Shoulda [491]
microtest
Bacon
minitestYes [492] [493] Ruby Gem by Ryan Davis. Default in Ruby >= 1.9, independent gem since 2.2. [488] Recommended by official documentation. [490]
TMF [494]

SAS (Statistical Analysis System)

Name xUnit SourceRemarks
FUTSYes [495] the Framework for Unit Testing SAS
SCLUnitYes [496] SAS/AF implementation of the xUnit unit testing framework SAS
SASUnitYes [497] completely written in SAS, runs with SAS on Windows and Linux

Scala

Name xUnit SourceRemarks
Rehersal [498] with JMock like Expectations and natural language test names.
ScalaCheckNo [499] Similar to QuickCheck.
ScalaTest [500] Scalable Test Framework - supports different styles of testing: TDD, BDD, and more. Supports Scala.js.
ScUnit [501] JUnit-style testing with fixture method injection and matchers for assertion.
specs2 [502] Behavior Driven Development
µTest [503] Supports Scala.js

Scilab

Name xUnit SourceRemarks
Scilab test_runYes [504] Provided by default by Scilab

Shell

Name xUnit SourceRemarks
assert.sh [505] LGPL licensed. Lightweight.
bash_unit [506] bash unit testing enterprise edition framework for professionals. GPL-3.0 License
bats [507] the Bash Automated Testing System. TAP-compliant. MIT license
ATF [33] BSD license. Originally developed for NetBSD operating system but works well in most Unix-like platforms. Ability to install tests as part of a release.
jshu [508] Simplified Shell Unit Testing for Jenkin/Hudson
RoundupNo [509]
ShUnitYes [510]
shUnit2Yes [511] Originally developed for log4sh
filterunit [512] Test framework for filters and other command-line programs
ShellSpec [14] BDD style unit testing framework. Supports all POSIX compliant shells including Bash, Dash, Ksh and Zsh. Nestable blocks that realize local scope and easy mocking. Parallel execution. RSpec-like/TAP/JUnit XML Reporter. Code coverage integration. MIT license.
Name xUnit SourceRemarks
slUnit [513]
Simulink Test [514] Test execution, test assessment, reporting.
TPT Yes [11] Time Partition Testing: Automated interface analysis, testframe generation, test execution, test assessment, reporting. For Simulink (or TargetLink) models under test, TPT supports automatic test frame generation including automatic interface analysis as well as automatic test execution, evaluation and logging.

Back-to-back tests can be executed automatically between MiL and SiL.

Smalltalk

Name xUnit SourceRemarks
SUnit YesThe original source of the xUnit design

Structured Query Language (SQL), Database procedural languages

SQL

Name xUnit SourceRemarks
SQLUnit [515]
DbFit [516] Compare FitNesse.

MySQL

Name xUnit SourceRemarks
STK/UnitYes [517]
MyTAPYes [518]
utMySQLYes [519]

Procedural Language for SQL (PL/SQL)

Name xUnit SourceRemarksActive
utPLSQLYes [520] Originally developed by Steven Feuerstein, the current version is a completely rewrite by various developers, an open source unit testing framework for PL/SQL development inspired by the JUnit and xUnit frameworks. Has a rich assertion library, and generates code coverage reports as well. Tests can be run straight from the database, or using the command-line interface that is part of the project.Yes
Code Tester for Oracle [521] [522] [523] [524] A commercial PL/SQL testing tool originally from Quest Software (the makers of Toad) and Steven Feuerstein. Quest Software was acquired by Dell in 2012 to form Dell Software. On November 1, 2016, the sale of Dell Software to Francisco Partners and Elliott Management Corporation was completed, and the company relaunched as Quest Software.Yes
SQL Developer [525] Oracle includes a Unit Tester as part of the free SQL Developer application.Yes
pl/unit [526] PL/Unit is a unit testing framework that provides the functionality to create unit tests for PL/SQL code. PL/Unit is expressed as one package that is compiled into the database and made available for use by PL/SQL unit tests.No
PL/SQL Unit Testing for Oracle (PLUTO)Yes [527] Open source unit testing framework modeled after JUnit and based on the Oracle PL/SQL object systemNo
ruby-plsql-spec Yes [528] PL/SQL unit testing with Ruby open source librariesYes
DBFit [529] Write, manage and execute tests directly from the browser. DbFit is written on top of FitNesse, a mature, fully featured framework with a large community.Yes

IBM Db2 SQL PL

Name xUnit SourceRemarksActive
db2unitYes [530] db2unit is an OpenSource framework developed for DB2 LUW. It is a xUnit/jUnit style framework for SQL-PL routines and it requires DB2 v9.7 or higher.Yes

PostgreSQL

Name xUnit TAP SourceRemarksActive
Epic [531] Epic is a unit test framework for PostgreSQL stored procedures. It requires PG 8.1 or higher.No
pgTAPYesYes [532] Write tests in SQL or xUnit-style functions.Yes
PGtools [533] Schema loading and testing tools for PostgreSQL.No
PGUnitYesNo [534] xUnit-style framework for stored procedures.No

Transact-SQL

Name xUnit SourceRemarks
tSQLtYes [535] Includes mocking framework, continuous integration support and uses SQL Test as a GUI [536]
TSQLUnitYes [537] [538]
utTSQLYes [539]
Visual Studio Team Edition for Database Professionals [540]
Alcyone SQL UnitYes [541] Includes GUI for writing tests and maintaining data table files.
T.S.T. [542]
SlackerYes [543] Based on RSpec

Swift

Name xUnit SourceRemarks
Quick [544] A behavior-driven development test framework for Swift and Objective-C.
Sleipnir [545] A BDD-style framework for Swift.
XCTestYes [428] Derived from OCUnit.

SystemVerilog

Name xUnit SourceRemarks
SVUnit [546] SVUnit: SVUnit is a unit test framework for developers writing code in SystemVerilog.
VUnitYes [547] VUnit is an open source unit testing framework for VHDL and SystemVerilog
Name xUnit SourceRemarks
TPT [11] Time Partition Testing: For TargetLink models under test, TPT supports automatic test frame generation including automatic interface analysis as well as automatic test execution, evaluation and logging. Back-to-back tests can be executed automatically between MiL and SiL.

Tcl

Name xUnit SourceRemarks
tcltest [548]
tclUnitYes [549]
t-unit [550]

TinyOS, nesC

Name xUnit SourceRemarks
TUnitYes [551] Embedded multi-platform wireless testing and characterization

TypeScript

Name xUnit SourceRemarks
tsUnitYes [552]
OscarYes [553]
AlsatianYes [554]
fast-check [555] Similar to QuickCheck.
Testy.Ts [556] TypesScript test framework running on node.js

VHSIC Hardware Description Language (VHDL)

Name xUnit SourceRemarks
VUnitYes [547] VUnit is an open source unit testing framework for VHDL and SystemVerilog

Visual FoxPro

Name xUnit SourceRemarks
FoxUnit [557]

XML (Extensible Markup Language)

Name xUnit SourceRemarks
XUnit [558] for testing
  • native XML programs,
  • individual XSLT templates,
  • and Java programs that deal with XML data
WUnit [559] for testing Web applications
  • tests are written in XML/XPath (XUnit),
  • AJAX applications are supported,
  • can also test server-side functions 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)
SOAtest No [237] Commercial. Parasoft's full-lifecycle quality platform for ensuring secure, reliable, compliant business processes.
XMLUnitYes [340] Plugin for JUnit and NUnit, allowing Assertion-style tests to be written for XSLT documents in Java or C#
Vibz AutomationNo [560] Open Source. Vibzworld's Fully featured Open source test framework.
Name xUnit SourceRemarks
AntUnit [561] For testing Apache Ant tasks

Extensible Stylesheet Language Transformations (XSLT)

Name xUnit SourceRemarks
juxy [562] a library for unit testing XSLT stylesheets from Java
Tennison Tests [563] 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 [564] unit testing framework for XSLT that strongly supports the test-first-design principle with test rendition and test validation features
XMLUnitYes [340] Plugin for JUnit and NUnit, allowing Assertion-style tests to be written for XSLT documents in Java or C#
XSLTunit [565] Proof of concept unit testing framework for XSLT
XSpec [566] XSpec is a Behavior Driven Development (BDD) framework for XSLT and XQuery. It is based on the Spec framework of RSpec, which is a BDD framework for Ruby.
Another XSLTUnitThis framework allow develop your XSLTs and validate the outputs against XSD files, It supports Maven 3 and JUnit reports.

Other

Name xUnit SourceRemarks
Test Manager [567]
IdMUnitYes [568] Identity management
Visual Studio Unit Testing Framework [569] Microsoft's suite of unit testing tools

See also

Related Research Articles

<span class="mw-page-title-main">Eclipse (software)</span> Software development environment

Eclipse is an integrated development environment (IDE) used in computer programming. It contains a base workspace and an extensible plug-in system for customizing the environment. It is the second-most-popular IDE for Java development, and, until 2016, was the most popular. Eclipse is written mostly in Java and its primary use is for developing Java applications, but it may also be used to develop applications in other programming languages via plug-ins, including Ada, ABAP, C, C++, C#, Clojure, COBOL, D, Erlang, Fortran, Groovy, Haskell, JavaScript, Julia, Lasso, Lua, NATURAL, Perl, PHP, Prolog, Python, R, Ruby, Rust, Scala, and Scheme. It can also be used to develop documents with LaTeX and packages for the software Mathematica. Development environments include the Eclipse Java development tools (JDT) for Java and Scala, Eclipse CDT for C/C++, and Eclipse PDT for PHP, among others.

The Web Server Gateway Interface is a simple calling convention for web servers to forward requests to web applications or frameworks written in the Python programming language. The current version of WSGI, version 1.0.1, is specified in Python Enhancement Proposal (PEP) 3333.

BeanShell is a small, free, embeddable Java source interpreter with object scripting language features, written in Java. It runs in the Java Runtime Environment (JRE), dynamically executes standard Java syntax and extends it with common scripting conveniences such as loose types, commands, and method closures, like those in Perl and JavaScript.

A source-code-hosting facility is a file archive and web hosting facility for source code of software, documentation, web pages, and other works, accessible either publicly or privately. They are often used by open-source software projects and other multi-developer projects to maintain revision and version history, or version control. Many repositories provide a bug tracking system, and offer release management, mailing lists, and wiki-based project documentation. Software authors generally retain their copyright when software is posted to a code hosting facilities.

Behavior-driven development (BDD) involves naming software tests using domain language to describe the behavior of the code.

Eclipse Jetty is a Java web server and Java Servlet container. While web servers are usually associated with serving documents to people, Jetty is now often used for machine to machine communications, usually within larger software frameworks. Jetty is developed as a free and open source project as part of the Eclipse Foundation. The web server is used in products such as Apache ActiveMQ, Alfresco, Scalatra, Apache Geronimo, Apache Maven, Apache Spark, Google App Engine, Eclipse, FUSE, iDempiere, Twitter's Streaming API and Zimbra. Jetty is also the server in open source projects such as Lift, Eucalyptus, OpenNMS, Red5, Hadoop and I2P. Jetty supports the latest Java Servlet API as well as protocols HTTP/2 and WebSocket.

This is a comparison of notable web frameworks, software used to build and deploy web applications.


This is a comparison of notable free and open-source configuration management software, suitable for tasks like server configuration, orchestration and infrastructure as code typically performed by a system administrator.

This is a comparison of web frameworks for front-end web development that are heavily reliant on JavaScript code for their behavior.

<span class="mw-page-title-main">GitHub</span> Hosting service for software projects

GitHub is a developer platform that allows developers to create, store, manage and share their code. It uses Git software, providing the distributed version control of Git plus access control, bug tracking, software feature requests, task management, continuous integration, and wikis for every project. Headquartered in California, it has been a subsidiary of Microsoft since 2018.

<span class="mw-page-title-main">Play Framework</span> Open-source web framework written in Scala

Play Framework is an open-source web application framework which follows the model–view–controller (MVC) architectural pattern. It is written in Scala and usable from other programming languages that are compiled to JVM bytecode, e.g. Java. It aims to optimize developer productivity by using convention over configuration, hot code reloading and display of errors in the browser.

Concordion is a specification by example framework originally developed by David Peterson, and now maintained by a team of contributors, led by Nigel Charman.

Dart is a programming language designed by Lars Bak and Kasper Lund and developed by Google. It can be used to develop web and mobile apps as well as server and desktop applications.

<span class="mw-page-title-main">Chromium Embedded Framework</span> Free and open-source software framework

The Chromium Embedded Framework (CEF) is an open-source software framework for embedding a Chromium web browser within another application. This enables developers to add web browsing functionality to their application, as well as the ability to use HTML, CSS, and JavaScript to create the application's user interface.

A headless browser is a web browser without a graphical user interface.

<span class="mw-page-title-main">Electron (software framework)</span> Development framework built on Chromium

Electron is a free and open-source software framework developed and maintained by OpenJS Foundation. The framework is designed to create desktop applications using web technologies that are rendered using a version of the Chromium browser engine and a back end using the Node.js runtime environment. It also uses various APIs to enable functionality such as native integration with Node.js services and an inter-process communication module.

Microsoft, a technology company historically known for its opposition to the open source software paradigm, turned to embrace the approach in the 2010s. From the 1970s through 2000s under CEOs Bill Gates and Steve Ballmer, Microsoft viewed the community creation and sharing of communal code, later to be known as free and open source software, as a threat to its business, and both executives spoke negatively against it. In the 2010s, as the industry turned towards cloud, embedded, and mobile computing—technologies powered by open source advances—CEO Satya Nadella led Microsoft towards open source adoption although Microsoft's traditional Windows business continued to grow throughout this period generating revenues of 26.8 billion in the third quarter of 2018, while Microsoft's Azure cloud revenues nearly doubled.

References

  1. "SAP Library - ABAP - Analysis Tools". Help.sap.com. Retrieved 2012-11-12.
  2. "TEST.easy for SAP test automation".
  3. "ASPUnit: an ASP Unit Testing Framework". sourceforge.net. Retrieved 23 June 2015.
  4. "Aunit". Libre.adacore.com. Retrieved 2012-11-12.
  5. "AdaTEST95 – Automated unit & integration testing for Ada". Qa-systems.com. 2023. Retrieved 2023-12-06.
  6. "Ahven - Unit Testing Library for Ada Programming Language". stronglytyped.org. Retrieved 23 June 2015.
  7. 1 2 "LDRA - LDRA Tool Suite". ldra.com. Archived from the original on 20 March 2012. Retrieved 23 June 2015.
  8. "Embedded Software Testing - Vector Software". vectorcast.com. Retrieved 23 June 2015.
  9. "ASUnit". freeshell.org. Retrieved 23 June 2015.
  10. "ASTest.PHP". applemods.sourceforge.net. Archived from the original on July 16, 2006.
  11. 1 2 3 4 5 "TPT - real time testing embedded control software". Piketec.com. Retrieved 2021-04-09.
  12. "shUnit2". GitHub . 8 July 2021. Retrieved 8 July 2021.
  13. "bats-core/bats-core". GitHub. Retrieved 2020-05-13.
  14. 1 2 "ShellSpec - BDD style unit testing framework for POSIX compliant shell script". GitHub. Retrieved 2020-05-03.
  15. "bash_unit - bash unit testing enterprise edition framework for professionals !". GitHub. Retrieved 2020-09-11.
  16. "Bach testing framework" . Retrieved 2020-12-15.
  17. Maass Computertechnik. "vbUnit 3 - Unit Test Framework for Visual Basic and COM objects". vbunit.com.
  18. "VbUnitFree Home".
  19. "Vba Unit". C2.com. 2007-05-15. Retrieved 2012-11-12.
  20. "excelvbaunit - xUnit type test harness for Excel VBA code". Google Project Hosting. Retrieved 2012-11-12.
  21. "TinyUnit: The Simplest Unit Test Framework that Can Possibly Work". W-p.dds.nl. Retrieved 2012-11-12.
  22. "SimplyVBUnit". sourceforge.net.
  23. "VB Lite Unit". sourceforge.net.
  24. "RBUnit is now Free!". LogicalVue. Archived from the original on 2008-08-21. Retrieved 2012-11-12.
  25. "XojoUnit - Xojo Unit testing framework". GitHub . Retrieved 2020-06-18.
  26. Mayer, Philip; Lübke, Daniel (2006). "Towards a BPEL unit testing framework". Proceedings of the 2006 workshop on Testing, analysis, and verification of web services and applications. New York, NY, USA: ACM. pp. 33–42. doi:10.1145/1145718.1145723. ISBN   978-1595934581. S2CID   9713843.
  27. "aceunit/AUTHORS at trunk · christianhujer/aceunit". GitHub. Retrieved 2024-03-20.
  28. "AceUnit (Advanced C and Embedded Unit)". GitHub . Retrieved 23 November 2022.
  29. "Simple header only C/C++ Unit Testing Framework". GitHub . Retrieved 23 June 2020.
  30. "API Sanity Checker: Changelog". lvc.github.io. Retrieved 2024-03-20.
  31. 1 2 "Overview - API Sanity Checker - Open-Source Projects". GitHub.com. Retrieved 2015-06-25.
  32. "atf/AUTHORS at master · freebsd/atf". GitHub. Retrieved 2024-03-20.
  33. 1 2 3 "Automated Testing Framework (ATF)". GitHub. Retrieved 2017-07-03.
  34. "grassator/bdd-for-c". GitHub . Retrieved 6 November 2017.
  35. 1 2 "Dynamic testing with Cantata: automated and easy". Qa-systems.com. 2012-03-16. Retrieved 2012-11-12.
  36. "www.agilerules.com: Catsrunner". www.agilerules.com. Archived from the original on March 22, 2007.
  37. "nassersala/cbdd". GitHub. Retrieved 23 November 2022.
  38. 1 2 "cfix – C and C++ Unit Testing Framework for Windows". GitHub . Retrieved 23 November 2022.
  39. "Cgreen GitHub project". GitHub . November 2018.
  40. "CHEAT on GitHub". GitHub . 2018-10-07.
  41. "check/NEWS at master · libcheck/check". GitHub. Retrieved 2024-03-20.
  42. "Check". GitHub.com. Retrieved 24 November 2022.
  43. "projects/cmocka.git - cmocka unit testing framework". git.cryptomilk.org. Retrieved 2024-03-20.
  44. "cmocka - unit testing framework for C" . Retrieved 2016-03-21.
  45. "cmockery/ChangeLog at master · google/cmockery". GitHub. Retrieved 2024-03-20.
  46. "cmockery - A lightweight library to simplify and generalize the process of writing unit tests for C applications". GitHub . Retrieved 2016-07-27.
  47. 1 2 "CppUTest (Moved!): Free Development software downloads at". Sourceforge.net. Retrieved 2012-11-12.
  48. "Criterion - A KISS, non-intrusive cross-platform C unit testing framework". GitHub. Retrieved 4 September 2015.
  49. "danfis/cu - C Unit Testing Framework". GitHub. Archived from the original on 30 Oct 2020. Retrieved 30 Oct 2020.
  50. "bvdberg/ctest". GitHub.com. Retrieved 2012-11-12.
  51. "CUnit". sourceforge.net. Retrieved 23 June 2015.
  52. "CUnity Cunit". gitlab.com. Retrieved 22 September 2018.
  53. "cunitwin32 - CUnitWin32 is a unit testing framework for C/C++ for Microsoft Windows". Google Project Hosting. Retrieved 2012-11-12.
  54. "CUT 2.6 - 10th Anniversary Version!". Falvotech.com. Archived from the original on 2012-11-05. Retrieved 2012-11-12.
  55. "a Unit Testing Framework for C and C++ - Cutter". sourceforge.net. Retrieved 23 June 2015.
  56. "Embedded Unit". sourceforge.net. Retrieved 23 June 2015.
  57. 1 2 "Unit Testing Tool - Embunit". embunit.com. Retrieved 23 June 2015.
  58. "imb/fctx". GitHub. Retrieved 23 June 2015.
  59. "Testing: GLib Reference Manual". gnome.org. Retrieved 2018-09-10.
  60. "garage: GUnit: Project Info". Garage.maemo.org. Retrieved 2012-11-12.
  61. "hammocking: Hammocking: Project Info". avengineers.github.io. Retrieved 2023-01-11.
  62. "lcut: a Lightweight C Unit Testing framework". Google Project Hosting. Retrieved 2016-07-27.
  63. 1 2 "libcester". GitHub.io. Retrieved 17 May 2020.
  64. "LibU". koanlogic.com. Retrieved 23 June 2015.
  65. 1 2 "Mimicc – Mock generator for C and C++" . Retrieved 2021-06-15.
  66. "JTN002 - MinUnit - a minimal unit testing framework for C". Jera.com. Retrieved 2012-11-12.
  67. "galvedro/mut". GitHub. Retrieved 23 June 2015.
  68. "eerimoq/nala". GitHub. Retrieved 5 April 2020.
  69. "novaprova". novaprova.org. Retrieved 4 September 2015.
  70. 1 2 "opmock: Free software downloads at". Sourceforge.net. Retrieved 2012-11-12.
  71. 1 2 "C and C++ testing tools: Static code analysis, code review, unit testing". Parasoft. 2012-09-24. Retrieved 2012-11-12.
  72. "PicoTest: A minimalist unit testing framework for C programs". GitHub. Retrieved 20 August 2019.
  73. "jecklgamis/rcunit". GitHub. Retrieved 23 June 2015.
  74. 1 2 "christophercrouzet/rexo". GitHub. 2020-02-26. Retrieved 26 February 2020.
  75. "Warwolt/rktest". GitHub. 2023-12-19. Retrieved 19 December 2023.
  76. "IBM Rational software". rational.com. May 2007. Archived from the original on 10 December 1997. Retrieved 23 June 2015.
  77. "keithn/seatest". GitHub. Retrieved 23 June 2015.
  78. "Accord - Dynamic Analyzer - C Unit Test Tool". Accord-soft.com. Archived from the original on 2013-01-02. Retrieved 2012-11-12.
  79. "Sput Unit Testing Framework for C/C++". use-strict.de. Retrieved 2017-02-17.
  80. "STRIDE Wiki". stridewiki.com. Retrieved 23 June 2015.
  81. "Tau - A Micro Unit Testing Framework for C/C++". GitHub. Retrieved 30 May 2021.
  82. 1 2 "Redir". Hitex.de. Archived from the original on 2013-03-18. Retrieved 2012-11-12.
  83. "TestApe - Unit testing for embedded software". testape.com. Archived from the original on 2015-06-23. Retrieved 23 June 2015.
  84. "test-dept: Unit Test Framework for C with Stubbing". Google Project Hosting. Archived from the original on 25 January 2013. Retrieved 23 June 2015.
  85. "tf-unit-test - unit testing framework for ANSI C". Google Project Hosting. Retrieved 23 June 2015.
  86. "theft/CHANGELOG.md at master · silentbicycle/theft". GitHub. Retrieved 2024-03-20.
  87. "silentbicycle/theft: property-based testing for C: generate input to find obscure bugs, then reduce to minimal failing input". GitHub . 5 November 2021.
  88. 1 2 "ccosmin/tinytest". GitHub. Retrieved 25 November 2022.
  89. "Unity".
  90. "usfstl - User Space Firmware Simulation Testing Library". GitHub .
  91. 1 2 "Embedded Software Testing - Vector Software". vectorcast.com. Retrieved 23 June 2015.
  92. 1 2 "GitHub - jpassing/visualassert: Unit Testing Add-In for Visual C++". 2017-12-18.
  93. "mcandre/qc: qc - a C port of the QuickCheck unit test framework". GitHub. Retrieved 26 October 2020.
  94. 1 2 "xTests - Multi-language, Lightweight Test-suites". sourceforge.net. Retrieved 23 June 2015.
  95. "Login". tigris.org. Retrieved 23 June 2015.
  96. "bandit". banditcpp.github.io. Retrieved 21 September 2017.
  97. Llopis, Noel. "Exploring the C++ Unit Testing Framework Jungle", 2004-12-28. Retrieved on 2010-2-13.
  98. Rozental, Gennadiy and Enficiaud, Raffi "Boost Test Fixture Documentation".
  99. Rozental, Gennadiy and Enficiaud, Raffi "Boost Test Case Fixture".
  100. Rozental, Gennadiy and Enficiaud, Raffi "Boost Test Suite Entry/Exit Fixture".
  101. "Turtle". sourceforge.net.
  102. "Boost Test Library". Boost.org.
  103. "Munkei/BugEye". GitHub. Retrieved 2016-10-27.
  104. "MySQL Workbench/Casmine". GitHub.com. Retrieved 2019-11-22.
  105. "catchorg/Catch2". GitHub.com. Retrieved 2018-07-21.
  106. "martinmoene/Catch". GitHub.com. Retrieved 2013-09-03.
  107. "cput". CodePlex. Retrieved 23 June 2015.
  108. "CPPOCL/test". GitHub.com. 2018-10-08.
  109. "CppTest - A C++ Unit Testing Framework". sourceforge.net. Retrieved 23 June 2015.
  110. "doe300/cpptest-lite". GitHub.com. Retrieved 2015-10-18.
  111. "cppunit". SourceForge.net. 2009-11-23. Archived from the original on 2012-11-09. Retrieved 2012-11-12.
  112. "cppunit". Freedesktop.org. 18 May 2013. Retrieved 6 November 2013.
  113. "Cpp Unit Lite". C2.com. 2011-04-21. Retrieved 2012-11-12.
  114. "CPUnit project page". sourceforge.net. Retrieved 23 June 2015.
  115. "Criterion - A KISS, non-intrusive cross-platform unit testing framework". GitHub. Retrieved 4 September 2015.
  116. "crpcut - the Compartmented Robust Posix C++ Unit Test system". sourceforge.net. Retrieved 23 June 2015.
  117. "Wiki - CUTE - C++ Unit Testing Easier". cute-test.com. Retrieved 23 June 2015.
  118. "cutee, C++ Unit Testing Easy Environment". Codesink.org. Retrieved 2012-11-12.
  119. "CxxTest". cxxtest.com.
  120. "doctest licence". GitHub. Retrieved 2019-01-09.
  121. "onqtam/doctest". GitHub. Retrieved 2016-05-22.
  122. "Exercisix: Alexander Churanov: Personal WebSite". Alexander Churanov. 2011-07-14. Retrieved 2012-11-12.
  123. "eranpeer/FakeIt". GitHub. Retrieved 23 June 2015.
  124. http://fctx.wildbearsoftware.com Archived 2011-07-18 at the Wayback Machine
  125. "Fructose: Free Development software downloads at". Sourceforge.net. Retrieved 2012-11-12.
  126. "googlemock - Google C++ Mocking Framework". GitHub.com. Retrieved 2016-07-27.
  127. "googletest - Google C++ Testing Framework". GitHub.com. Retrieved 2016-07-27.
  128. "Hestia hosted on GitHub". GitHub.com. 2017-11-19. Retrieved 2017-11-20.
  129. "dascandy/hippomocks". GitHub. Retrieved 2020-07-20.
  130. "Igloo - BDD Style Unit Testing for C++". igloo-testing.org. Retrieved 23 June 2015.
  131. "martinmoene/lest". GitHub.com. Retrieved 2013-09-03.
  132. "etr/liblittletest". GitHub. Retrieved 23 June 2015.
  133. "libunittest C++ library". sourceforge.net. Archived from the original on 29 June 2015. Retrieved 23 June 2015.
  134. Porter, Jim. "mettle: C++14 unit test framework" . Retrieved 14 August 2017.
  135. "Writing Unit tests for C/C++ with the Microsoft Unit Testing Framework for C++". Microsoft. Retrieved 2016-01-13.
  136. "An Eclipse CDT plug-in for C++ Seams and Mock Objects". IFS. Retrieved 2012-11-18.
  137. "mockcpp - A C++ Mock Framework". Bitbucket.org. Retrieved 2016-07-27.
  138. "mockitopp - Simple mocking for C++". GitHub.com. Retrieved 2015-03-19.
  139. "Software Patent Mine Field: Danger! Using this website is risky!". sourceforge.net. Retrieved 23 June 2015.
  140. "Nano CPP Unit". www.xpsd.org. Archived from the original on January 18, 2006.
  141. "jdmclark/nullunit". GitHub. 2 October 2013. Retrieved 23 June 2015.
  142. "Service temporarily unavailable". oaklib.org. Archived from the original on 14 May 2011. Retrieved 23 June 2015.
  143. "snitch-org/snitch". GitHub.com. Retrieved 2023-10-16.
  144. "since Qt5".
  145. "Qt 4.7: QTestLib Tutorial". Doc.qt.nokia.com. Archived from the original on 2011-12-07. Retrieved 2012-11-12.
  146. "QuickCheck++".
  147. "QuickTest". sf.net. Retrieved 23 June 2015.
  148. "SafetyNet, C++ Unit Testing Framework". devmentor.org. Archived from the original on 13 August 2015. Retrieved 23 June 2015.
  149. "ShortCUT - A Short C++ Unit Testing Framework". CodeProject. 2007-02-15. Retrieved 2012-11-12.
  150. "STRIDE Wiki". stridewiki.com. Retrieved 23 June 2015.
  151. charlesweir. "Symbian OS C++ Unit Testing Framework". symbianosunit.co.uk. Retrieved 23 June 2015.
  152. "LDRA: Software Development & Testing with LDRA Testbed". Archived from the original on 2005-12-18. Retrieved 2006-10-25.
  153. "Tau- A Micro Unit Testing Framework for C/C++". GitHub. Retrieved 30 May 2021.
  154. http://bigangrydog.com/tdog_test_framework.html "TDOG C++ xUnit Testing Framework". bigangrydog.com. Retrieved 16 March 2016.
  155. "Test soon: Test soon documentation". sourceforge.net. Retrieved 23 June 2015.
  156. "Testwell CTA++ Description". Testwell.fi. Retrieved 2012-11-12.
  157. "tpounds/tpunitpp". GitHub.com. 2012-05-20. Retrieved 2012-11-12.
  158. "TPT/c-code-testing · PikeTec". PikeTec.com. 2021-03-31. Retrieved 2021-03-31.
  159. "rollbear/Trompeloeil". GitHub. Retrieved 23 July 2015.
  160. "TUT: C++ Template Unit Test Framework".
  161. "Smart Unit Testing for C/C++". typemock.org. Archived from the original on December 24, 2021.
  162. "The unit++ Testing Framework". sourceforge.net. Retrieved 23 June 2015.
  163. "burner/sweet.hpp". GitHub. Retrieved 23 June 2015.
  164. "unittest-cpp/unittest-cpp". GitHub. Retrieved 23 June 2015.
  165. "DronMDF/upp11". GitHub. 4 April 2019.
  166. "UquoniTest: a unit testing library for C". Q-mentum.com. Archived from the original on 2012-04-09. Retrieved 2012-11-12.
  167. "ut". GitHub. March 2022.
  168. "WinUnit". CodePlex. Retrieved 23 June 2015.
  169. "moswald: xUnit++: Wiki". Bitbucket.org. 2012-11-06. Retrieved 2012-11-12.
  170. "sTest - The C++ unit testing framework". GitHub. 15 June 2017. Retrieved 15 June 2017.
  171. 1 2 "unittestcg - UnitTestCg is a unittest framework for Cg and HLSL programs". google.com. 24 March 2015. Retrieved 2016-07-27.
  172. "COBOLUnit". Google Sites. Retrieved 2020-09-13.
  173. "cobol-unit-test". GitHub.com. Retrieved 2020-09-13.
  174. "ECBLUnit". GitHub.com. Retrieved 2021-01-24.
  175. "GCBLUnit". GitHub.com. Retrieved 2020-09-13.
  176. savignano software solutions. "Better Software in Less Time: - savignano software solutions". Savignano.net. Retrieved 2012-11-12.
  177. "Compuware Adds Testing Tools to DevOps for Mainframe Portfolio - DevOps.com". DevOps.com. 2018-07-25. Retrieved 2018-11-30.
  178. "z/OS Automated Unit Testing Framework (zUnit)". ibm.com. 12 July 2013.
  179. "The Micro Focus Unit Testing Framework". microfocus.com.
  180. "MXUnit - Unit Test Framework and Eclipse Plugin for Adobe ColdFusion". mxunit.org.
  181. "Crotest". GitHub.com. February 2022.
  182. "CurlUnit 1.0". sourceforge.net.
  183. "DFUnit GitHub project". GitHub . 25 June 2018.
  184. "DUnit An Xtreme testing framework for Borland Delphi programs". SourceForge . 17 July 2006.
  185. "DUnitC GitHub project". GitHub . 27 March 2024.
  186. "as3flexunitlib - ActionScript 3.0 framework for unit testing". Google Project Hosting. 2008-08-20. Retrieved 2012-11-12.
  187. "BreezeTest". GitHub . October 2020.
  188. "FlexUnit".
  189. "reflex-unit - Unit testing framework for Flex 2/3". Google Project Hosting. Retrieved 2012-11-12.
  190. "astuce - a JUnit clone for ECMAScript". Google Project Hosting. Retrieved 2012-11-12.
  191. "AsUnit". asunit.org. Archived from the original on 24 June 2015. Retrieved 23 June 2015.
  192. "dpuint - Unit and Integration Testing Framework for Flex 2 and 3". Google Project Hosting. Retrieved 2012-11-12.
  193. "fluint - Flex Unit and Integration Testing Framework". Google Project Hosting. Archived from the original on 24 January 2013. Retrieved 23 June 2015.
  194. "loomis: morefluent: Wiki". Bitbucket.org. 2011-02-25. Retrieved 2012-11-12.
  195. "mojotest - A very simple and easy to use ActionScript 3 Unit Test framework". Google Project Hosting. Retrieved 2012-11-12.
  196. "massiveinteractive/MassiveUnit". GitHub.com. Retrieved 2012-11-12.
  197. "DoclerLabs/hexUnit". GitHub.com. Retrieved 2018-04-18.
  198. "AVA". ava.li.
  199. "monolithed/Suitest". GitHub.com. Retrieved 2012-11-12.
  200. "D.O.H.: Dojo Objective Harness – The Dojo Toolkit - Reference Guide". Dojotoolkit.org. Retrieved 2012-11-12.
  201. "lbrtw/ut". GitHub. 4 December 2020.
  202. "JavaScript unit test framework, part 1". lbrtw.com.
  203. "jsunit.net". Archived from the original on 2008-07-21. Retrieved 2007-04-30.
  204. Fenton, Steve. "JavaScript Enhance Test Framework - Steve Fenton : The Internet, Web Development, JavaScript, Photography". Steve Fenton. Archived from the original on 2012-11-01. Retrieved 2012-11-12.
  205. "QUnit". qunitjs.com.
  206. "Unit testing framework for Javascript". unitjs.com.
  207. "RhUnit - A QUnit compatible Javascript unit testing framework for Rhi…". Archived from the original on 20 April 2013.
  208. "Crosscheck Browserless Testing Framework: the Front Side". thefrontside.net. Archived from the original on July 5, 2006.
  209. "J3Unit". sourceforge.net.
  210. "Mocha". mochajs.org.
  211. "A next-generation code testing stack for JavaScript.: Theintern/intern". GitHub . 11 June 2022.
  212. "Specification Frameworks and Tools". Valleyhighlands.com. 2010-11-26. Retrieved 2012-11-12.
  213. "YUI 2: YUI Test". Developer.yahoo.com. 2011-04-13. Archived from the original on 2012-10-31. Retrieved 2012-11-12.
  214. "JSSpec - AlansWiki". Archived from the original on 2007-12-15. Retrieved 2007-12-29.
  215. "Home – Scriptaculous Documentation". GitHub.com. Retrieved 2012-11-12.
  216. "JSpec - JavaScript Testing Framework". Archived from the original on 2009-04-26. Retrieved 2009-04-08.
  217. "Jasmine: Javascript Testing Framework". Archived from the original on 2010-08-12. Retrieved 2010-08-10.
  218. "nkallen/screw-unit". GitHub.com. Retrieved 2012-11-12.
  219. "substack/tape". GitHub . Retrieved 2015-01-29.
  220. "teenytest". GitHub.com. 8 June 2022.
  221. TAP output can easily be transformed into JUnit XML via the CPAN module TAP::Formatter::JUnit.
  222. "JSAN - Test.Simple". Openjsan.org. 2009-08-21. Archived from the original on 2012-11-16. Retrieved 2012-11-12.
  223. "JSAN - Test.More 0.21". Openjsan.org. Archived from the original on 2012-02-14. Retrieved 2012-11-12.
  224. Bruce Williams <http://codefluency.com>, for Ruby Central <http://rubycentral.org>. "TestCase: Project Info". RubyForge. Archived from the original on 2013-04-15. Retrieved 2012-11-12.
  225. "DouglasMeyer/test_it". GitHub.com. Retrieved 2012-11-12.
  226. "testdouble.js". GitHub.com. 29 June 2022.
  227. "Lightweight Universal JavaScript Unit Testing Framework: Atesgoral/jsunity". GitHub . 21 April 2022.
  228. "willurd/JSTest". GitHub.com. Archived from the original on 2013-01-24. Retrieved 2012-11-12.
  229. "JSTest.NET - Browserless JavaScript Unit Test Runner". CodePlex.
  230. http://jsunity.com/
  231. "rhinounit - JavaScript Testing Framework using Rhino". Google Project Hosting. Retrieved 2012-11-12.
  232. "jasproject - JavaScript Agile Suite". Google Project Hosting. Retrieved 2012-11-12.
  233. "FireUnit: Firebug Unit Testing for Firefox". fireunit.org.
  234. "js-test-driver - Remote javascript console". Google Project Hosting. Retrieved 2012-11-12.
  235. "Archived copy". js-testrunner.codehaus.org. Archived from the original on 24 October 2011. Retrieved 15 January 2022.{{cite web}}: CS1 maint: archived copy as title (link)
  236. "Sinon.JS - Standalone test fakes, spies, stubs and mocks for JavaScript. Works with any unit testing framework".
  237. 1 2 3 "API Testing". Parasoft.com. Retrieved 2015-04-15.
  238. "Vows". vowsjs.org. Archived from the original on 2019-09-23. Retrieved 2020-03-15.
  239. "caolan/nodeunit". GitHub.com. Retrieved 2012-11-12.
  240. "Tyrtle :: Javascript Unit Testing Framework". GitHub.com.
  241. "WebReflection/wru". GitHub.com. Retrieved 2012-11-12.
  242. "Buster.JS 0.7 documentation". busterjs.org.
  243. "asvd/lighttest". GitHub. 16 September 2021.
  244. "Home - Chai". chaijs.com.
  245. "JSUS". crisstanza.github.io.
  246. "Wallaby - Integrated Continuous Test Runner for JavaScript".
  247. "fast-check - Property Based Testing for JavaScript (like QuickCheck)". GitHub.com. 29 June 2022.
  248. "Unexpected".
  249. "Jest".
  250. "CentiTF". GitHub . 20 April 2022.
  251. "RITEway". GitHub . 30 June 2022.
  252. "Rethinking Unit Test Assertions". 11 May 2020.
  253. "EUnit - a Lightweight Unit Testing Framework for Erlang". svn.process-one.net. Archived from the original on July 19, 2008.
  254. 1 2 "Foq". CodePlex.
  255. "FsCheck: A random testing framework - Home". Codeplex.com. Retrieved 2012-11-12.
  256. "andriniaina/FsMocks". GitHub. 7 May 2014.
  257. "FsTest". CodePlex.
  258. "FsUnit". CodePlex.
  259. 1 2 "Forki: NaturalSpec: Wiki". Bitbucket.org. Archived from the original on May 10, 2010.
  260. "unquote - Write F# unit test assertions as quoted expressions, get step-by-step failure messages for free". GitHub.com. Retrieved 2016-07-27.
  261. "nasarb's funit-0.11.1 Documentation". rubyforge.org. Archived from the original on 2013-04-15.
  262. "FORTRAN Unit Test Framework (FRUIT): Free Development software downloads at". Sourceforge.net. Retrieved 2012-11-12.
  263. "flibs/ftnunit - flibs". Flibs.sf.net. Retrieved 2012-11-12.
  264. "pFUnit: Free Development software downloads at". Sourceforge.net. Retrieved 2014-01-16.
  265. "ObjexxFTK - Objexx Fortran ToolKit: Objexx Engineering". Objexx.com. Retrieved 2012-11-12.
  266. "Zofu is Object-oriented Fortran Unit-testing". GitHub.com. Retrieved 2019-07-10.
  267. "go command - cmd/go - The Go Programming Language". pkg.go.dev. Retrieved 2022-04-17.
  268. "tebeka/go2xunit". GitHub. Retrieved 2016-10-06.
  269. "easyb". easyb.org.
  270. "spock - the enterprise ready specification framework". GitHub.com. Retrieved 2016-07-27.
  271. "gmock - A Mocking Framework for Groovy". Google Project Hosting. 2011-12-13. Retrieved 2012-11-12.
  272. "HUnit – Haskell Unit Testing". sourceforge.net.
  273. "HUnit-Plus: A test framework building on HUnit. - Hackage". haskell.org.
  274. "nick8325/quickcheck". GitHub. 10 June 2022.
  275. "feuerbach/smallcheck". GitHub. 2 June 2022.
  276. "hspec/hspec". GitHub. 10 June 2022.
  277. "marcotmarcot/chuchu". GitHub.
  278. "humane-software/haskell-bdd". GitHub. 30 December 2019.
  279. "test-framework". Stackage.
  280. "The Haskell Test Framework". Stackage.
  281. "Igor Unit Testing Framework". GitHub.com. Retrieved 2018-10-11.
  282. Galloy, Michael. "mgunit". GitHub.com. Retrieved 2015-09-27.
  283. "Unit testing". www.barnett.id.au. Archived from the original on March 4, 2007.
  284. Bowler, Mike. "HtmlUnit". sourceforge.net.
  285. "ieunit - Unit test framework for web pages". Google Project Hosting. Retrieved 2012-11-12.
  286. "Canoo WebTest". canoo.com. Archived from the original on 2010-11-03. Retrieved 2007-03-03.
  287. "SoapUI - The Home of Functional Testing". soapui.org.
  288. "API Testing". Parasoft.
  289. "Traffic Parrot homepage".
  290. "Agitar Technologies". agitar.com.
  291. "Artos · Next generation Test Tools". theartos.com.
  292. "Arquillian · Write Real Tests". arquillian.org.
  293. "AssertJ: Free Development software downloads at". GitHub.com. Retrieved 2018-06-15.
  294. "beanSpec: Free Development software downloads at". Sourceforge.net. Retrieved 2012-11-12.
  295. "abreksa4/BeanTest". GitHub. Archived from the original on 2016-01-12.
  296. "Specification by Example - Concordion". concordion.org.
  297. "Concutest". concutest.org.
  298. "cucumber/cucumber-jvm". GitHub.com. Retrieved 2012-11-12.
  299. "A test framework for Java 8" . Retrieved 2016-03-23.
  300. "東京の税理士を探すなら税理士紹介ドットコム". dbunit.org. Archived from the original on 2013-01-12.
  301. "EasyMock". easymock.org. Archived from the original on 2019-08-07. Retrieved 2012-04-06.
  302. "10. Testing". springsource.org. Retrieved 23 June 2015.
  303. "ETLUNIT Home". atlassian.net.
  304. "Etl-unit".
  305. Fraser, Gordon; Arcuri, Andrea (2011). "EvoSuite". Proceedings of the 19th ACM SIGSOFT symposium and the 13th European conference on Foundations of software engineering. Esec/fse '11. pp. 416–419. doi:10.1145/2025113.2025179. ISBN   9781450304436. S2CID   10599913.
  306. Lavers, Tim. "GrandTestAuto". grandtestauto.org.
  307. "GroboUtils". sourceforge.net.
  308. baeldung (2016-07-03). "Testing with Hamcrest | Baeldung". www.baeldung.com. Retrieved 2022-08-09.
  309. "havarunner/havarunner". GitHub. 18 April 2022.
  310. "instinct - Instinct is a Behaviour Driven Development (BDD) framework for Java". Google Project Hosting. Retrieved 2012-11-12.
  311. shyiko (2010-11-17). "shyiko/jsst Wiki". GitHub.com. Retrieved 2012-11-12.
  312. "What is JBehave?". jbehave.org.
  313. "JDave". jdave.org. Archived from the original on 2014-02-26. Retrieved 2008-03-28.
  314. Kuhn, Adrian; Van Rompaey, Bart; Haensenberger, Lea; Nierstrasz, Oscar; Demeyer, Serge; Gaelli, Markus; Van Leemput, Koenraad (2009-04-21). "JExample: Exploiting Dependencies between Tests to Improve Defect Localization". Agile Processes in Software Engineering and Extreme Programming. Lecture Notes in Business Information Processing. Vol. 9. Scg.unibe.ch. pp. 73–82. CiteSeerX   10.1.1.144.7750 . doi:10.1007/978-3-540-68255-4_8. ISBN   978-3-540-68254-7 . Retrieved 2012-11-12.
  315. "JGiven". jgiven.org.
  316. "jMock - An Expressive Mock Object Library for Java". jmock.org.
  317. "Google Project Hosting". google.com.
  318. Benz, Sebastian. "Jnario". jnario.org.
  319. Link, Johannes. "jqwik". jqwik.net.
  320. "Java testing tools: static code analysis, code review, unit testing". Parasoft. 2012-10-08. Archived from the original on 2012-10-25. Retrieved 2012-11-12.
  321. http://jukito.org/
  322. "JUnit - About". junit.org.
  323. "JUnitEE Home". junitee.sourceforge.io.
  324. "JWalk software testing tool suite - Lazy systematic unit testing for agile methods". The University of Sheffield. Retrieved 2014-09-04.
  325. "mockito - simpler & better mocking". GitHub.com. 2016-07-27. Retrieved 2012-11-12.
  326. "Mock classes for enterprise application testing" . Retrieved 2014-09-04.
  327. "Needle - Effective Unit Testing for Java EE - Overview". spree.de.
  328. "JavaLib". neu.edu. Archived from the original on 2010-11-16. Retrieved 2009-02-26.
  329. "GitHub - OpenPojo/openpojo: POJO Testing & Identity Management Made Trivial".
  330. "powermock - PowerMock is a Java framework that allows you to unit test code normally regarded as untestable". powermock.org.
  331. "Randoop". mernst.github.io. Archived from the original on 23 June 2015. Retrieved 23 June 2015.
  332. "Spock Framework Reference Documentation".
  333. "Sprystone.com". Archived from the original on 2011-07-16.
  334. "Sureassert UC". sureassert.com. Archived from the original on 2014-03-05. Retrieved 2011-06-24.
  335. "tacinga.com". tacinga.com. Retrieved 2018-04-19.
  336. "Tacinga Website". Tacinga. Retrieved 2018-04-19.
  337. "TestNG makes Java unit testing a breeze". Ibm.com. 2005-01-06. Archived from the original on 2012-11-14. Retrieved 2012-11-12.
  338. "Google Testing Blog: TotT: TestNG on the Toilet". Googletesting.blogspot.com. Retrieved 2012-11-12.
  339. "Unitils – Index". unitils.org.
  340. 1 2 3 "<XmlUnit/>". sourceforge.net.
  341. JKI (2012-11-07). "VI Tester: JKI Discussion Forums". Jkisoft.com. Retrieved 2012-11-12.
  342. JKI (2015-11-08). "Caraya – Git repository – GitHub". Jki.net. Retrieved 2016-05-24.
  343. "InstaCoverage". IncQuery Labs Ltd. 2018-01-02. Retrieved 2016-08-02.
  344. "zeroloop/l-unit8". GitHub.
  345. "Comprehensive TEX Archive Network: Package qstest". Ctan.org. Retrieved 2013-07-04.
  346. "vl-unit - Visual Lisp Unit testing framework". Google Project Hosting. Retrieved 2012-11-12.
  347. "clojure.test - Clojure v1.9 API documentation". Clojure.github.com. Retrieved 2018-10-10.
  348. "Expectations by jaycfields". clojure-expectations.github.io. Retrieved 2018-10-10.
  349. "marick/Midje". GitHub.com. Retrieved 2018-10-10.
  350. "slagyr/speclj". GitHub.com. Retrieved 2018-10-10.
  351. "clojure/test.check". GitHub.com. Retrieved 2018-10-10.
  352. "CLiki: CLUnit". cliki.net.
  353. "My Lisp Unit Test Framework". Archived from the original on 2007-12-31. Retrieved 2008-01-15.
  354. "FiveAM". Common-lisp.net. 2004-11-16. Archived from the original on 2012-06-25. Retrieved 2012-11-12.
  355. "FReT". Common-lisp.net. Retrieved 2012-11-12.
  356. "Grand-prix". Common-lisp.net. Retrieved 2012-11-12.
  357. "HEUTE - Common LISP Unit Test Package". Rdrop.com. Retrieved 2012-11-12.
  358. "LIFT - the LIsp Framework for Testing". Common-lisp.net. Retrieved 2012-11-12.
  359. "lisp-unit". Cs.northwestern.edu. Archived from the original on 2012-11-06. Retrieved 2012-11-12.
  360. "prove". GitHub.com. 19 February 2022.
  361. "Package: lang/lisp/code/testing/rt/". Cs.cmu.edu. Retrieved 2012-11-12.
  362. "stefil". Common-lisp.net. Retrieved 2012-11-12.
  363. "CLiki: xlunit". cliki.net.
  364. "Buttercup". GitHub . 23 February 2022.
  365. Last edited 2010-12-11 11:44 UTC by JariAalto (diff) (2010-12-11). "El Unit". EmacsWiki. Retrieved 2012-11-12.{{cite web}}: |author= has generic name (help)CS1 maint: numeric names: authors list (link)
  366. Last edited 2010-03-18 14:38 UTC by LennartBorgman (diff) (2010-03-18). "Elk Test". EmacsWiki. Retrieved 2012-11-12.{{cite web}}: |author= has generic name (help)CS1 maint: numeric names: authors list (link)
  367. Last edited 2009-05-13 06:57 UTC by Free Ekanayaka (diff) (2009-05-13). "unit-test.el". EmacsWiki. Retrieved 2012-11-12.{{cite web}}: |author= has generic name (help)CS1 maint: numeric names: authors list (link)
  368. "3 RackUnit API". Docs.racket-lang.org. Retrieved 2012-11-12.
  369. Neil Van Dyke. "Overeasy: Racket Language Test Engine". Neilvandyke.org. Retrieved 2012-11-12.
  370. main.ss. "PLaneT Package Repository : PLaneT > schematics > schemeunit.plt". Planet.plt-scheme.org. Archived from the original on 2011-07-27. Retrieved 2012-11-12.
  371. Neil Van Dyke. "Testeez: Lightweight Unit Test Mechanism for R5RS Scheme". Neilvandyke.org. Retrieved 2012-11-12.
  372. Per Bothner. "A Scheme API for test suites". srfi.schemers.org. Archived from the original on 2020-12-10. Retrieved 2021-01-04.
  373. "lua-TestMore".
  374. "Luaunit". Phil.freehackers.org. Retrieved 2012-11-12.
  375. "lunit: Unit Testing Framework for Lua". Nessie.de. 2009-11-05. Archived from the original on 2011-07-19. Retrieved 2012-11-12.
  376. axelberres (13 July 2015). "mlUnit". SourceForge.
  377. "mlunit_2008a - File Exchange - MATLAB Central". Mathworks.com. Retrieved 2012-11-12.
  378. "MUnit: a unit testing framework in MATLAB - File Exchange - MATLAB Central". Mathworks.com. Retrieved 2012-11-12.
  379. "MUnit: a unit testing framework in MATLAB - File Exchange - MATLAB Central". Mathworks.com. Retrieved 2012-11-12.
  380. "MATLAB xUnit Test Framework - File Exchange - MATLAB Central". Mathworks.com. Archived from the original on 2012-12-17. Retrieved 2012-11-12.
  381. "tgs: Doctest for MATLAB". Bitbucket.org.
  382. Smith, Thomas. "Doctest - embed testable examples in your function's help comments" . Retrieved 5 August 2011.
  383. "Unit Testing Framework". mathworks.com.
  384. 1 2 "TTest: An assertion framework for MATLAB and GNU Octave (alpha version)" . Retrieved 2021-01-20.
  385. "atata-framework/atata". GitHub.com. 22 June 2022.
  386. "DbUnit.NET". sourceforge.net.
  387. "ErrorUnit". ErrorUnit.com.
  388. "fixie/fixie". GitHub. 27 June 2022.
  389. "mb-unit - The Gallio test automation platform and MbUnit unit testing framework". gallio.org.
  390. "LightBDD/LightBDD: BDD framework allowing to create easy to read and maintain tests". GitHub.com. 29 June 2022.
  391. "mb-unit - The Gallio test automation platform and MbUnit unit testing framework". mbunit.com.
  392. "moq - The simplest mocking library for .NET and Silverlight". google.com. 30 June 2022.
  393. "NBi".
  394. "NFluent speeds up and eases the way you write your assertions".
  395. "nmate - Open Source Unit-Test Code Generation and Integration Add-in for Visual Studio". Google Project Hosting.
  396. "Unit test platform for .NETStandard, .NETFramework, .NETCore".
  397. "Pex, Automated White box Testing for .NET - Microsoft Research". microsoft.com. Microsoft. Retrieved 23 June 2015.
  398. "Home". qgonestudio.com. Retrieved 23 June 2015.
  399. "QuickUnit - the Interactive Unit Test Designer - Home". www.quickunit.com. Archived from the original on 27 March 2010. Retrieved 15 January 2022.
  400. "abb-iss/Randoop.NET". GitHub. Retrieved 23 June 2015.
  401. "Ayende @ Rahien". Ayende.com. Retrieved 2012-11-12.
  402. "Roaster unit test". CodePlex. Retrieved 23 June 2015.
  403. TechTalk. "SpecFlow" . Retrieved 23 June 2015.
  404. "Specter Framework". sf.net. Retrieved 23 June 2015.
  405. "TestDriven.Net > Home". testdriven.net.
  406. "NET testing tools: Static code analysis, code review, unit testing with Parasoft dotTEST". Parasoft.com. Archived from the original on 2012-11-03. Retrieved 2012-11-12.
  407. "TickSpec: An F# BDD Framework". CodePlex.
  408. "Smart Unit Testing - Made easy with Typemock". typemock.org. Archived from the original on December 24, 2021.
  409. "Pretty Objects >> Products > Visual T#". www.prettyobjects.com. Archived from the original on February 27, 2011.
  410. "xUnit.net - Unit testing framework for C# and .NET (a successor to NUnit)". CodePlex.
  411. "Index". Camelos.sourceforge.net. Retrieved 2012-11-12.
  412. "Pascal TAP Unit Testing Suite: Free software downloads at". Sourceforge.net. Retrieved 2012-11-12.
  413. "graemeg/fptest". GitHub.com. Retrieved 2012-11-12.
  414. "DUNIT: An Xtreme testing framework for Delphi programs". sourceforge.net.
  415. "DUnit2: Free software downloads at". Sourceforge.net. Retrieved 2012-11-12.
  416. "DUnitX". GitHub . Retrieved 2014-07-09.
  417. "DUnitm". GitHub . Retrieved 2017-07-09.
  418. "gabriel/gh-unit". GitHub.com. Retrieved 2012-11-12.
  419. philsquared (2012-06-02). "philsquared/Catch Wiki". GitHub.com. Retrieved 2012-11-12.
  420. "pivotal/cedar". GitHub.com. Retrieved 2012-11-12.
  421. "kiwi-bdd/Kiwi". GitHub. 4 July 2022.
  422. "specta/specta". GitHub. 4 July 2022.
  423. "modocache/personal-fork-of-Quick". GitHub. 12 April 2020.
  424. "ObjcUnit". Oops.se. Retrieved 2012-11-12.
  425. "Sen:te - OCUnit". Sente.ch. Archived from the original on 2011-10-13. Retrieved 2012-11-12.
  426. "witebox - A more visually-oriented Unit Testing system exclusively for iPhone development". Google Project Hosting. Retrieved 2012-11-12.
  427. "WOTest". wincent.com. Archived from the original on 2008-08-21.
  428. 1 2 "Xcode: Features". Apple Developer. Retrieved 2014-11-04.
  429. "mirage/alcotest". GitHub.com. Retrieved 2015-11-17.
  430. "OUnit". ocamlcore.org.
  431. Clerc, Xavier (30 August 2012). "Kaputt - Introduction". x9c.fr.
  432. "Objective Caml". Archived from the original on 2007-02-19. Retrieved 2007-02-26.
  433. "FORT: Free Development software downloads at". Sourceforge.net. Retrieved 2012-11-12.
  434. "PRUnit SourceForge Project Homepage". sourceforge.net.
  435. "Home - Test Anything Protocol" . Retrieved May 30, 2023.
  436. "Test::Harness". metacpan.org. Retrieved 2012-11-12.
  437. "Test::More". metacpan.org. Retrieved 2012-11-12.
  438. "Test::Class". metacpan.org. Retrieved 2012-11-12.
  439. "Test::Class::Moose". metacpan.org. Retrieved 2018-11-11.
  440. "Test::Builder". metacpan.org. Retrieved 2012-11-12.
  441. "Test::Unit". metacpan.org. Retrieved 2012-11-12.
  442. "PerlUnit: unit testing framework for Perl". sourceforge.net.
  443. "Re: Test::Unit, ::Class, or ::Inline?". nntp.perl.org. Retrieved 2012-11-12.
  444. "Re: Test::Unit, ::Class, or ::Inline?". nntp.perl.org. Retrieved 2012-11-12.
  445. "Test::DBUnit". metacpan.org. Retrieved 2012-11-12.
  446. "Test::Unit::Lite". metacpan.org. Retrieved 2012-11-12.
  447. "Test::Able". metacpan.org. Retrieved 2012-11-12.
  448. "PHPUnit – The PHP Testing Framework". phpunit.de.
  449. "PHP Unit Testing Framework". sourceforge.net.
  450. "/tools/lime/trunk - symfony - Trac". Trac.symfony-project.com. Archived from the original on 2007-09-26. Retrieved 2012-11-12.
  451. "Lens".
  452. "atoum/atoum". GitHub.com. Retrieved 2012-11-12.
  453. "SimpleTest - Unit Testing for PHP". simpletest.org. Archived from the original on 2018-06-27. Retrieved 2012-07-03.
  454. "Testilence" . Retrieved 2017-12-17.
  455. "shiflett/testmore". Shiflett.org. Archived from the original on 2010-12-23. Retrieved 2012-11-12.
  456. Shiflett, Chris. "Test::Simple for PHP". shiflett.org.
  457. "Jakobo/snaptest". GitHub.
  458. "Enhance-PHP/Enhance-PHP". GitHub . Retrieved 2017-12-17.
  459. README. "jamm/Tester". GitHub.com. Retrieved 2012-11-12.
  460. "ptrofimov/phpinlinetest". GitHub.com. Retrieved 2012-11-12.
  461. "phpspec". phpspec.net.
  462. "nette/tester". GitHub.com. Retrieved 2014-04-22.
  463. "crysalead/kahlan". GitHub.com. Retrieved 2015-03-19.
  464. "01-Introduction". Codeception. Retrieved 2015-10-07.
  465. "Pest - An elegant PHP Testing Framework". Pest - An elegant PHP Testing Framework. Retrieved 2022-06-02.
  466. "PbUnit homePage". 2009-07-28. Archived from the original on July 28, 2009. Retrieved 2012-11-12.
  467. "GitHub - pester/Pester". Microsoft. Retrieved 2017-06-21.
  468. "Welcome to ProUnit! -- The Progress - OpenEdge unit tests framework". sourceforge.net.
  469. "CameronWills/OEUnit". GitHub. 24 November 2020.
  470. "Prolog Unit Tests". Swi-prolog.org. Retrieved 2012-11-12.
  471. "Folder "tester"". xlog.ch. Retrieved 2023-01-14.
  472. "lgtunit". logtalk.org. Retrieved 2013-10-14.
  473. "Rspec-puppet" . Retrieved 2017-07-13.
  474. "Autotest - Fully automated testing under linux".
  475. "25.3. unittest – Unit testing framework – Python 2.7.10 documentation". python.org. Retrieved 23 June 2015.
  476. "Note to Users – nose 1.3.7 documentation" . Retrieved 29 December 2016.
  477. "pytest: helps you write better programs". pytest.org. Retrieved 23 June 2015.
  478. "Hilster Testing Framework documentation". docs.hilster.io. Retrieved 3 June 2020.
  479. "TwistedTrial". Twistedmatrix.com. Retrieved 2012-11-12.
  480. "Should-DSL documentation". should-dsl.info. Retrieved 23 June 2015.
  481. "Green is a clean, colorful, fast python test runner". GitHub . Retrieved 28 April 2017.
  482. "R Unit Test Framework: Free software downloads at". Sourceforge.net. Retrieved 2012-11-12.
  483. "CRAN - Package testthat". Cran.r-project.org. 2012-06-27. Retrieved 2012-11-12.
  484. "CRAN - Package tinytest". CRAN.r-project.org. 2019-04-25. Retrieved 2020-05-26.
  485. "REBOL.org".
  486. "RPGUnit.org - Summary". sourceforge.net.
  487. "Module: Test::Unit (Ruby 1.9.3)". Ruby-doc.org. 2012-11-08. Archived from the original on 2004-08-24. Retrieved 2012-11-12.
  488. 1 2 "Ruby 2.2". GitHub . 26 June 2022.
  489. "Ruby 2.2.0 Released".
  490. 1 2 "Module: Test::Unit (Ruby 2.1.0) - Ruby-Doc.org".
  491. "Community, open source ruby on rails development". thoughtbot. Retrieved 2012-11-12.
  492. "Documentation for minitest (2.0.2)". Rubydoc.info. Retrieved 2012-11-12.
  493. blog.zenspider.com https://web.archive.org/web/20110718152315/http://blog.zenspider.com/minitest/. Archived from the original on July 18, 2011.{{cite web}}: Missing or empty |title= (help)
  494. "GitHub page for TMF". GitHub.com. Retrieved 2013-01-24.
  495. "FUTS - Framework for Unit Testing SAS". ThotWave. Retrieved 2012-11-12.
  496. "SclUnit". sasCommunity. 2008-10-26. Retrieved 2012-11-12.
  497. "SASUnit: Free Development software downloads at". Sourceforge.net. Retrieved 2012-11-12.
  498. "Rehersal - A testing framework for Scala". sourceforge.net.
  499. "scalacheck - ScalaCheck: Property-based testing for Scala".
  500. "ScalaTest". scalatest.org.
  501. "scunit - A unit testing framework for Scala". Google Project Hosting. Retrieved 2012-11-12.
  502. "specs2 - Software Specifications for Scala".
  503. "A tiny, portable testing library for Scala". GitHub.com. Retrieved 2016-05-17.
  504. "test_run - Launch tests". Help.scilab.org. 2011-11-21. Retrieved 2012-11-12.
  505. "lehmannro/assert.sh". GitHub.com. Retrieved 2012-11-12.
  506. Grange, Pascal. "pgrange/bash_unit: bash unit testing enterprise edition framework for professionals". GitHub.com. Retrieved 2020-07-05.
  507. "sstephenson/bats". GitHub.com. Retrieved 2012-11-12.
  508. shadowfen (12 March 2019). "jshu". SourceForge.
  509. "Roundup - Prevent shell bugs. (And: Are you a model Unix citizen?) - It's Bonus". Itsbonus.heroku.com. 2010-11-01. Archived from the original on 2012-09-06. Retrieved 2012-11-12.
  510. haran. "ShUnit". sourceforge.net.
  511. "shUnit2 - xUnit based unit testing for Unix shell scripts". Google Project Hosting. Retrieved 2012-11-12.
  512. Merten, Stefan. "filterunit". Merten-home.de. Retrieved 2012-11-12.
  513. http://mlunit.sourceforge.net/index.php/The_slUnit_Testing_Framework
  514. "Simulink Test".
  515. "SQLUnit Project". sourceforge.net.
  516. "fitnesse.info". Archived from the original on 2009-08-05.
  517. "STK Documentation". wikidot.com.
  518. "MyTAP". GitHub.com. Archived from the original on 2013-01-28. Retrieved 2017-10-28.
  519. "utMySQL". sourceforge.net.
  520. "utPLSQL, Testing framework for PL/SQL". utplsql.org.
  521. "Code Tester for Oracle Community". software.dell.com/. Retrieved 2014-02-13.
  522. "Automated PL SQL Code Testing – Code Tester from Quest Software". quest.com. Retrieved 2013-09-30.
  523. "Dell buying Quest Software for $2.36 billion". 2012-07-02. Archived from the original on 2018-06-23. Retrieved 2017-12-19.
  524. "Quest Launches as an Independent Software Company Backed by Francisco Partners and Elliott Management".
  525. "Unit Testing with SQL Developer". Docs.oracle.com. Retrieved 2012-11-12.
  526. "PL/Unit - Test Driven Development for Oracle". plunit.com.
  527. "pluto-test-framework - PL/SQL Unit Testing for Oracle". GitHub.com. Retrieved 2016-07-27.
  528. "rsim/ruby-plsql-spec". GitHub.com. Retrieved 2012-11-12.
  529. Benilov, Jake. "DbFit". benilovj.github.io.
  530. "angoca/db2unit". GitHub. 2019-02-15.
  531. "Epic, more full of fail than any other testing tool". Archived from the original on 28 May 2014. Retrieved 1 November 2010.
  532. "pgTAP". pgtap.org.
  533. "pgtools: Schema loading and testing tools for PostgreSQL". Sourceforge.net. 22 March 2013. Retrieved 2019-04-30.
  534. "dkLab: Constructor: PGUnit: stored procedures unit-test framework for PostgreSQL 8.3". En.dklab.ru. Archived from the original on 2019-04-30. Retrieved 2019-04-30.
  535. "tSQLt - Database Unit Testing for SQL Server".
  536. Red Gate Software Ltd. "SQL Test - Unit Testing for SQL Server". Red-gate.com. Retrieved 2012-11-12.
  537. aevdokimenko. "TSQLUnit unit testing framework". SourceForge. Archived from the original on 2006-11-21.
  538. "TSQLUnit". Sourceforge.net. Archived from the original on 2012-11-02. Retrieved 2012-11-12.
  539. "utTSQL". sourceforge.net.
  540. "Download Visual Studio 2005 Team Edition for Database Professionals Add-on from Official Microsoft Download Center". Microsoft.com. 2007-01-08. Retrieved 2012-11-12.
  541. "Download Alcyone SQL Unit". Archived from the original on 2015-02-02. Retrieved 2014-08-18.
  542. "T.S.T. the T-SQL Test Tool". CodePlex.
  543. vassilvk (2012-06-15). "vassilvk/slacker Wiki". GitHub.com. Retrieved 2012-11-12.
  544. "Quick/Quick". GitHub. 2019-08-28.
  545. "railsware/Sleipnir". GitHub. 2019-08-27.
  546. "SVUnit Sourceforge page" . Retrieved 2014-05-06.
  547. 1 2 "VUnit – VUnit documentation".
  548. "Tcl Bundled Packages - tcltest manual page". Tcl.tk. Retrieved 2012-11-12.
  549. "TclUnit: Free Development software downloads at". Sourceforge.net. Retrieved 2012-11-12.
  550. "t-unit - a unit test framework for the tcl programming language". Google Project Hosting. Retrieved 2012-11-12.
  551. "<data:blog.pageTitle/>".
  552. "tsUnit - TypeScript Unit Testing Framework". CodePlex.
  553. "Oscar - Test harness for TypeScript". adriencadet.com.
  554. "Alsatian - Test harness for TypeScript". GitHub.com. 2019-08-27.
  555. "fast-check - QuickCheck for TypeScript". GitHub.com. 2019-08-29.
  556. "Testyts - The modern TypeScript testing framework". testy.github.io. Retrieved 2019-02-08.
  557. "FoxUnit > Home (DNN 2.0.4)". Archived from the original on 2005-04-02. Retrieved 2005-07-11.
  558. "RefleX". Reflex.gforge.inria.fr. Retrieved 2012-11-12.
  559. "RefleX". Reflex.gforge.inria.fr. Retrieved 2012-11-12.
  560. "vauto - Extensible - Data driven - Automation framework". Google Project Hosting. Retrieved 2012-11-12.
  561. "Apache Ant - Apache AntUnit". Ant.apache.org. 2011-08-16. Retrieved 2012-11-12.
  562. "juxy.tigris.org". tigris.org.
  563. "Tennison Tests (XSLT Unit Testing) - Build the Site". sourceforge.net.
  564. "Unit Testing Framework - XSLT". sourceforge.net.
  565. "XSLTunit". xsltunit.org. Archived from the original on 2007-01-05. Retrieved 2007-01-10.
  566. "expath/xspec". GitHub.
  567. White, L.J. (27–30 September 1993). "Test Manager: A regression testing tool". 1993 Conference on Software Maintenance. pp. 338–347. doi:10.1109/ICSM.1993.366928. ISBN   978-0-8186-4600-3. S2CID   12032551.
  568. TriVir. "IdMUnit.org". sourceforge.net.
  569. "Unit Test Your Code". MSDN, Visual Studio 2015. 15 November 2016.