Searched refs:FixMethodOrder (Results 1 – 8 of 8) sorted by relevance
7 import org.junit.FixMethodOrder;52 Comparator<Method> comparator = getSorter(clazz.getAnnotation(FixMethodOrder.class)); in getDeclaredMethods()65 private static Comparator<Method> getSorter(FixMethodOrder fixMethodOrder) { in getSorter()
8 import org.junit.FixMethodOrder;32 if (testClass.getAnnotation(FixMethodOrder.class) != null) { in validateAnnotatedClass()
20 import org.junit.FixMethodOrder;215 @FixMethodOrder(MethodSorters.NAME_ASCENDING)227 @FixMethodOrder(MethodSorters.NAME_ASCENDING)245 @FixMethodOrder(MethodSorters.NAME_ASCENDING)
36 public @interface FixMethodOrder { annotation
68 import org.junit.FixMethodOrder;79 @FixMethodOrder
22 import org.junit.FixMethodOrder;518 return getDescription().getAnnotation(FixMethodOrder.class) != null;
6 import org.junit.FixMethodOrder;15 @FixMethodOrder(MethodSorters.NAME_ASCENDING)
9 import org.junit.FixMethodOrder;17 @FixMethodOrder(MethodSorters.NAME_ASCENDING)