Uses of Class
com.consol.citrus.model.testcase.http.ParamType
-
Packages that use ParamType Package Description com.consol.citrus.model.testcase.http -
-
Uses of ParamType in com.consol.citrus.model.testcase.http
Fields in com.consol.citrus.model.testcase.http with type parameters of type ParamType Modifier and Type Field Description protected List<ParamType>ClientRequestType. paramsprotected List<ParamType>ServerRequestType. paramsMethods in com.consol.citrus.model.testcase.http that return ParamType Modifier and Type Method Description ParamTypeObjectFactory. createParamType()Create an instance ofParamTypeMethods in com.consol.citrus.model.testcase.http that return types with arguments of type ParamType Modifier and Type Method Description List<ParamType>ClientRequestType. getParams()Gets the value of the params property.List<ParamType>ServerRequestType. getParams()Gets the value of the params property.
-