Home
last modified time | relevance | path

Searched refs:action1 (Results 1 – 1 of 1) sorted by relevance

/trunk/main/sfx2/qa/complex/sfx2/
H A DUndoManager.java719 final CustomUndoAction action1 = new CustomUndoAction( "UndoAction1" ); in impl_testCustomUndoActions() local
720 i_undoManager.addUndoAction( action1 ); in impl_testCustomUndoActions()
723 action1.getTitle(), m_undoListener.getMostRecentlyAddedActionTitle() ); in impl_testCustomUndoActions()
738 … new String[]{contextTitle, action1.getTitle()}, i_undoManager.getAllUndoActionTitles() ); in impl_testCustomUndoActions()
745 … assertFalse( "nested custom undo action has not been undone as expected", action1.undoCalled() ); in impl_testCustomUndoActions()
749 new String[]{action1.getTitle()}, i_undoManager.getAllUndoActionTitles() ); in impl_testCustomUndoActions()
753 …assertEquals( "improper action title notified during UI Undo", action1.getTitle(), m_undoListener.… in impl_testCustomUndoActions()
754 … assertTrue( "nested custom undo action has not been undone as expected", action1.undoCalled() ); in impl_testCustomUndoActions()
756 … new String[]{action1.getTitle(), contextTitle}, i_undoManager.getAllRedoActionTitles() ); in impl_testCustomUndoActions()
762 assertTrue( action1.disposed() && action2.disposed() ); in impl_testCustomUndoActions()
[all …]