Class JUnitSorterAdapter

java.lang.Object
org.spockframework.runtime.JUnitSorterAdapter
All Implemented Interfaces:
Comparator<FeatureInfo>, IFeatureSortOrder

public class JUnitSorterAdapter extends Object implements IFeatureSortOrder
Adapts an org.junit.runner.manipulation.Sorter to a IMethodInfoSorter.
Author:
Peter Niederwieser
  • Constructor Details

    • JUnitSorterAdapter

      public JUnitSorterAdapter(org.junit.runner.manipulation.Sorter sorter)
  • Method Details