jdave.runner
Class Behavior

java.lang.Object
  extended by jdave.runner.Behavior
Direct Known Subclasses:
ExecutingBehavior

public abstract class Behavior
extends Object

Author:
Joni Freeman, Pekka Enberg

Field Summary
protected  Method method
           
 
Constructor Summary
Behavior(Class<?> contextType, Method method)
           
 
Method Summary
 Class<?> getContextType()
           
 Method getMethod()
           
 String getName()
           
abstract  void run(IBehaviorResults results)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

method

protected final Method method
Constructor Detail

Behavior

public Behavior(Class<?> contextType,
                Method method)
Method Detail

getName

public String getName()

getMethod

public Method getMethod()

getContextType

public Class<?> getContextType()

run

public abstract void run(IBehaviorResults results)


Copyright © 2010. All Rights Reserved.