|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Specification | |
|---|---|
| jdave | |
| jdave.runner | |
| jdave.tools | |
| Uses of Specification in jdave |
|---|
| Fields in jdave declared as Specification | |
|---|---|
protected Specification<T> |
Specification.does
|
protected Specification<T> |
Specification.must
|
protected Specification<T> |
Specification.should
|
| Constructors in jdave with parameters of type Specification | |
|---|---|
Not(Specification<T> specification)
|
|
StringEqualsEqualityCheck(Specification<?> specification,
java.lang.String expected)
|
|
| Uses of Specification in jdave.runner |
|---|
| Methods in jdave.runner with type parameters of type Specification | ||
|---|---|---|
|
SpecRunner.run(java.lang.Class<T> specType,
ISpecVisitor callback)
|
|
|
SpecRunner.visit(java.lang.Class<T> specType,
ISpecVisitor callback)
|
|
| Methods in jdave.runner that return Specification | |
|---|---|
protected Specification<?> |
ExecutingBehavior.newSpecification()
|
| Methods in jdave.runner with parameters of type Specification | |
|---|---|
protected java.lang.Object |
ExecutingBehavior.newContext(Specification<?> spec)
|
| Method parameters in jdave.runner with type arguments of type Specification | |
|---|---|
protected abstract Behavior |
Context.newBehavior(java.lang.reflect.Method method,
java.lang.Class<? extends Specification<?>> specType,
java.lang.Class<?> contextType)
|
| Constructor parameters in jdave.runner with type arguments of type Specification | |
|---|---|
Context(java.lang.Class<? extends Specification<?>> specType,
java.lang.Class<?> contextType)
|
|
ExecutingBehavior(java.lang.reflect.Method method,
java.lang.Class<? extends Specification<?>> specType,
java.lang.Class<?> contextType)
|
|
| Uses of Specification in jdave.tools |
|---|
| Method parameters in jdave.tools with type arguments of type Specification | |
|---|---|
void |
SpecdoxRunner.generate(java.lang.Class<? extends Specification<?>> specType)
|
void |
Specdox.generate(java.lang.Class<? extends Specification<?>> specType,
IDoxFormat format)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||