Uses of Class
org.spockframework.compiler.model.WhenBlock
-
Packages that use WhenBlock Package Description org.spockframework.compiler org.spockframework.compiler.model -
-
Uses of WhenBlock in org.spockframework.compiler
Methods in org.spockframework.compiler with parameters of type WhenBlock Modifier and Type Method Description void
AbstractSpecVisitor. visitWhenBlock(WhenBlock block)
void
SpecAnnotator. visitWhenBlock(WhenBlock block)
-
Uses of WhenBlock in org.spockframework.compiler.model
Methods in org.spockframework.compiler.model with parameters of type WhenBlock Modifier and Type Method Description void
ISpecVisitor. visitWhenBlock(WhenBlock block)
-