All Downloads are FREE. Search and download functionalities are using the official Maven repository.

api_assured.ResponsePair Maven / Gradle / Ivy

There is a newer version: 1.6.9
Show newest version
package api_assured;

/**
 * A record that represents a response and its errorBody.
 *
 * @param  expected Response-SuccessModel-
 * @param  potential error body
 */
public record ResponsePair(Response response, ErrorBody errorBody) { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy