Package jdolly

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


   
  }
 
  @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

Related Classes of jdolly.JDollyImp

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.