public class LiquibaseIntegrationMethodInterceptor
extends org.spockframework.runtime.extension.AbstractMethodInterceptor
Modifier and Type | Field and Description |
---|---|
static Set<TestSystem> |
startedTestSystems |
Modifier and Type | Method and Description |
---|---|
void |
interceptCleanupSpecMethod(org.spockframework.runtime.extension.IMethodInvocation invocation)
Required for executing Spock cleanupSpec fixture method.
|
void |
interceptSetupSpecMethod(org.spockframework.runtime.extension.IMethodInvocation invocation) |
intercept, interceptCleanupMethod, interceptDataProcessorMethod, interceptDataProviderMethod, interceptFeatureExecution, interceptFeatureMethod, interceptInitializerMethod, interceptIterationExecution, interceptSetupMethod, interceptSharedInitializerMethod, interceptSpecExecution
public static final Set<TestSystem> startedTestSystems
public void interceptSetupSpecMethod(org.spockframework.runtime.extension.IMethodInvocation invocation) throws Throwable
interceptSetupSpecMethod
in class org.spockframework.runtime.extension.AbstractMethodInterceptor
Throwable
public void interceptCleanupSpecMethod(org.spockframework.runtime.extension.IMethodInvocation invocation) throws Throwable
interceptCleanupSpecMethod
in class org.spockframework.runtime.extension.AbstractMethodInterceptor
invocation
- the cleanup method invocationThrowable
Copyright © 2023 Liquibase.org. All rights reserved.