|
Griffon 1.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.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 |
---|
private def app
private def mode
private def test
private def testClassSuffixes
Constructor Detail |
---|
GriffonTestInterceptor(Object test, GriffonTestMode mode, GriffonApplication app, String[] testClassSuffixes)
Method Detail |
---|
protected def autowireIfNecessary()
protected def createAutowirer()
void destroy()
protected def getControllerName()
void init()
void wrap(Closure body)
Groovy Documentation