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 void
generate(EglTemplateFactory factory, Object program, String destination, IModel... models)
static Collection<ParseProblem>
getParseProblems()
static List<StatusMessage>
getStatusMessages()
static Template
getTrace()
static String
run(Object program, Model... models)
static String
run(Object program, IModel model)
static String
run(EglTemplateFactory factory, Object program, Model... modelSpecs)
static String
run(EglTemplateFactory factory, Object program, IModel... models)
static void
test(File program, File expected, Model... models)
static void
test(Object program, String expected, Model... models)
static void
test(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()
-
-