Class 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • JUnitFilterAdapter

        public JUnitFilterAdapter​(org.junit.runner.manipulation.Filter filter)