Skip to content

Commit fda7049

Browse files
committed
Updated readme for unit test framework.
1 parent 7d6b849 commit fda7049

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
1-
cppocl
2-
======
1+
#C++ Unit Test Framework
32

4-
C++ Open Class Library
3+
![](header_image.jpg)
54

6-
======
7-
8-
http://cppocl.co.uk
5+
This unit test framework provides a variety of features in a single library, including:
6+
* Testing for success with CHECK_TRUE, CHECK_EQUAL, etc.
7+
* Identify tests as functions, member functions and const member functions.
8+
* 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
Loading

0 commit comments

Comments
 (0)