|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.spockframework.compiler.model.Node<Spec,org.codehaus.groovy.ast.MethodNode>
org.spockframework.compiler.model.Method
org.spockframework.compiler.model.FixtureMethod
public class FixtureMethod
AST node representing a fixture method. In source code, a fixture method corresponds to an instance method named one of "setup", "cleanup", "setupSpec", "cleanupSpec".
Constructor Summary | |
---|---|
FixtureMethod(Spec parent,
org.codehaus.groovy.ast.MethodNode code)
|
Method Summary |
---|
Methods inherited from class org.spockframework.compiler.model.Method |
---|
accept, addBlock, getBlocks, getFirstBlock, getLastBlock, getStatements |
Methods inherited from class org.spockframework.compiler.model.Node |
---|
getAst, getName, getParent, setAst, setName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FixtureMethod(Spec parent, org.codehaus.groovy.ast.MethodNode code)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |