scsl
1.0.1
Shimmering Clarity Standard Library
Loading...
Searching...
No Matches
include
sctest
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
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
sctest
Shimmering Clarity testing library.
Definition
sctest.h:34
sctest::Assert
void Assert(bool condition)
Generated by
1.9.8