Class LiquibaseIntegrationMethodInterceptor
java.lang.Object
org.spockframework.runtime.extension.AbstractMethodInterceptor
liquibase.extension.testing.testsystem.spock.LiquibaseIntegrationMethodInterceptor
- All Implemented Interfaces:
org.spockframework.runtime.extension.IMethodInterceptor
public class LiquibaseIntegrationMethodInterceptor
extends org.spockframework.runtime.extension.AbstractMethodInterceptor
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoidinterceptCleanupMethod(org.spockframework.runtime.extension.IMethodInvocation invocation) voidinterceptCleanupSpecMethod(org.spockframework.runtime.extension.IMethodInvocation invocation) Required for executing Spock cleanupSpec fixture method.voidinterceptSetupMethod(org.spockframework.runtime.extension.IMethodInvocation invocation) voidinterceptSetupSpecMethod(org.spockframework.runtime.extension.IMethodInvocation invocation) Methods inherited from class org.spockframework.runtime.extension.AbstractMethodInterceptor
intercept, interceptDataProcessorMethod, interceptDataProviderMethod, interceptFeatureExecution, interceptFeatureMethod, interceptInitializerMethod, interceptIterationExecution, interceptSharedInitializerMethod, interceptSpecExecution
-
Field Details
-
startedTestSystems
-
-
Method Details
-
interceptSetupSpecMethod
public void interceptSetupSpecMethod(org.spockframework.runtime.extension.IMethodInvocation invocation) throws Throwable - Overrides:
interceptSetupSpecMethodin classorg.spockframework.runtime.extension.AbstractMethodInterceptor- Throws:
Throwable
-
interceptSetupMethod
public void interceptSetupMethod(org.spockframework.runtime.extension.IMethodInvocation invocation) throws Throwable - Overrides:
interceptSetupMethodin classorg.spockframework.runtime.extension.AbstractMethodInterceptor- Throws:
Throwable
-
interceptCleanupSpecMethod
public void interceptCleanupSpecMethod(org.spockframework.runtime.extension.IMethodInvocation invocation) throws Throwable Required for executing Spock cleanupSpec fixture method.- Overrides:
interceptCleanupSpecMethodin classorg.spockframework.runtime.extension.AbstractMethodInterceptor- Parameters:
invocation- the cleanup method invocation- Throws:
Throwable
-
interceptCleanupMethod
public void interceptCleanupMethod(org.spockframework.runtime.extension.IMethodInvocation invocation) throws Throwable - Overrides:
interceptCleanupMethodin classorg.spockframework.runtime.extension.AbstractMethodInterceptor- Throws:
Throwable
-