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, interceptSpecExecutionpublic static final Set<TestSystem> startedTestSystems
public void interceptSetupSpecMethod(org.spockframework.runtime.extension.IMethodInvocation invocation)
throws Throwable
interceptSetupSpecMethod in class org.spockframework.runtime.extension.AbstractMethodInterceptorThrowablepublic void interceptCleanupSpecMethod(org.spockframework.runtime.extension.IMethodInvocation invocation)
throws Throwable
interceptCleanupSpecMethod in class org.spockframework.runtime.extension.AbstractMethodInterceptorinvocation - the cleanup method invocationThrowableCopyright © 2023 Liquibase.org. All rights reserved.