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

jio.test.pbt.rest.IdResp Maven / Gradle / Ivy

Go to download

JIO test library based on Property Based Testing and Java Flight Recording Debuggers

There is a newer version: 3.0.0-RC2
Show newest version
package jio.test.pbt.rest;

import java.net.http.HttpResponse;

record IdResp(String id, HttpResponse resp) {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy