org.eclipse.modisco.jee.jsp.generation.tests
Class DiffGeneratedJspTest
java.lang.Object
org.eclipse.modisco.jee.jsp.generation.tests.DiffGeneratedJspTest
public class DiffGeneratedJspTest
- extends java.lang.Object
Test on generated jsp files from jspxmi model file.
|
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 |
DiffGeneratedJspTest
public DiffGeneratedJspTest()
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