Griffon 1.2.0

org.codehaus.griffon.test.support
[Groovy] Class GriffonTestInterceptor

java.lang.Object
  org.codehaus.griffon.test.support.GriffonTestInterceptor

class GriffonTestInterceptor

Field Summary
private def app

private def mode

private def test

private def testClassSuffixes

 
Constructor Summary
GriffonTestInterceptor(Object test, GriffonTestMode mode, GriffonApplication app, String[] testClassSuffixes)

 
Method Summary
protected def autowireIfNecessary()

protected def createAutowirer()

void destroy()

protected def getControllerName()

void init()

void wrap(Closure body)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

app

private def app


mode

private def mode


test

private def test


testClassSuffixes

private def testClassSuffixes


 
Constructor Detail

GriffonTestInterceptor

GriffonTestInterceptor(Object test, GriffonTestMode mode, GriffonApplication app, String[] testClassSuffixes)


 
Method Detail

autowireIfNecessary

protected def autowireIfNecessary()


createAutowirer

protected def createAutowirer()


destroy

void destroy()


getControllerName

protected def getControllerName()


init

void init()


wrap

void wrap(Closure body)


 

Groovy Documentation