Uses of Interface
org.spockframework.builder.IBlueprint
-
Packages that use IBlueprint Package Description org.spockframework.builder -
-
Uses of IBlueprint in org.spockframework.builder
Classes in org.spockframework.builder that implement IBlueprint Modifier and Type Class Description class
ClosureBlueprint
class
DelegatingScriptBlueprint
Methods in org.spockframework.builder that return IBlueprint Modifier and Type Method Description IBlueprint
IGestalt. getBlueprint()
IBlueprint
PojoGestalt. getBlueprint()
IBlueprint
SpockConfigurationGestalt. getBlueprint()
Methods in org.spockframework.builder with parameters of type IBlueprint Modifier and Type Method Description java.lang.Object
PojoBuilder. build(java.lang.Object pojo, IBlueprint blueprint)
Constructors in org.spockframework.builder with parameters of type IBlueprint Constructor Description PojoGestalt(java.lang.Object pojo, java.lang.reflect.Type pojoType, IBlueprint blueprint, java.util.List<ISlotFactory> slotFactories)
SpockConfigurationGestalt(java.util.List<java.lang.Object> configurations, IBlueprint blueprint, java.util.List<ISlotFactory> slotFactories)
-