Uses of Class
org.spockframework.compiler.model.Spec
Packages that use Spec
-
Uses of Spec in org.spockframework.compiler
Methods in org.spockframework.compiler that return SpecModifier and TypeMethodDescriptionSpecParser.build(org.codehaus.groovy.ast.ClassNode clazz) IRewriteResources.getCurrentSpec()SpecRewriter.getCurrentSpec()Methods in org.spockframework.compiler with parameters of type Spec -
Uses of Spec in org.spockframework.compiler.model
Methods in org.spockframework.compiler.model with parameters of type SpecConstructors in org.spockframework.compiler.model with parameters of type SpecModifierConstructorDescriptionFeatureMethod(Spec parent, org.codehaus.groovy.ast.MethodNode code, int ordinal) FixtureMethod(Spec parent, org.codehaus.groovy.ast.MethodNode code) HelperMethod(Spec parent, org.codehaus.groovy.ast.MethodNode code)