MethodOrdererContext
encapsulates the context in which
a MethodOrderer
will be invoked.
MethodOrderer
, MethodDescriptor
Modifier and Type | Method and Description |
---|---|
public Optional | Returns: anOptional containing the value; never null
but potentially emptythe key to look up; never key)null or blankGet the configuration parameter stored under the specified |
public List | Returns: the list of method descriptors; nevernull Get the list of method descriptors to order. |
public Class |
getConfigurationParameter | back to summary |
---|---|
public Optional Get the configuration parameter stored under the specified If no such key is present in the
|
getMethodDescriptors | back to summary |
---|---|
public List Get the list of method descriptors to order.
|
getTestClass | back to summary |
---|---|
public Class Get the test class for this context.
|