Package org.spockframework.builder
Class Sculpturer
java.lang.Object
groovy.lang.GroovyObjectSupport
org.spockframework.builder.Sculpturer
- All Implemented Interfaces:
groovy.lang.GroovyObject
public class Sculpturer
extends groovy.lang.GroovyObjectSupport
Forms a gestalt from its blueprint.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidgetProperty(String name) invokeMethod(String name, Object args) voidsetProperty(String name, Object value) Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClass
-
Constructor Details
-
Sculpturer
public Sculpturer()
-
-
Method Details
-
$form
-
getProperty
- Specified by:
getPropertyin interfacegroovy.lang.GroovyObject- Overrides:
getPropertyin classgroovy.lang.GroovyObjectSupport
-
setProperty
- Specified by:
setPropertyin interfacegroovy.lang.GroovyObject- Overrides:
setPropertyin classgroovy.lang.GroovyObjectSupport
-
invokeMethod
- Specified by:
invokeMethodin interfacegroovy.lang.GroovyObject- Overrides:
invokeMethodin classgroovy.lang.GroovyObjectSupport
-