Griffon 1.2.0

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

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

class GriffonTestAutowirer

Convenience class to autowire test classes


Property Summary
GriffonApplication app

 
Constructor Summary
GriffonTestAutowirer(GriffonApplication app)

 
Method Summary
void autowire(def bean)

Autowires the bean by name

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

Property Detail

app

GriffonApplication app


 
Constructor Detail

GriffonTestAutowirer

GriffonTestAutowirer(GriffonApplication app)


 
Method Detail

autowire

void autowire(def bean)
Autowires the bean by name


 

Groovy Documentation