What is RapidoTest?
RapidoTest is a unit testing framework for C++ projects on Linux platforms. As its name suggests, this
framework has been designed to create a test suite for a project in a very rapid way. As you would see
if you read the documentation, the framework automates all the borring steps required to create and initialize
a test suite. This way, working with RapidoTest turns out to just write test code, compiling, and running the
test suite. With no extra work at all.
Features
- Automate test case registration to the test suite
- Produce clean anomaly reports that shows the reason and the position of the failure in your code
- No need to have background knowledge to use RapidoTest, no need to worry how to initialize and run the test suite, just write your tests!
- Easily export your test suite to Auto test: run the exported test suite by typing "make check" or "make installcheck". (alpha feature)
- A very nice text based user interface -- What?? ASCII ART isn't the future? ;-), ok I'm leaving => []
|