* @throws InterruptedException
*
*/
public void testShowHideShowHide() throws InterruptedException {
XBayaEngine engine = new XBayaEngine(this.configuration);
Cancelable cancelable = new Cancelable() {
public void cancel() {
// Nothing
}
};
final WaitDialog dialog = new WaitDialog(cancelable, "title", "message", engine.getGUI());