Package org.junit.runner.manipulation
Class Ordering.Context
- java.lang.Object
-
- org.junit.runner.manipulation.Ordering.Context
-
- Enclosing class:
- Ordering
public static class Ordering.Context extends java.lang.Object
Context about the ordering being applied.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Description
getTarget()
Gets the description for the top-level target being ordered.
-
-
-
Method Detail
-
getTarget
public Description getTarget()
Gets the description for the top-level target being ordered.
-
-