jdave.runner
Class ExecutingBehavior
java.lang.Object
jdave.runner.Behavior
jdave.runner.ExecutingBehavior
public class ExecutingBehavior
- extends Behavior
- Author:
- Joni Freeman, Pekka Enberg
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExecutingBehavior
public ExecutingBehavior(Method method,
Class<? extends Specification<?>> specType,
Class<?> contextType)
run
public void run(IBehaviorResults results)
- Specified by:
run in class Behavior
newSpecification
protected Specification<?> newSpecification()
newContext
protected Object newContext(Specification<?> spec)
throws Exception
- Throws:
Exception
destroyContext
protected void destroyContext()
throws Exception
- Throws:
Exception
Copyright © 2010. All Rights Reserved.