public interface IRunSupervisor
Modifier and Type | Method and Description |
---|---|
void |
afterFeature(FeatureInfo feature) |
void |
afterIteration(IterationInfo iteration) |
void |
afterSpec(SpecInfo spec) |
void |
beforeFeature(FeatureInfo feature) |
void |
beforeIteration(IterationInfo iteration) |
void |
beforeSpec(SpecInfo spec) |
int |
error(ErrorInfo error) |
void |
featureSkipped(FeatureInfo feature) |
void |
specSkipped(SpecInfo spec) |
void beforeSpec(SpecInfo spec)
void beforeFeature(FeatureInfo feature)
void beforeIteration(IterationInfo iteration)
void afterIteration(IterationInfo iteration)
void afterFeature(FeatureInfo feature)
void afterSpec(SpecInfo spec)
int error(ErrorInfo error)
void specSkipped(SpecInfo spec)
void featureSkipped(FeatureInfo feature)
Copyright © 2017. All rights reserved