Modifier and Type | Method and Description |
---|---|
protected Condition.ParameterPair |
clone()
Implements Cloneable
|
String |
getName()
Returns the name of the parameter
|
String |
getValue()
Returns the value of the parameter
|
boolean |
match(Condition.ParameterPair testParameter)
Returns true if the method parameters match the ParameterPair object values
|
boolean |
match(String testName,
String testValue)
Returns true if the method parameters match the ParameterPair object values
|
String |
toString()
Converts the parameter pair to a String
|
public boolean match(String testName, String testValue)
testName
- testValue
- public boolean match(Condition.ParameterPair testParameter)
testParameter
- public String getName()
public String getValue()
protected Condition.ParameterPair clone()