Searched refs:Sortable (Results 1 – 8 of 8) sorted by relevance
39 if (object instanceof Sortable) { in apply()40 Sortable sortable = (Sortable) object; in apply()
11 public interface Sortable { interface
16 import org.junit.runner.manipulation.Sortable;23 public class JUnit38ClassRunner extends Runner implements Filterable, Sortable {167 if (getTest() instanceof Sortable) { in sort()168 Sortable adapter = (Sortable) getTest(); in sort()
16 import org.junit.runner.manipulation.Sortable;28 public class JUnit4ClassRunner extends Runner implements Filterable, Sortable {
22 import org.junit.runner.manipulation.Sortable;36 public class ErrorRunner extends Runner implements Sortable {
25 import org.junit.runner.manipulation.Sortable;35 public class StatementRunner extends Runner implements Filterable, Sortable {
13 import org.junit.runner.manipulation.Sortable;16 public class JUnit4TestAdapter implements Test, Filterable, Sortable, Describable {
32 import org.junit.runner.manipulation.Sortable;59 Sortable {