Moved to tSQLt.org (Database Unit Testing for Microsoft SQL Server)
We are moving:
Download the newest version directly at https://tSQLt.org
--------------------------------------------------------------------------
tSQLt is a unit testing framework for Microsoft SQL Server. tSQLt is compatible with SQL Server 2005 (service pack 2 required) and above on all editions.
tSQLt allows you to implement unit tests in T-SQL. This is important as you do not have to switch between various tools to create your code and your unit tests. tSQLt also provides the...
CuTest lets you write unit tests for your C code. You should use it because: (1) It has the cutest name, (2) It looks and feels like JUnit, (3) It is cross-platform, (4) It ships in a single .c and .h file for ease of deployment.
Breeze is a build and test automation framework for software developers. It is written in Ruby and can be extended to include tasks that interact with other tools such as sourcecode repositories, compilers, test frameworks, and installers.
A port of the popular unit testing framework CPPUnit for the popular Mud LP Driver.
This allows you to write automated unit tests to test both syncronus and asyncronus functionality in your LPC code.