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 voidAbstractSpecVisitor. visitWhenBlock(WhenBlock block)voidSpecAnnotator. 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 voidISpecVisitor. visitWhenBlock(WhenBlock block)
-