Bazsites.com Unit Testing
Directory Topics
On the Web
- Unit Test Blog - Blog zum Thema Unit-Tests und TDD (Test-Driven Development).
- cutee - A C++ unit testing environment that makes easy to create and run tests of a library or application. [Open source]
- fUnit: Fortran Unit Testing - Unit testing framework for Fortran modules. Unit tests are written in Fortran fragments that use a small set of testing-specific keywords and functions. FUnit transforms these fragments into valid Fortran code and compiles, links, and runs them against the module under test.
- JUnit - A unit testing framework which is a central element of the Extreme Programming (XP) testing practice. The site also features information about other unit testing frameworks. [Open Source, IBM Public License]
- STclass - A unit testing framework comparable to JUnit, but based on runtime evaluable contracts. It implements contract based class level unit testing; inheritance of contracts and tests is handled. [Open source, LGPL]
- Cactus - A JUnit based test framework for integration unit testing of server-side Java code (Servlets, EJBs, Tag Libs, Filters). Test runners integrate with Jetty, Eclipse, Ant or a Browser. Cactus tests are supported amongst others by JUnitEE, JBuilder and TogetherCC. [Apache 1.1]
- MinUnit -- a minimal unit testing framework for C - A brief write-up of a unit testing framework for C in four lines of code.
- Surrogate - Surrogate - A complimentary unit testing framework, especially suitable for unit testing of large, complex Java systems. The framework integrates seamlessly with JUnit, MockEJB and various mock object implementations. [Open Source]
- Pisces - An extension to JUnit for distributed testing environments. Gives developers and testers the ability to create complex test suites that may be composed of remote unit tests running in parallel or serially. [Open Source, GPL]
- Testwell - Testing tools for C, C++ and Java languages applicable in code-level unit testing (test harnessing, test coverage), systems testing (test coverage) and static analysis (code metrics) sub-phases of testing.
Wikipedia Articles
- Unit testing - In computer programming, unit testing is a procedure used to validate that individual units of source code are working properly. A unit is the smallest testable part of an application.
- List of unit testing frameworks - This page is a list of tables of code-driven unit testing frameworks for various programming languages. Some of these are based on xUnit, but not all of them are.
- Check (unit testing framework) - Check is an open source unit testing framework in the style of xUnit for C programs.
- Unit++ - unit++ is a unit testing framework module for C++. The author started it as an alternative to CPPunit, which he felt was insufficiently integrated into the C++ language.
- Concutest - Concutest is a specialized unit testing framework for the Java programming language. Created by Mathias Ricken while at the JavaPLT (Java Programming Languages Team) at Rice University, Concutest provides a set of unit testing-like features for the analysis of multithreaded programs.