public class AcceptanceTestUtil extends Object
Modifier and Type | Method and 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(EglTemplateFactory factory,
Object program,
IModel... models) |
static String |
run(EglTemplateFactory factory,
Object program,
Model... modelSpecs) |
static String |
run(Object program,
IModel model) |
static String |
run(Object program,
Model... 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) |
public static void test(File program, File expected, Model... models) throws Exception
Exception
public static void test(URI program, File expected, Model... models) throws Exception
Exception
public static void test(Object program, String expected, Model... models) throws Exception
Exception
public static String run(EglTemplateFactory factory, Object program, Model... modelSpecs) throws Exception
Exception
public static String run(EglTemplateFactory factory, Object program, IModel... models) throws Exception
Exception
public static void generate(EglTemplateFactory factory, Object program, String destination, IModel... models) throws Exception
Exception
public static Collection<ParseProblem> getParseProblems()
public static List<StatusMessage> getStatusMessages()
public static Template getTrace()
Copyright © 2016. All rights reserved.