Groovy Documentation

org.codehaus.groovy.grails.test.spock
[Groovy] Class IntegrationSpecConfigurerExtension.IntegrationSpecMethodInterceptor

java.lang.Object
  org.codehaus.groovy.grails.test.spock.IntegrationSpecConfigurerExtension.IntegrationSpecMethodInterceptor
All Implemented Interfaces:
org.spockframework.runtime.extension.IMethodInterceptor

@groovy.transform.CompileStatic
class IntegrationSpecConfigurerExtension.IntegrationSpecMethodInterceptor

Property Summary
org.springframework.context.ApplicationContext applicationContext

GrailsTestMode mode

 
Constructor Summary
IntegrationSpecConfigurerExtension.IntegrationSpecMethodInterceptor(org.springframework.context.ApplicationContext applicationContext)

 
Method Summary
void intercept(org.spockframework.runtime.extension.IMethodInvocation invocation)

 
Methods inherited from class java.lang.Object
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Property Detail

applicationContext

org.springframework.context.ApplicationContext applicationContext


mode

GrailsTestMode mode


 
Constructor Detail

IntegrationSpecConfigurerExtension.IntegrationSpecMethodInterceptor

IntegrationSpecConfigurerExtension.IntegrationSpecMethodInterceptor(org.springframework.context.ApplicationContext applicationContext)


 
Method Detail

intercept

@java.lang.Override
void intercept(org.spockframework.runtime.extension.IMethodInvocation invocation)


 

Groovy Documentation