Package | Description |
---|---|
student.testingsupport |
Modifier and Type | Method and Description |
---|---|
ReflectionSupport.ParameterAcceptanceCategory |
ReflectionSupport.ParameterSignature.acceptanceCategory(ReflectionSupport.ParameterSignature typesOfActuals)
Determine if the given set of actual argument types would be
accepted by a method with this parameter signature.
|
static ReflectionSupport.ParameterAcceptanceCategory |
ReflectionSupport.ParameterAcceptanceCategory.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReflectionSupport.ParameterAcceptanceCategory[] |
ReflectionSupport.ParameterAcceptanceCategory.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|