scsl  1.1.1
Shimmering Clarity Standard Library
sctest.h
Go to the documentation of this file.
1 
23 #include <sctest/Assert.h>
24 #include <sctest/Checks.h>
25 #include <sctest/Debug.h>
26 #include <sctest/Exceptions.h>
27 #include <sctest/Report.h>
28 #include <sctest/SimpleSuite.h>
29 
30 #ifndef SCSL_SCTEST_H
31 #define SCSL_SCTEST_H
32 
34 namespace sctest {}
35 
36 
37 #endif // SCSL_SCTEST_H
Tooling to assist in building test programs..
Provides a number of utility macros for testing.
Custom exceptions for use in SCSL used in writing test programs.
Unit test reporting class.
Defines a simple unit testing framework.
Shimmering Clarity testing library.
Definition: sctest.h:34