org.spockframework.runtime
Interface IRunSupervisor
- All Known Implementing Classes:
- JUnitSupervisor
public interface IRunSupervisor
- Author:
- Peter Niederwieser
beforeSpec
void beforeSpec(SpecInfo spec)
beforeFeature
void beforeFeature(FeatureInfo feature)
beforeIteration
void beforeIteration(IterationInfo iteration)
afterIteration
void afterIteration(IterationInfo iteration)
afterFeature
void afterFeature(FeatureInfo feature)
afterSpec
void afterSpec(SpecInfo spec)
error
int error(ErrorInfo error)
specSkipped
void specSkipped(SpecInfo spec)
featureSkipped
void featureSkipped(FeatureInfo feature)
Copyright © 2013. All rights reserved