public class ArquillianInterceptor
extends org.spockframework.runtime.extension.AbstractMethodInterceptor
Constructor and Description |
---|
ArquillianInterceptor(org.jboss.arquillian.test.spi.TestRunnerAdaptor testRunner) |
Modifier and Type | Method and Description |
---|---|
void |
interceptCleanupMethod(org.spockframework.runtime.extension.IMethodInvocation invocation) |
void |
interceptCleanupSpecMethod(org.spockframework.runtime.extension.IMethodInvocation invocation) |
void |
interceptFeatureMethod(org.spockframework.runtime.extension.IMethodInvocation invocation) |
void |
interceptSetupMethod(org.spockframework.runtime.extension.IMethodInvocation invocation) |
void |
interceptSetupSpecMethod(org.spockframework.runtime.extension.IMethodInvocation invocation) |
intercept, interceptDataProcessorMethod, interceptDataProviderMethod, interceptFeatureExecution, interceptInitializerMethod, interceptIterationExecution, interceptSharedInitializerMethod, interceptSpecExecution
public ArquillianInterceptor(org.jboss.arquillian.test.spi.TestRunnerAdaptor testRunner)
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
Throwable
public void interceptSetupMethod(org.spockframework.runtime.extension.IMethodInvocation invocation) throws Throwable
interceptSetupMethod
in class org.spockframework.runtime.extension.AbstractMethodInterceptor
Throwable
public void interceptCleanupMethod(org.spockframework.runtime.extension.IMethodInvocation invocation) throws Throwable
interceptCleanupMethod
in class org.spockframework.runtime.extension.AbstractMethodInterceptor
Throwable
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.