Package org.eclipse.epsilon.egl
Class TestTemplateFactory.DefaultFormatterTests
- java.lang.Object
-
- org.eclipse.epsilon.egl.TestTemplateFactory.TemplateFactoryTests
-
- org.eclipse.epsilon.egl.TestTemplateFactory.DefaultFormatterTests
-
- Enclosing class:
- TestTemplateFactory
public static class TestTemplateFactory.DefaultFormatterTests extends TestTemplateFactory.TemplateFactoryTests
-
-
Field Summary
-
Fields inherited from class org.eclipse.epsilon.egl.TestTemplateFactory.TemplateFactoryTests
tf
-
-
Constructor Summary
Constructors Constructor Description DefaultFormatterTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
allSpecifiedDefaultFormattersArePassedToSubtemplates()
void
specifiedDefaultFormatterIsPassedToSubtemplates()
void
whenNoDefaultFormatterIsSpecifiedThenNullFormatterIsPassedToSubtemplates()
-
Methods inherited from class org.eclipse.epsilon.egl.TestTemplateFactory.TemplateFactoryTests
setUp
-
-
-
-
Method Detail
-
whenNoDefaultFormatterIsSpecifiedThenNullFormatterIsPassedToSubtemplates
public void whenNoDefaultFormatterIsSpecifiedThenNullFormatterIsPassedToSubtemplates() throws Exception
- Throws:
Exception
-
specifiedDefaultFormatterIsPassedToSubtemplates
public void specifiedDefaultFormatterIsPassedToSubtemplates() throws Exception
- Throws:
Exception
-
-