Examples of JDollyImp


Examples of jdolly.JDollyImp

 

 
  @Test
  public void testEncapsulateField() {
    JDolly jdolly = new JDollyImp("alloyTheory/encapsulatefield_final.als",2, 3, 3,1);
   
    int numberPrograms = TestUtil.countSolutions(jdolly, false);
   
    assertEquals(2000, numberPrograms);
   
View Full Code Here

Examples of jdolly.JDollyImp

   
  }
 
  @Test
  public void testMoveMethod() {
    JDolly jdolly = new JDollyImp("alloyTheory/movemethod_final.als",2, 3, 3,1);
    jdolly.setMaxMethodNames(2);
   
    int numberPrograms = TestUtil.countSolutions(jdolly, false);
   
    assertEquals(22905, numberPrograms);
   
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.