Class Formatters
- java.lang.Object
-
- org.eclipse.epsilon.egl.test.acceptance.formatters.Formatters
-
public class Formatters extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Formatters()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
allFormattersInAGroupAreApplied()
void
allTemplateSpecificFormattersAreApplied()
void
defaultFormatterIsAppliedForAllTemplates()
static void
setUpOnce()
void
templateSpecificFormatterIsPreferredToDefaultFormatter()
-
-
-
Method Detail
-
setUpOnce
public static void setUpOnce() throws java.lang.Exception
- Throws:
java.lang.Exception
-
defaultFormatterIsAppliedForAllTemplates
public void defaultFormatterIsAppliedForAllTemplates() throws java.lang.Exception
- Throws:
java.lang.Exception
-
allFormattersInAGroupAreApplied
public void allFormattersInAGroupAreApplied() throws java.lang.Exception
- Throws:
java.lang.Exception
-
templateSpecificFormatterIsPreferredToDefaultFormatter
public void templateSpecificFormatterIsPreferredToDefaultFormatter() throws java.lang.Exception
- Throws:
java.lang.Exception
-
allTemplateSpecificFormattersAreApplied
public void allTemplateSpecificFormattersAreApplied() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-