Groovy Documentation

grails.test.mixin.support
[Java] Annotation Type MixinMethod

java.lang.Object
  grails.test.mixin.support.MixinMethod

@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.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.

Authors:
Graeme Rocher
Since:
2.0


Method Summary
 
Methods inherited from class java.lang.Object
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll()
 

Groovy Documentation