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 voidstart()voidstop()voidvisitSpec(org.spockframework.runtime.model.SpecInfo spec)
-
-
-
Method Detail
-
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
-
-