jdave.runner
Class Behavior
java.lang.Object
jdave.runner.Behavior
- Direct Known Subclasses:
- ExecutingBehavior
public abstract class Behavior
- extends Object
- Author:
- Joni Freeman, Pekka Enberg
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
method
protected final Method method
Behavior
public Behavior(Class<?> contextType,
Method method)
getName
public String getName()
getMethod
public Method getMethod()
getContextType
public Class<?> getContextType()
run
public abstract void run(IBehaviorResults results)
Copyright © 2010. All Rights Reserved.