public final class TestBuilder extends Object
| Constructor and Description |
|---|
TestBuilder() |
| Modifier and Type | Method and Description |
|---|---|
org.graphwalker.core.machine.Context |
build() |
Result |
execute() |
TestBuilder |
setContext(org.graphwalker.core.machine.Context context) |
TestBuilder |
setModel(Path model) |
TestBuilder |
setModel(String model) |
TestBuilder |
setPathGenerator(org.graphwalker.core.generator.PathGenerator generator) |
TestBuilder |
setStart(String start) |
public TestBuilder setModel(String model)
public TestBuilder setModel(Path model)
public TestBuilder setContext(org.graphwalker.core.machine.Context context)
public TestBuilder setPathGenerator(org.graphwalker.core.generator.PathGenerator generator)
public TestBuilder setStart(String start)
public org.graphwalker.core.machine.Context build()
public Result execute()
Copyright © 2005–2014 GraphWalker. All rights reserved.