jdave.runner
Class Context
java.lang.Object
jdave.runner.Context
public abstract class Context
- extends java.lang.Object
- Author:
- Joni Freeman, Pekka Enberg
|
Constructor Summary |
Context(java.lang.Class<? extends Specification<?>> specType,
java.lang.Class<?> contextType)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
INITIALIZER_NAME
public static final java.lang.String INITIALIZER_NAME
- See Also:
- Constant Field Values
Context
public Context(java.lang.Class<? extends Specification<?>> specType,
java.lang.Class<?> contextType)
getName
public java.lang.String getName()
newBehavior
protected abstract Behavior newBehavior(java.lang.reflect.Method method,
java.lang.Class<? extends Specification<?>> specType,
java.lang.Class<?> contextType)
isContextClass
public boolean isContextClass()
Copyright © 2007. All Rights Reserved.