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 TypeMethodDescriptionvoid
getProperty
(String name) invokeMethod
(String name, Object args) void
setProperty
(String name, Object value) Methods inherited from class groovy.lang.GroovyObjectSupport
getMetaClass, setMetaClass
-
Constructor Details
-
Sculpturer
public Sculpturer()
-
-
Method Details
-
$form
-
getProperty
- Specified by:
getProperty
in interfacegroovy.lang.GroovyObject
- Overrides:
getProperty
in classgroovy.lang.GroovyObjectSupport
-
setProperty
- Specified by:
setProperty
in interfacegroovy.lang.GroovyObject
- Overrides:
setProperty
in classgroovy.lang.GroovyObjectSupport
-
invokeMethod
- Specified by:
invokeMethod
in interfacegroovy.lang.GroovyObject
- Overrides:
invokeMethod
in classgroovy.lang.GroovyObjectSupport
-