grails.test.mixin.support
Annotation Type MixinMethod


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface MixinMethod

A marker annotation added to methods of a test that are mixed in from a test mixin. Used to differentiate methods mixed in and methods declared by the user.

Since:
2.0