grails.test.mixin
Annotation Type TestMixin


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface TestMixin

An AST transformation that can be applied to test classes to mixin behavior from another class.

Since:
2.0

Required Element Summary
 java.lang.Class<?>[] value
           
 

Element Detail

value

public abstract java.lang.Class<?>[] value