Class MethodInfo

java.lang.Object
org.spockframework.runtime.model.NodeInfo<SpecInfo,Method>
org.spockframework.runtime.model.MethodInfo
All Implemented Interfaces:
IInterceptable

public class MethodInfo extends NodeInfo<SpecInfo,Method> implements IInterceptable
Runtime information about a method in a Spock specification.
Author:
Peter Niederwieser