Package gov.nasa.arc.mct.gui.GroupAction

Examples of gov.nasa.arc.mct.gui.GroupAction.RadioAction.actionPerformed()


    RadioAction radioActionThat = (RadioAction) menuItem.getAction();
    Assert.assertNotNull(radioActionThat);
    Assert.assertTrue(radioActionThat.isEnabled());
    Assert.assertFalse(radioActionThat.isSelected());

    radioActionThat.actionPerformed(new ActionEvent(testMenu, 0, null));
    testMenu.fireMenuDeselected();
    resetTargetComponent(housingB);
  }
 
  @Test(enabled=true, dependsOnMethods = { "testTargetContextFirstRadioMenuSelected" })
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.