Package org.zeroturnaround.jrebel.gradle.model

Examples of org.zeroturnaround.jrebel.gradle.model.RebelMainModel.toXmlString()


   
    // TODO very rough test that doesn't actually validate almost anything... just make sure the code runs through
    // TODO make it test the real requirements more thoroughly
    assertTrue(webResources.size() > 0);
   
    log.info("testWeb() XML :  \n" + model.toXmlString());
   
    cleanUp(project);
  }
 
  // TODO tests for other properties -- what should the model look like after setting those config options
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.