Embedded Unit is unit testing framework for Embedded C System. Its design was copied from JUnit and CUnit and more, and then adapted somewhat for Embedded C System.
Embedded Unit does not require std C libs.
All objects are allocated to const area.
NaturalSpec is a .NET UnitTest framework which provides automatically testable specs in natural language.
NaturalSpec is based on NUnit and completely written in F# - but you don't have to learn F# to use it.
The Compartmented Robust Posix C++ Unit Test system. crpcut is a simple to use unit test system for C++, where each test case is run in its own process and own working directory, to ensure that each test case starts from a clean slate.
pgUnitTest is a tool to run a unit test suite on PostgreSQL databases. The unit tests concern database queries and can be select statements with a result expected or insert statements using random data generators.
CuTest is a unit testing library for the C language. It can be used to do Extreme Programming and Test-First Development in the C language. It's a fun and cute library that will make your programming fun and productive.
lua-TestLongString is a port of the Perl5 module Test::LongString.
It is an extension of lua-TestMore.
It provides functions for comparing and testing strings that are not in plain text or are especially long.
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy