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 Details

    • Sculpturer

      public Sculpturer()
  • Method Details

    • $form

      public void $form(IGestalt gestalt)
    • getProperty

      public Object getProperty(String name)
      Specified by:
      getProperty in interface groovy.lang.GroovyObject
      Overrides:
      getProperty in class groovy.lang.GroovyObjectSupport
    • setProperty

      public void setProperty(String name, Object value)
      Specified by:
      setProperty in interface groovy.lang.GroovyObject
      Overrides:
      setProperty in class groovy.lang.GroovyObjectSupport
    • invokeMethod

      public Object invokeMethod(String name, Object args)
      Specified by:
      invokeMethod in interface groovy.lang.GroovyObject
      Overrides:
      invokeMethod in class groovy.lang.GroovyObjectSupport