Skip to content

Commit 78825fe

Browse files
committed
Updated readme with output example of tests.
1 parent cd36cc9 commit 78825fe

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,15 @@ TEST_MEMBER_FUNCTION(MyClass, Multiply, int_int)
6060
CHECK_EQUAL(a.Multiply(2, 3), 6);
6161
}
6262
```
63+
64+
## Output Example
65+
66+
```
67+
(1) SUCCESS - 2 TESTS MyTest
68+
(2) SUCCESS - 1 TEST MyClass::MultiplyBy2(int)
69+
(3) SUCCESS - 1 TEST MyClass::Multiply(int, int)
70+
71+
Total checks = 4
72+
Total functions tested = 2
73+
Total tests = 3
74+
```

0 commit comments

Comments
 (0)