
api_assured.ResponsePair Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Utilities Show documentation
Show all versions of Utilities Show documentation
Java Utilities library containing general use utilities
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