Package org.spockframework.runtime.model
Interface IExcludable
- All Known Implementing Classes:
FeatureInfo
,SpecInfo
public interface IExcludable
-
Method Summary
-
Method Details
-
isExcluded
boolean isExcluded() -
setExcluded
void setExcluded(boolean excluded)
-