Package de.hpi.eworld.networkview

Examples of de.hpi.eworld.networkview.GraphController


  /**
   * Creates an instance of each possible model element and calls createViewItem with it to check if the correct ViewModel element is created from it
   */
  @Test
  public void testCreateViewItem() {
    networkView = new GraphController(null);
    // networkView.onModelCleared();
    Assert.assertEquals(0, networkView.getGraphModel().items().length);
    testAddModelElements();
    testRemoveModelElements();
    networkView = null;
View Full Code Here

TOP

Related Classes of de.hpi.eworld.networkview.GraphController

Copyright © 2018 www.massapicom. 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.