Class SpecInfo

java.lang.Object
org.spockframework.runtime.model.NodeInfo<NodeInfo,Class<?>>
org.spockframework.runtime.model.SpecInfo
All Implemented Interfaces:
IMethodNameMapper, IExcludable, IInterceptable, ISkippable

public class SpecInfo extends NodeInfo<NodeInfo,Class<?>> implements IMethodNameMapper, ISkippable, IExcludable, IInterceptable
Runtime information about a Spock specification.
Author:
Peter Niederwieser
  • Constructor Details

    • SpecInfo

      public SpecInfo()
  • Method Details