scsl  1.1.1
Shimmering Clarity Standard Library
Assert.h
Go to the documentation of this file.
1 
23 #ifndef SCSL_TEST_H
24 #define SCSL_TEST_H
25 
26 
27 #include <string>
28 
29 
30 namespace sctest {
31 
32 
41 void Assert(bool condition);
42 
43 
55 void Assert(bool condition, std::string message);
56 
57 
58 } // namespace scsl
59 
60 #endif //SCSL_TEST_H
Shimmering Clarity testing library.
Definition: sctest.h:34
void Assert(bool condition)