scsl
0.1.1
Shimmering Clarity Standard Library
|
Test.h implements basic testing tools. More...
#include <string>
Go to the source code of this file.
Namespaces | |
scsl | |
scsl is the top-level namespace containing all the code in this library. | |
Functions | |
void | scsl::TestAssert (bool condition) |
void | scsl::TestAssert (bool condition, std::string message) |
Test.h implements basic testing tools.