Class MopUtil

java.lang.Object
org.spockframework.util.MopUtil

public abstract class MopUtil extends Object
  • Constructor Details

    • MopUtil

      public MopUtil()
  • Method Details

    • methodFor

      public static Method methodFor(groovy.lang.MetaMethod method)
    • memberFor

      public static Member memberFor(groovy.lang.MetaProperty property)
    • fieldFor

      public static Field fieldFor(groovy.lang.MetaProperty property)
    • getterFor

      public static Method getterFor(groovy.lang.MetaProperty property)
    • setterFor

      public static Method setterFor(groovy.lang.MetaProperty property)
    • isReadable

      public static boolean isReadable(groovy.lang.MetaProperty property)
    • isWriteable

      public static boolean isWriteable(groovy.lang.MetaProperty property)