Uses of Interface
org.spockframework.runtime.extension.IAnnotationDrivenExtension
-
Packages that use IAnnotationDrivenExtension Package Description org.spockframework.guice org.spockframework.runtime.extension org.spockframework.runtime.extension.builtin -
-
Uses of IAnnotationDrivenExtension in org.spockframework.guice
Classes in org.spockframework.guice that implement IAnnotationDrivenExtension Modifier and Type Class Description classGuiceExtension -
Uses of IAnnotationDrivenExtension in org.spockframework.runtime.extension
Classes in org.spockframework.runtime.extension that implement IAnnotationDrivenExtension Modifier and Type Class Description classAbstractAnnotationDrivenExtension<T extends java.lang.annotation.Annotation>Methods in org.spockframework.runtime.extension that return types with arguments of type IAnnotationDrivenExtension Modifier and Type Method Description java.lang.Class<? extends IAnnotationDrivenExtension>value() -
Uses of IAnnotationDrivenExtension in org.spockframework.runtime.extension.builtin
Classes in org.spockframework.runtime.extension.builtin that implement IAnnotationDrivenExtension Modifier and Type Class Description classAutoCleanupExtensionclassConfineMetaClassChangesExtensionclassFailsWithExtensionclassIgnoreExtensionclassIgnoreIfExtensionclassIgnoreRestExtensionclassStepwiseExtensionclassTimeoutExtensionclassUnrollExtensionclassUseExtension
-