Uses of Interface
org.spockframework.runtime.IRunSupervisor
-
Packages that use IRunSupervisor Package Description org.spockframework.runtime -
-
Uses of IRunSupervisor in org.spockframework.runtime
Classes in org.spockframework.runtime that implement IRunSupervisor Modifier and Type Class Description class
JUnitSupervisor
Fields in org.spockframework.runtime declared as IRunSupervisor Modifier and Type Field Description protected IRunSupervisor
BaseSpecRunner. supervisor
Constructors in org.spockframework.runtime with parameters of type IRunSupervisor Constructor Description BaseSpecRunner(SpecInfo spec, IRunSupervisor supervisor)
ParameterizedSpecRunner(SpecInfo spec, IRunSupervisor supervisor)
-