org.junitext.manipulation
Class CategorySorter

java.lang.Object
  extended by org.junit.runner.manipulation.Sorter
      extended by org.junitext.manipulation.CategorySorter
All Implemented Interfaces:
java.util.Comparator<org.junit.runner.Description>

public class CategorySorter
extends org.junit.runner.manipulation.Sorter

A sorter to support categories.


Constructor Summary
CategorySorter()
           
 
Method Summary
 
Methods inherited from class org.junit.runner.manipulation.Sorter
apply, compare
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Comparator
equals
 

Constructor Detail

CategorySorter

public CategorySorter()