public class TruncateTablesExtension extends org.spockframework.runtime.extension.AbstractAnnotationDrivenExtension<TruncateTables>
| Constructor and Description |
|---|
TruncateTablesExtension() |
| Modifier and Type | Method and Description |
|---|---|
void |
visitFieldAnnotation(TruncateTables annotation,
org.spockframework.runtime.model.FieldInfo field) |
void |
visitSpec(org.spockframework.runtime.model.SpecInfo spec) |
public void visitFieldAnnotation(TruncateTables annotation, org.spockframework.runtime.model.FieldInfo field)
visitFieldAnnotation in interface org.spockframework.runtime.extension.IAnnotationDrivenExtension<TruncateTables>visitFieldAnnotation in class org.spockframework.runtime.extension.AbstractAnnotationDrivenExtension<TruncateTables>public void visitSpec(org.spockframework.runtime.model.SpecInfo spec)
visitSpec in interface org.spockframework.runtime.extension.IAnnotationDrivenExtension<TruncateTables>visitSpec in class org.spockframework.runtime.extension.AbstractAnnotationDrivenExtension<TruncateTables>