#include <catch.hpp>
|
virtual void | invoke () const =0 |
|
virtual void | addRef () const =0 |
|
virtual void | release () const =0 |
|
Definition at line 519 of file catch.hpp.
◆ ~ITestCase()
virtual Catch::ITestCase::~ITestCase |
( |
| ) |
|
|
protectedvirtual |
◆ addRef()
virtual void Catch::IShared::addRef |
( |
| ) |
const |
|
pure virtualinherited |
◆ invoke()
virtual void Catch::ITestCase::invoke |
( |
| ) |
const |
|
pure virtual |
◆ release()
virtual void Catch::IShared::release |
( |
| ) |
const |
|
pure virtualinherited |
The documentation for this struct was generated from the following file: