Class MethodInfo

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

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

    • MethodInfo

      public MethodInfo()
  • Method Details