Uses of Class
org.uitnet.testing.smartfwk.api.core.support.PayloadType
-
Packages that use PayloadType Package Description org.uitnet.testing.smartfwk.api.core.support org.uitnet.testing.smartfwk.validator -
-
Uses of PayloadType in org.uitnet.testing.smartfwk.api.core.support
Methods in org.uitnet.testing.smartfwk.api.core.support that return PayloadType Modifier and Type Method Description PayloadTypeHttpResponse. getPayloadType()static PayloadTypePayloadType. valueOf(String name)Returns the enum constant of this type with the specified name.static PayloadType[]PayloadType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.uitnet.testing.smartfwk.api.core.support with parameters of type PayloadType Modifier and Type Method Description voidHttpResponse. setPayloadType(PayloadType payloadType) -
Uses of PayloadType in org.uitnet.testing.smartfwk.validator
Methods in org.uitnet.testing.smartfwk.validator with parameters of type PayloadType Modifier and Type Method Description HttpResponseValidatorHttpResponseValidator. validateResponsePayloadType(PayloadType expectedPayloadType)
-