Package org.spockframework.runtime.model
Interface IExcludable
-
- All Known Implementing Classes:
FeatureInfo
,SpecInfo
public interface IExcludable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isExcluded()
void
setExcluded(boolean excluded)
-