We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d6b849 commit fda7049Copy full SHA for fda7049
README.md
@@ -1,8 +1,14 @@
1
-cppocl
2
-======
+#C++ Unit Test Framework
3
4
-C++ Open Class Library
+
5
6
7
-
8
-http://cppocl.co.uk
+This unit test framework provides a variety of features in a single library, including:
+* Testing for success with CHECK_TRUE, CHECK_EQUAL, etc.
+* Identify tests as functions, member functions and const member functions.
+* Pass or fail a test based on the performance.
9
+* Fixtures (setup and teardown).
10
+* Fail on memory leak.
11
+* Single header file include for all features.
12
+* Override test output for function names and arguments.
13
+* Provide custom logging (replace stdio output).
14
+* Test for C++ exceptions.
header_image.jpg
155 KB
0 commit comments