// Assert.assertTrue(listenerTest.getNotification("selectedXChanged(double)").equals((double)xClick));
// Assert.assertTrue(listenerTest.getNotification("selectedYChanged(int)").equals((int)yClick));
// Assert.assertTrue(listenerTest.getNotification("selectedYChanged(double)").equals(yClick));
widget.removeTableListener(listenerTest);
listenerTest.reset();
tth.mouseClickOnComponent(chart);
Sleeper.SECONDS.sleep(1);
Assert.assertTrue("listener should not be notified", listenerTest.getNotifyCount() == 0);