com.eclipsesource.restfuse
Class HttpOrderComparator

java.lang.Object
  extended by com.eclipsesource.restfuse.HttpOrderComparator
All Implemented Interfaces:
java.util.Comparator<org.junit.runners.model.FrameworkMethod>

public class HttpOrderComparator
extends java.lang.Object
implements java.util.Comparator<org.junit.runners.model.FrameworkMethod>


Constructor Summary
HttpOrderComparator()
           
 
Method Summary
 int compare(org.junit.runners.model.FrameworkMethod method1, org.junit.runners.model.FrameworkMethod method2)
           
 
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

HttpOrderComparator

public HttpOrderComparator()
Method Detail

compare

public int compare(org.junit.runners.model.FrameworkMethod method1,
                   org.junit.runners.model.FrameworkMethod method2)
Specified by:
compare in interface java.util.Comparator<org.junit.runners.model.FrameworkMethod>