Uses of Interface
org.spockframework.builder.ISlot
-
Packages that use ISlot Package Description org.spockframework.builder -
-
Uses of ISlot in org.spockframework.builder
Classes in org.spockframework.builder that implement ISlot Modifier and Type Class Description class
CollectionSlot
class
PropertySlot
class
SetterLikeSlot
Methods in org.spockframework.builder that return ISlot Modifier and Type Method Description ISlot
AddSlotFactory. create(java.lang.Object owner, java.lang.reflect.Type ownerType, java.lang.String name)
ISlot
CollectionSlotFactory. create(java.lang.Object owner, java.lang.reflect.Type ownerType, java.lang.String name)
ISlot
ISlotFactory. create(java.lang.Object owner, java.lang.reflect.Type ownerType, java.lang.String name)
ISlot
SetterSlotFactory. create(java.lang.Object owner, java.lang.reflect.Type ownerType, java.lang.String name)
-