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 class
GuiceExtension
-
Uses of IAnnotationDrivenExtension in org.spockframework.runtime.extension
Classes in org.spockframework.runtime.extension that implement IAnnotationDrivenExtension Modifier and Type Class Description class
AbstractAnnotationDrivenExtension<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 class
AutoCleanupExtension
class
ConfineMetaClassChangesExtension
class
FailsWithExtension
class
IgnoreExtension
class
IgnoreIfExtension
class
IgnoreRestExtension
class
StepwiseExtension
class
TimeoutExtension
class
UnrollExtension
class
UseExtension
-