grails.test.mixin
Annotation Type TestFor


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

Used to indicate the class under test. Triggers the @TestMixin AST transform for the given artefact type.

Since:
2.0

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

Element Detail

value

public abstract java.lang.Class<?> value