Home
last modified time | relevance | path

Searched refs:FixMethodOrder (Results 1 – 8 of 8) sorted by relevance

/external/junit/src/main/java/org/junit/internal/
DMethodSorter.java7 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()
/external/junit/src/main/java/org/junit/runner/
DOrderWithValidator.java8 import org.junit.FixMethodOrder;
32 if (testClass.getAnnotation(FixMethodOrder.class) != null) { in validateAnnotatedClass()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
DRobolectricTestRunnerTest.java20 import org.junit.FixMethodOrder;
215 @FixMethodOrder(MethodSorters.NAME_ASCENDING)
227 @FixMethodOrder(MethodSorters.NAME_ASCENDING)
245 @FixMethodOrder(MethodSorters.NAME_ASCENDING)
/external/junit/src/main/java/org/junit/
DFixMethodOrder.java36 public @interface FixMethodOrder { annotation
/external/nanohttpd/fileupload/src/test/java/fi/iki/elonen/
DTestNanoFileUpLoad.java68 import org.junit.FixMethodOrder;
79 @FixMethodOrder
/external/junit/src/main/java/org/junit/runners/
DParentRunner.java22 import org.junit.FixMethodOrder;
518 return getDescription().getAnnotation(FixMethodOrder.class) != null;
/external/javassist/src/test/javassist/
DJvstTest2.java6 import org.junit.FixMethodOrder;
15 @FixMethodOrder(MethodSorters.NAME_ASCENDING)
DJvstTest4.java9 import org.junit.FixMethodOrder;
17 @FixMethodOrder(MethodSorters.NAME_ASCENDING)