MethodOrdererContext
.
Modifier and Type | Field and Description |
---|---|
private final JupiterConfiguration | |
private final List | |
private final Class |
Access | Constructor and Description |
---|---|
pack-priv | DefaultMethodOrdererContext(Class<?> testClass, List<? extends MethodDescriptor> methodDescriptors, JupiterConfiguration configuration)
|
Modifier and Type | Method and Description |
---|---|
public Optional | getConfigurationParameter(String
the key to look up; never key)null or blankImplements org. key .
|
public List | getMethodDescriptors()
Implements org. |
public final Class | getTestClass()
Implements org. |
public String |
configuration | back to summary |
---|---|
private final JupiterConfiguration configuration |
methodDescriptors | back to summary |
---|---|
private final List<? extends MethodDescriptor> methodDescriptors |
testClass | back to summary |
---|---|
private final Class<?> testClass |
DefaultMethodOrdererContext | back to summary |
---|---|
pack-priv DefaultMethodOrdererContext(Class<?> testClass, List<? extends MethodDescriptor> methodDescriptors, JupiterConfiguration configuration) |
getConfigurationParameter | back to summary |
---|---|
public Optional Implements org. Doc from org. Get the configuration parameter stored under the specified If no such key is present in the |
getMethodDescriptors | back to summary |
---|---|
public List Implements org. Doc from org. Get the list of method descriptors to order.
|
getTestClass | back to summary |
---|---|
public final Class Implements org. Doc from org. Get the test class for this context. |
toString | back to summary |
---|---|
public String toString() Overrides java. Doc from java. Returns a string representation of the object. |