Examples of ExmlSourceFile


Examples of net.jangaroo.exml.model.ExmlSourceFile

  }

  @Test
  public void testDoNotGenerateClassWhenActionScriptClassIsAlreadyThere() throws Exception {
    setUp("exmlparser.config");
    ExmlSourceFile exmlSourceFile = new ExmlSourceFile(getConfigClassRegistry(), getFile("/testPackage/TestAction.exml"));
    File outputFile = exmlSourceFile.generateTargetClass();
    Assert.assertNull("A target class must only be generated when there is no ActionScript source class of the same name as the EXML class.", outputFile);
  }
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.