public interface  org.junit.runner.manipulation.Orderable extends java.lang.Object implements org.junit.runner.manipulation.Sortable
{
public abstract void order(org.junit.runner.manipulation.Orderer) throws org.junit.runner.manipulation.InvalidOrderingException;
}