Uses of Class
org.spockframework.compiler.model.CleanupBlock
-
Packages that use CleanupBlock Package Description org.spockframework.compiler org.spockframework.compiler.model -
-
Uses of CleanupBlock in org.spockframework.compiler
Methods in org.spockframework.compiler with parameters of type CleanupBlock Modifier and Type Method Description voidAbstractSpecVisitor. visitCleanupBlock(CleanupBlock block)voidSpecAnnotator. visitCleanupBlock(CleanupBlock block)voidSpecRewriter. visitCleanupBlock(CleanupBlock block) -
Uses of CleanupBlock in org.spockframework.compiler.model
Methods in org.spockframework.compiler.model with parameters of type CleanupBlock Modifier and Type Method Description voidISpecVisitor. visitCleanupBlock(CleanupBlock block)
-