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