final JButton b = (JButton) this.tth.findFirstComponent(JButton.class,
this.jf1);
this.tth.click(b);
Sleeper.SECONDS.sleep(3);
assertThat(ali.getNotifyCount()).isEqualTo(1);
button.removeActionListener(ali);
Sleeper.SECONDS.sleep(3);
ali.reset();
this.tth.click(b);
Sleeper.SECONDS.sleep(3);
assertThat(ali.getNotifyCount()).isEqualTo(0);