Package org.junit.runner.manipulation
Interface Ordering.Factory
-
- All Known Implementing Classes:
Alphanumeric
- Enclosing class:
- Ordering
public static interface Ordering.FactoryFactory for creatingOrderinginstances.For a factory to be used with
@OrderWithit needs to have a public no-arg constructor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Orderingcreate(Ordering.Context context)Creates an Ordering instance using the given context.
-
-
-
Method Detail
-
create
Ordering create(Ordering.Context context)
Creates an Ordering instance using the given context. Implementations of this method that do not need to use the context can return the same instance every time.
-
-