Searched refs:undoCalled (Results 1 – 1 of 1) sorted by relevance
744 … assertTrue( "nested custom undo action has not been undone as expected", action2.undoCalled() ); in impl_testCustomUndoActions()745 … assertFalse( "nested custom undo action has not been undone as expected", action1.undoCalled() ); in impl_testCustomUndoActions()754 … assertTrue( "nested custom undo action has not been undone as expected", action1.undoCalled() ); in impl_testCustomUndoActions()896 assertTrue( "custom Undo not called", action4.undoCalled() ); in impl_testNestedContexts()897 …False( "too many custom Undos called", action1.undoCalled() || action2.undoCalled() || action3.und… in impl_testNestedContexts()899 … "nested actions not properly undone", action1.undoCalled() && action2.undoCalled() && action3.und… in impl_testNestedContexts()1138 hiddenUndoAction.undoCalled() ); in impl_testHiddenContexts()1140 undoAction1.undoCalled() ); in impl_testHiddenContexts()1142 undoAction0.undoCalled() ); in impl_testHiddenContexts()1181 assertFalse( "one action too much has been undone", action0.undoCalled() ); in impl_testHiddenContexts()[all …]