public class GuiceyConfigurationExtension extends org.spockframework.runtime.extension.AbstractAnnotationDrivenExtension<UseGuiceyHooks>
UseGuiceyHooks extension implementation.| Constructor and Description |
|---|
GuiceyConfigurationExtension() |
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<GuiceyConfigurationHook> |
instantiate(java.lang.Class<? extends GuiceyConfigurationHook>... confs) |
void |
visitSpec(org.spockframework.runtime.model.SpecInfo spec) |
void |
visitSpecAnnotation(UseGuiceyHooks annotation,
org.spockframework.runtime.model.SpecInfo spec) |
public void visitSpecAnnotation(UseGuiceyHooks annotation, org.spockframework.runtime.model.SpecInfo spec)
visitSpecAnnotation in interface org.spockframework.runtime.extension.IAnnotationDrivenExtension<UseGuiceyHooks>visitSpecAnnotation in class org.spockframework.runtime.extension.AbstractAnnotationDrivenExtension<UseGuiceyHooks>public void visitSpec(org.spockframework.runtime.model.SpecInfo spec)
visitSpec in interface org.spockframework.runtime.extension.IAnnotationDrivenExtension<UseGuiceyHooks>visitSpec in class org.spockframework.runtime.extension.AbstractAnnotationDrivenExtension<UseGuiceyHooks>@SafeVarargs public static final java.util.List<GuiceyConfigurationHook> instantiate(java.lang.Class<? extends GuiceyConfigurationHook>... confs)