Class JUnitFilterAdapter

java.lang.Object
org.spockframework.runtime.JUnitFilterAdapter
All Implemented Interfaces:
IFeatureFilter

public class JUnitFilterAdapter extends Object implements IFeatureFilter
Adapts an org.junit.runner.manipulation.Filter to an IMethodInfoFilter.
Author:
Peter Niederwieser
  • Constructor Details

    • JUnitFilterAdapter

      public JUnitFilterAdapter(org.junit.runner.manipulation.Filter filter)
  • Method Details