Methods in org.jtestcase.core.model with parameters of type ParamInstance |
void |
ParamInstance.addParam(ParamInstance nestedInstance)
Adds a nested param instance to the list of nested instances |
void |
ParamGroupInstance.addParamInstance(ParamInstance paramInstance)
Adds a param instance to the list of nested param instances |
boolean |
ParamInstance.equals(ParamInstance anotherParamInstance)
two paramInstances should be considered equal if their fields are equal
name field is case sensitive type field is not case sensitive ( to review )
content field is case sensitive note: this function does NOT check for
the nested param istances |