Package org.spockframework.runtime
Interface IFeatureFilter
-
- All Known Implementing Classes:
JUnitFilterAdapter
public interface IFeatureFilter
- Author:
- Peter Niederwieser
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
matches(FeatureInfo feature)
-
-
-
Method Detail
-
matches
boolean matches(FeatureInfo feature)
-
-