Uses of Class
org.spockframework.runtime.model.MethodKind

Packages that use MethodKind
org.spockframework.runtime.model   
 

Uses of MethodKind in org.spockframework.runtime.model
 

Methods in org.spockframework.runtime.model that return MethodKind
 MethodKind MethodInfo.getKind()
           
static MethodKind MethodKind.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static MethodKind[] MethodKind.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.spockframework.runtime.model with parameters of type MethodKind
 void MethodInfo.setKind(MethodKind kind)
           
 



Copyright © 2013. All rights reserved