Class LiquibaseGlobalExtension
java.lang.Object
liquibase.extension.testing.testsystem.spock.LiquibaseGlobalExtension
- All Implemented Interfaces:
org.spockframework.runtime.extension.IGlobalExtension
public class LiquibaseGlobalExtension
extends Object
implements org.spockframework.runtime.extension.IGlobalExtension
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LiquibaseGlobalExtension
public LiquibaseGlobalExtension()
-
-
Method Details
-
start
public void start()- Specified by:
startin interfaceorg.spockframework.runtime.extension.IGlobalExtension
-
visitSpec
public void visitSpec(org.spockframework.runtime.model.SpecInfo spec) - Specified by:
visitSpecin interfaceorg.spockframework.runtime.extension.IGlobalExtension
-
stop
public void stop()- Specified by:
stopin interfaceorg.spockframework.runtime.extension.IGlobalExtension
-