Skip to content

Commit 61ef8a6

Browse files
committed
Added getCheckCount to TestTestingFixture
1 parent 9c77f1c commit 61ef8a6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

include/CppUTest/TestTestingFixture.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,11 @@ class TestTestingFixture
8585
return result_->getFailureCount();
8686
}
8787

88+
int getCheckCount()
89+
{
90+
return result_->getCheckCount();
91+
}
92+
8893
int getIgnoreCount()
8994
{
9095
return result_->getIgnoredCount();

0 commit comments

Comments
 (0)