Package org.eclipse.epsilon.flexmi.test
Class TemplateTests
- java.lang.Object
-
- org.eclipse.epsilon.flexmi.test.FlexmiTests
-
- org.eclipse.epsilon.flexmi.test.TemplateTests
-
public class TemplateTests extends FlexmiTests
-
-
Constructor Summary
Constructors Constructor Description TemplateTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testEglTemplateSlot()
void
testModelWithEglTemplateImportingEOL()
void
testModelWithEglTemplates()
void
testModelWithEolTemplateImportingEOL()
void
testModelWithEolTemplates()
void
testModelWithImportedEglTemplates()
void
testModelWithImportedTemplate()
void
testModelWithImportedTemplateMixedFlavour()
void
testModelWithImportedTemplates()
void
testModelWithIncludedEglTemplates()
void
testModelWithIncludedEglTemplatesMixedFlavour()
void
testModelWithIncludedTemplate()
void
testModelWithIncludedTemplateMixedFlavour()
void
testModelWithMultiElementTemplate()
void
testModelWithNestedTemplates()
void
testModelWithParameterisedTemplate()
void
testModelWithTemplate()
void
testTemplateApplicationContents()
void
testTemplateInstantiation()
void
testTemplateSlot()
-
Methods inherited from class org.eclipse.epsilon.flexmi.test.FlexmiTests
assertEval, assertNoWarnings, assertWarning, getYamlModelFileName, loadResource, loadResource, setup, yamlModelExists
-
-
-
-
Method Detail
-
testTemplateApplicationContents
public void testTemplateApplicationContents() throws Exception
- Throws:
Exception
-
testModelWithImportedTemplate
public void testModelWithImportedTemplate() throws Exception
- Throws:
Exception
-
testModelWithImportedTemplateMixedFlavour
public void testModelWithImportedTemplateMixedFlavour() throws Exception
- Throws:
Exception
-
testModelWithIncludedTemplate
public void testModelWithIncludedTemplate() throws Exception
- Throws:
Exception
-
testModelWithIncludedTemplateMixedFlavour
public void testModelWithIncludedTemplateMixedFlavour() throws Exception
- Throws:
Exception
-
testModelWithImportedTemplates
public void testModelWithImportedTemplates() throws Exception
- Throws:
Exception
-
testModelWithParameterisedTemplate
public void testModelWithParameterisedTemplate() throws Exception
- Throws:
Exception
-
testModelWithNestedTemplates
public void testModelWithNestedTemplates() throws Exception
- Throws:
Exception
-
testModelWithMultiElementTemplate
public void testModelWithMultiElementTemplate() throws Exception
- Throws:
Exception
-
testTemplateInstantiation
public void testTemplateInstantiation() throws Exception
- Throws:
Exception
-
testModelWithEolTemplates
public void testModelWithEolTemplates() throws Exception
- Throws:
Exception
-
testModelWithEglTemplates
public void testModelWithEglTemplates() throws Exception
- Throws:
Exception
-
testModelWithImportedEglTemplates
public void testModelWithImportedEglTemplates() throws Exception
- Throws:
Exception
-
testModelWithIncludedEglTemplates
public void testModelWithIncludedEglTemplates() throws Exception
- Throws:
Exception
-
testModelWithIncludedEglTemplatesMixedFlavour
public void testModelWithIncludedEglTemplatesMixedFlavour() throws Exception
- Throws:
Exception
-
testModelWithEglTemplateImportingEOL
public void testModelWithEglTemplateImportingEOL() throws Exception
- Throws:
Exception
-
-