Package org.spockframework.runtime.model
Interface ISkippable
-
- All Known Implementing Classes:
FeatureInfo
,SpecInfo
public interface ISkippable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isSkipped()
void
setSkipped(boolean skipped)
-