Package gov.nasa.arc.mct.gui.menu.ImportMenu

Examples of gov.nasa.arc.mct.gui.menu.ImportMenu.ThisImportMenu.initialize()


    @Test
    public void testImportMenus() {
        // Create test objects
        ContextAwareMenu thisMenu = new ThisImportMenu();
        ContextAwareMenu objsMenu = new ObjectsImportMenu();
        thisMenu.initialize();
        objsMenu.initialize();
       
        // Name is specified in code, so verify it
        Assert.assertEquals(thisMenu.getText(), "Import");
        Assert.assertEquals(objsMenu.getText(), "Import");
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.