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 classCollectionSlotclassPropertySlotclassSetterLikeSlotMethods in org.spockframework.builder that return ISlot Modifier and Type Method Description ISlotAddSlotFactory. create(java.lang.Object owner, java.lang.reflect.Type ownerType, java.lang.String name)ISlotCollectionSlotFactory. create(java.lang.Object owner, java.lang.reflect.Type ownerType, java.lang.String name)ISlotISlotFactory. create(java.lang.Object owner, java.lang.reflect.Type ownerType, java.lang.String name)ISlotSetterSlotFactory. create(java.lang.Object owner, java.lang.reflect.Type ownerType, java.lang.String name)
-