public class CleanupTestDirectoryExtension extends org.spockframework.runtime.extension.AbstractAnnotationDrivenExtension<CleanupTestDirectory>
| Constructor and Description |
|---|
CleanupTestDirectoryExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
visitSpecAnnotation(CleanupTestDirectory annotation,
org.spockframework.runtime.model.SpecInfo spec) |
public void visitSpecAnnotation(CleanupTestDirectory annotation, org.spockframework.runtime.model.SpecInfo spec)
visitSpecAnnotation in interface org.spockframework.runtime.extension.IAnnotationDrivenExtension<CleanupTestDirectory>visitSpecAnnotation in class org.spockframework.runtime.extension.AbstractAnnotationDrivenExtension<CleanupTestDirectory>