Class to check that the destructor of object Operation is called and memory freed. More...
Public Member Functions | |
TestOperation (OperationType operationType) | |
virtual | ~TestOperation () |
Class to check that the destructor of object Operation is called and memory freed.
Definition at line 34 of file mitkVerboseLimitedLinearUndoTest.cpp.
mitk::TestOperation::TestOperation | ( | OperationType | operationType ) | [inline] |
Definition at line 37 of file mitkVerboseLimitedLinearUndoTest.cpp.
References g_GlobalCounter.
: Operation(operationType) { g_GlobalCounter++; };
virtual mitk::TestOperation::~TestOperation | ( | ) | [inline, virtual] |
Definition at line 43 of file mitkVerboseLimitedLinearUndoTest.cpp.
References g_GlobalCounter.
{ g_GlobalCounter--; };