Package org.eclipse.epsilon.egl
Class TestEglFileGeneratingTemplate
- java.lang.Object
-
- org.eclipse.epsilon.egl.TestEglFileGeneratingTemplate
-
public class TestEglFileGeneratingTemplate extends Object
-
-
Constructor Summary
Constructors Constructor Description TestEglFileGeneratingTemplate()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
setUpOnce()
void
tearDown()
static void
tearDownOnce()
void
testDoesNotOverwriteWhenMergedContentsAreUnchanged()
void
testDoesNotOverwriteWhenUnprotectedContentsAreUnchanged()
void
testGenerate()
void
testGenerateNoExisting()
void
testStore()
void
testStoreAbsolute()
void
testStoreOverExisting()
void
testStoreOverExistingWithOverwrite()
void
testStoreWithoutProcess()
void
testStoreWithOverwrite()
-
-
-
Method Detail
-
setUpOnce
public static void setUpOnce() throws IOException
- Throws:
IOException
-
tearDownOnce
public static void tearDownOnce()
-
tearDown
public void tearDown() throws IOException
- Throws:
IOException
-
testStoreOverExistingWithOverwrite
public void testStoreOverExistingWithOverwrite() throws Exception
- Throws:
Exception
-
testDoesNotOverwriteWhenMergedContentsAreUnchanged
public void testDoesNotOverwriteWhenMergedContentsAreUnchanged() throws Exception
- Throws:
Exception
-
-