Lines Matching refs:assertFalse

413assertFalse( "could not find the given control model within its parent", containerPosition == -1 );  in impl_assignScript()
452 assertFalse( "|undoActionAdded| called after document was disposed", m_isDisposed ); in undoActionAdded()
460 assertFalse( "|actionUndone| called after document was disposed", m_isDisposed ); in actionUndone()
468 assertFalse( "|actionRedone| called after document was disposed", m_isDisposed ); in actionRedone()
475 assertFalse( "|allActionsCleared| called after document was disposed", m_isDisposed ); in allActionsCleared()
482 assertFalse( "|redoActionsCleared| called after document was disposed", m_isDisposed ); in redoActionsCleared()
489 assertFalse( "|resetAll| called after document was disposed", m_isDisposed ); in resetAll()
497 assertFalse( "|enteredContext| called after document was disposed", m_isDisposed ); in enteredContext()
506assertFalse( "|enteredHiddenContext| called after document was disposed", m_isDisposed ); in enteredHiddenContext()
515 assertFalse( "|leftContext| called after document was disposed", m_isDisposed ); in leftContext()
526 assertFalse( "|leftHiddenContext| called after document was disposed", m_isDisposed ); in leftHiddenContext()
538 assertFalse( "|cancelledContext| called after document was disposed", m_isDisposed ); in cancelledContext()
625assertFalse( "clearing the Undo manager should result in the impossibility to undo anything", undo… in impl_checkUndo()
626assertFalse( "clearing the Undo manager should result in the impossibility to redo anything", undo… in impl_checkUndo()
711assertFalse( "undo stack not empty after clearing the undo manager", i_undoManager.isUndoPossible(… in impl_testCustomUndoActions()
712assertFalse( "redo stack not empty after clearing the undo manager", i_undoManager.isRedoPossible(… in impl_testCustomUndoActions()
745assertFalse( "nested custom undo action has not been undone as expected", action1.undoCalled() ); in impl_testCustomUndoActions()
772 assertFalse( "unexpected initial locking state", i_undoManager.isLocked() ); in impl_testLocking()
781 assertFalse( "just unlocked the manager, why does it lie?", i_undoManager.isLocked() ); in impl_testLocking()
800assertFalse( "internal error: manager should not be locked at this point in time", i_undoManager.i… in impl_testLocking()
846 assertFalse( i_undoManager.isUndoPossible() ); in impl_testContextHandling()
847 assertFalse( i_undoManager.isRedoPossible() ); in impl_testContextHandling()
852 assertFalse( m_undoListener.wasHiddenContextLeft() ); in impl_testContextHandling()
853 assertFalse( m_undoListener.hasContextBeenCancelled() ); in impl_testContextHandling()
867 assertFalse( m_undoListener.wasContextLeft() ); in impl_testContextHandling()
868 assertFalse( m_undoListener.wasHiddenContextLeft() ); in impl_testContextHandling()
870assertFalse( "leaving an empty context should silently remove it, and not contribute to the stack", in impl_testContextHandling()
897assertFalse( "too many custom Undos called", action1.undoCalled() || action2.undoCalled() || actio… in impl_testNestedContexts()
1002 assertFalse( "Undo/Redo by UI should not let escape Exceptions", caughtUndoFailed ); in impl_testErrorHandling()
1005assertFalse( "a failing Undo should clear the Undo stack", i_undoManager.isUndoPossible() ); in impl_testErrorHandling()
1011assertFalse( "a failing Redo should clear the Redo stack", i_undoManager.isRedoPossible() ); in impl_testErrorHandling()
1022 assertFalse( i_undoManager.isUndoPossible() ); in impl_testStackHandling()
1023 assertFalse( i_undoManager.isRedoPossible() ); in impl_testStackHandling()
1027 assertFalse( i_undoManager.isRedoPossible() ); in impl_testStackHandling()
1030 assertFalse( i_undoManager.isRedoPossible() ); in impl_testStackHandling()
1035 assertFalse( i_undoManager.isUndoPossible() ); in impl_testStackHandling()
1039assertFalse( "adding a new action should have cleared the Redo stack", i_undoManager.isRedoPossibl… in impl_testStackHandling()
1050 assertFalse( "clearance listener unexpectedly called", m_undoListener.wereStacksCleared() ); in impl_testClearance()
1051assertFalse( "redo-clearance listener unexpectedly called", m_undoListener.wasRedoStackCleared() ); in impl_testClearance()
1054assertFalse( "redo-clearance listener unexpectedly called (2)", m_undoListener.wasRedoStackCleared… in impl_testClearance()
1058 assertFalse( i_undoManager.isUndoPossible() ); in impl_testClearance()
1065 assertFalse( m_undoListener.wereStacksCleared() ); in impl_testClearance()
1076 assertFalse( i_undoManager.isRedoPossible() ); in impl_testClearance()
1087 assertFalse( i_undoManager.isUndoPossible() ); in impl_testClearance()
1088 assertFalse( i_undoManager.isRedoPossible() ); in impl_testClearance()
1109assertFalse( "precondition for testing hidden undo contexts not met", i_undoManager.isUndoPossible… in impl_testHiddenContexts()
1126assertFalse( "leaving a hidden should not call |leftUndocontext|", m_undoListener.wasContextLeft()… in impl_testHiddenContexts()
1128assertFalse( "leaving a non-empty hidden context claims to have cancelled it", m_undoListener.hasC… in impl_testHiddenContexts()
1141 assertFalse( "Undo after leaving a hidden context undoes too much", in impl_testHiddenContexts()
1148 assertFalse( m_undoListener.wasContextLeft() ); in impl_testHiddenContexts()
1149 assertFalse( m_undoListener.wasHiddenContextLeft() ); in impl_testHiddenContexts()
1175 assertFalse( m_undoListener.wasContextLeft() ); in impl_testHiddenContexts()
1176 assertFalse( m_undoListener.wasHiddenContextLeft() ); in impl_testHiddenContexts()
1181 assertFalse( "one action too much has been undone", action0.undoCalled() ); in impl_testHiddenContexts()