jio.test.pbt.rest.IdResp Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jio-test Show documentation
Show all versions of jio-test Show documentation
JIO test library based on Property Based Testing and Java Flight Recording Debuggers
package jio.test.pbt.rest;
import java.net.http.HttpResponse;
record IdResp(String id, HttpResponse resp) {
}