资 源 简 介
LightTest
Overview
LightTest is :
* Simple - No testing utility should be complex, it is a vital tool to the developer and should be easily integrated into project. No need to compile tons of source code and hinder the linking, simply include the lighttest.hpp, lighttest.cpp and the desired system files into Your project and that"s it. The testing itself uses only a few macros with automatic test registration.
* Portable - LightTest doesn"t require any external libraries, not even the STL. It is fully self contained. If Your compiler supports classes and templates You"re good to go.
* Hackable - It doesn"t contain a feature You need for Your project? Do not fret, the source code of the whole framework is well documented and under 1000 lines. BSD license allows You to modify it how ever You wish so hack away(and if You want, submit the changes and ideas so everyone can enjoy them)!
*