Class AcceptanceTestUtil
- java.lang.Object
-
- org.eclipse.epsilon.egl.test.acceptance.AcceptanceTestUtil
-
public class AcceptanceTestUtil extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidgenerate(EglTemplateFactory factory, Object program, String destination, IModel... models)static Collection<ParseProblem>getParseProblems()static List<StatusMessage>getStatusMessages()static TemplategetTrace()static Stringrun(Object program, Model... models)static Stringrun(Object program, IModel model)static Stringrun(EglTemplateFactory factory, Object program, Model... modelSpecs)static Stringrun(EglTemplateFactory factory, Object program, IModel... models)static voidtest(File program, File expected, Model... models)static voidtest(Object program, String expected, Model... models)static voidtest(URI program, File expected, Model... models)
-
-
-
Method Detail
-
test
public static void test(File program, File expected, Model... models) throws Exception
- Throws:
Exception
-
test
public static void test(URI program, File expected, Model... models) throws Exception
- Throws:
Exception
-
test
public static void test(Object program, String expected, Model... models) throws Exception
- Throws:
Exception
-
run
public static String run(EglTemplateFactory factory, Object program, Model... modelSpecs) throws Exception
- Throws:
Exception
-
run
public static String run(EglTemplateFactory factory, Object program, IModel... models) throws Exception
- Throws:
Exception
-
generate
public static void generate(EglTemplateFactory factory, Object program, String destination, IModel... models) throws Exception
- Throws:
Exception
-
getParseProblems
public static Collection<ParseProblem> getParseProblems()
-
getStatusMessages
public static List<StatusMessage> getStatusMessages()
-
getTrace
public static Template getTrace()
-
-