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