jdave.runner
Class SpecRunner
java.lang.Object
jdave.runner.SpecRunner
public class SpecRunner
- extends Object
- Author:
- Pekka Enberg, Joni Freeman, Lasse Koskela
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpecRunner
public SpecRunner()
visit
public <T extends Specification<?>> void visit(Class<T> specType,
ISpecVisitor callback)
run
public <T extends Specification<?>> void run(Class<T> specType,
ISpecVisitor callback)
Copyright © 2010. All Rights Reserved.