Uses of Class
org.jtestcase.core.model.ParamInstance

Packages that use ParamInstance
org.jtestcase.core.model   
 

Uses of ParamInstance in org.jtestcase.core.model
 

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