scsl 1.0.1
Shimmering Clarity Standard Library
Loading...
Searching...
No Matches
Assert.h
Go to the documentation of this file.
1
22
23#ifndef SCSL_TEST_H
24#define SCSL_TEST_H
25
26
27#include <string>
28
29
30namespace sctest {
31
32
41void Assert(bool condition);
42
43
55void 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)