Groovy Documentation

grails.test.mixin
[Groovy] Interface TestMixinTargetAware


interface TestMixinTargetAware

Mixins aware of the target class

Authors:
Graeme Rocher
Since:
2.3.0


Method Summary
void setTarget(java.lang.Object target)

 

Method Detail

setTarget

void setTarget(java.lang.Object target)


 

Groovy Documentation