Community
Participate
Working Groups
Shell childShell = new Shell( shell );
childShell.dispose();
assertTrue( childShell.isDisposed() );
childShell = new Shell( shell );
shell.dispose();
}
public void testCreateDescendantShell() {