|
CoreComponents 3.0.0
A Modern C++ Toolkit
|
Defines a test case. More...
#include <cc/TestCase>
Public Member Functions | |
| TestCase (const String &name, Function< void()> &&run, bool skip=false) | |
| Create a new test case. | |
| String | name () const |
| bool | skip () const |
| int | assertionCount () const |
| int | failureCount () const |
| bool | caughtException () const |
| bool | passed () const |
| void | run () |
Defines a test case.