Package org.spockframework.runtime
Class JUnitFilterAdapter
- java.lang.Object
-
- org.spockframework.runtime.JUnitFilterAdapter
-
- All Implemented Interfaces:
IFeatureFilter
public class JUnitFilterAdapter extends java.lang.Object implements IFeatureFilter
Adapts an org.junit.runner.manipulation.Filter to an IMethodInfoFilter.- Author:
- Peter Niederwieser
-
-
Constructor Summary
Constructors Constructor Description JUnitFilterAdapter(org.junit.runner.manipulation.Filter filter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
matches(FeatureInfo method)
-
-
-
Method Detail
-
matches
public boolean matches(FeatureInfo method)
- Specified by:
matches
in interfaceIFeatureFilter
-
-