Searched refs:isOnPanelClosedCalled (Results 1 – 2 of 2) sorted by relevance
63 public boolean isOnPanelClosedCalled; field in TestDialog224 isOnPanelClosedCalled = true; in onPanelClosed()
658 assertFalse(d.isOnPanelClosedCalled); in testContextMenu()663 PollingCheck.waitFor(() -> d.isOnPanelClosedCalled); in testContextMenu()696 d.isOnPanelClosedCalled = false; in testContextMenu()703 PollingCheck.waitFor(() -> d.isOnPanelClosedCalled); in testContextMenu()