jdave.runner
Class Context

java.lang.Object
  extended by jdave.runner.Context

public abstract class Context
extends Object

Author:
Joni Freeman, Pekka Enberg

Constructor Summary
Context(Class<? extends Specification<?>> specType, Class<?> contextType)
           
 
Method Summary
 String getName()
           
 boolean isContextClass()
           
protected abstract  Behavior newBehavior(Method method, Class<? extends Specification<?>> specType, Class<?> contextType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Context

public Context(Class<? extends Specification<?>> specType,
               Class<?> contextType)
Method Detail

getName

public String getName()

newBehavior

protected abstract Behavior newBehavior(Method method,
                                        Class<? extends Specification<?>> specType,
                                        Class<?> contextType)

isContextClass

public boolean isContextClass()


Copyright © 2010. All Rights Reserved.