263264265266267268269270271272273
@Override public void run() { for ( int j=0; j<actionsPerThread; ++j ) { try { undoManager.undo(); } catch ( final Exception e ) { fail( "Those dummy actions are not expected to fail." ); return; }