scsl 1.0.1
Shimmering Clarity Standard Library
Loading...
Searching...
No Matches
sctest.h
Go to the documentation of this file.
1
22
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
34namespace 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