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 Constructor Description LiquibaseGlobalExtension()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
start()
void
stop()
void
visitSpec(org.spockframework.runtime.model.SpecInfo spec)
-
-
-
Method Detail
-
start
public void start()
- Specified by:
start
in interfaceorg.spockframework.runtime.extension.IGlobalExtension
-
visitSpec
public void visitSpec(org.spockframework.runtime.model.SpecInfo spec)
- Specified by:
visitSpec
in interfaceorg.spockframework.runtime.extension.IGlobalExtension
-
stop
public void stop()
- Specified by:
stop
in interfaceorg.spockframework.runtime.extension.IGlobalExtension
-
-