org.eclipse.modisco.jee.jsp.generation.tests
Class DiffGeneratedJspTest

java.lang.Object
  extended by org.eclipse.modisco.jee.jsp.generation.tests.DiffGeneratedJspTest

public class DiffGeneratedJspTest
extends java.lang.Object

Test on generated jsp files from jspxmi model file.


Constructor Summary
DiffGeneratedJspTest()
           
 
Method Summary
 void testEmtlFilePresent()
          Bug 368698 - GenerateJsp.emtl is missing in org.eclipse.modisco.jee.jsp.generation
 void testJspFileExistence()
          Launch a jsp files generation, and simply check that for each jsp source file a jsp generated file with the same path exists.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DiffGeneratedJspTest

public DiffGeneratedJspTest()
Method Detail

testEmtlFilePresent

public void testEmtlFilePresent()
Bug 368698 - GenerateJsp.emtl is missing in org.eclipse.modisco.jee.jsp.generation


testJspFileExistence

public final void testJspFileExistence()
                                throws java.net.URISyntaxException,
                                       CoreException,
                                       java.io.IOException
Launch a jsp files generation, and simply check that for each jsp source file a jsp generated file with the same path exists.

Throws:
java.net.URISyntaxException
java.io.IOException
CoreException