Uses of Interface
org.junit.runner.manipulation.Ordering.Factory

Packages that use Ordering.Factory
org.junit.runner.manipulation Provides classes to filter or sort tests. 
 

Uses of Ordering.Factory in org.junit.runner.manipulation
 

Classes in org.junit.runner.manipulation that implement Ordering.Factory
 class Alphanumeric
          A sorter that orders tests alphanumerically by test name.
 

Methods in org.junit.runner.manipulation with parameters of type Ordering.Factory
static Ordering Ordering.definedBy(Ordering.Factory factory, Description annotatedTestClass)
          Creates an Ordering from the given factory.
 

Method parameters in org.junit.runner.manipulation with type arguments of type Ordering.Factory
static Ordering Ordering.definedBy(Class<? extends Ordering.Factory> factoryClass, Description annotatedTestClass)
          Creates an Ordering from the given factory class.
 



Copyright © 2002–2020 JUnit. All rights reserved.