| Constructor and Description |
|---|
TestExecutor(Class<?>... tests) |
TestExecutor(Collection<org.graphwalker.core.machine.Context> contexts) |
TestExecutor(Configuration configuration) |
TestExecutor(org.graphwalker.core.machine.Context... contexts) |
| Modifier and Type | Method and Description |
|---|---|
Result |
execute() |
Result |
execute(boolean ignoreErrors) |
org.graphwalker.core.machine.MachineException |
getFailure(org.graphwalker.core.machine.Context context) |
Collection<org.graphwalker.core.machine.MachineException> |
getFailures() |
org.graphwalker.core.machine.Machine |
getMachine() |
MachineConfiguration |
getMachineConfiguration() |
Result |
getResult() |
boolean |
isFailure(org.graphwalker.core.machine.Context context) |
void |
reportResults(File file,
Date startTime,
Properties properties) |
void |
update(org.graphwalker.core.machine.Machine machine,
org.graphwalker.core.model.Element element,
org.graphwalker.core.event.EventType type) |
public TestExecutor(Configuration configuration) throws IOException
IOExceptionpublic TestExecutor(Class<?>... tests) throws IOException
IOExceptionpublic TestExecutor(org.graphwalker.core.machine.Context... contexts)
public TestExecutor(Collection<org.graphwalker.core.machine.Context> contexts)
public org.graphwalker.core.machine.Machine getMachine()
getMachine in interface Executorpublic MachineConfiguration getMachineConfiguration()
getMachineConfiguration in interface Executorpublic boolean isFailure(org.graphwalker.core.machine.Context context)
public org.graphwalker.core.machine.MachineException getFailure(org.graphwalker.core.machine.Context context)
getFailure in interface Executorpublic Collection<org.graphwalker.core.machine.MachineException> getFailures()
getFailures in interface Executorpublic void reportResults(File file, Date startTime, Properties properties)
reportResults in interface Executorpublic void update(org.graphwalker.core.machine.Machine machine,
org.graphwalker.core.model.Element element,
org.graphwalker.core.event.EventType type)
update in interface org.graphwalker.core.event.ObserverCopyright © 2005–2019 GraphWalker. All rights reserved.