Package org.spockframework.builder
Class SpockConfigurationGestalt
java.lang.Object
org.spockframework.builder.SpockConfigurationGestalt
- All Implemented Interfaces:
IGestalt
-
Constructor Summary
ConstructorsConstructorDescriptionSpockConfigurationGestalt
(List<Object> configurations, IBlueprint blueprint, List<ISlotFactory> slotFactories) -
Method Summary
Modifier and TypeMethodDescriptiongetProperty
(String name) invokeMethod
(String name, Object[] args) void
setProperty
(String name, Object value)
-
Constructor Details
-
SpockConfigurationGestalt
public SpockConfigurationGestalt(List<Object> configurations, IBlueprint blueprint, List<ISlotFactory> slotFactories)
-
-
Method Details
-
getBlueprint
- Specified by:
getBlueprint
in interfaceIGestalt
-
getProperty
- Specified by:
getProperty
in interfaceIGestalt
-
setProperty
- Specified by:
setProperty
in interfaceIGestalt
-
invokeMethod
- Specified by:
invokeMethod
in interfaceIGestalt
-