Class LiquibaseIntegrationTestExtension
- java.lang.Object
-
- org.spockframework.runtime.extension.AbstractAnnotationDrivenExtension<LiquibaseIntegrationTest>
-
- liquibase.extension.testing.testsystem.spock.LiquibaseIntegrationTestExtension
-
- All Implemented Interfaces:
org.spockframework.runtime.extension.IAnnotationDrivenExtension<LiquibaseIntegrationTest>
public class LiquibaseIntegrationTestExtension extends org.spockframework.runtime.extension.AbstractAnnotationDrivenExtension<LiquibaseIntegrationTest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
LiquibaseIntegrationTestExtension.ErrorListener
-
Constructor Summary
Constructors Constructor Description LiquibaseIntegrationTestExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
visitSpecAnnotation(LiquibaseIntegrationTest annotation, org.spockframework.runtime.model.SpecInfo spec)
-
-
-
Method Detail
-
visitSpecAnnotation
public void visitSpecAnnotation(LiquibaseIntegrationTest annotation, org.spockframework.runtime.model.SpecInfo spec)
- Specified by:
visitSpecAnnotation
in interfaceorg.spockframework.runtime.extension.IAnnotationDrivenExtension<LiquibaseIntegrationTest>
- Overrides:
visitSpecAnnotation
in classorg.spockframework.runtime.extension.AbstractAnnotationDrivenExtension<LiquibaseIntegrationTest>
-
-