49 "Testing if the standard undo model VerboseLimitedLinearUndo is returned")
62 "Testing to switch back again and to be sure, that the poiinters are the same")
69 linearModel == anotherLinearModel,
70 "Testing to remove the VerboseLimitedLinearUndoModel and to automatically switch to LimitedLinearUndo")
77 newVerboseModelPointer != standardModel,
78 "Testing to add verbose model and if the new model is equal to the deleted one. Should not be the case!")
89 "Testing to erase all models. Should be impossible to maintain a working model in UndoController")
91 delete myUndoController;
#define MITK_TEST_CONDITION_REQUIRED(COND, MSG)
section GeneralTestsDeprecatedOldTestingStyle Deprecated macros All tests with MITK_TEST_BEGIN()
A linear undo model with one undo and one redo stack.
A limited linear undo model providing GUI elements with stack status information. ...
int mitkUndoControllerTest(int, char *[])