Examples of FamixClass


Examples of org.evolizer.famix.model.entities.FamixClass

    assertNotNull(multiLocal1);
    assertNotNull(multiLocal2);
   
    assertTrue("FamixMethod must contain local variable", simpleMethod.getLocalVariables().size() > 0);
   
    FamixClass clazz = (FamixClass)aModel.getElement(aFactory.createClass("<undef>.Gigs",null));
    assertNotNull(clazz);
   
    boolean containsLocal1 = containsLocalVariable(simpleMethod, multiLocal1);
    assertTrue("FamixMethod must contain local variable multiLocal1", containsLocal1);
    assertEquals("No or wrong parent method for local variable multiLocal1", simpleMethod, multiLocal1.getParent());
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.