wjtlopez
Results
2
issues of
wjtlopez
Hi there, I am using spring-boot-starter-cache:2.0.3.RELEASE without any additional configuration. I'm also using an annotated specification interface: @And({ @Spec(path = "name", spec = Like.class), @Spec(path = "indicatorClassification.id", params = "indicatorClassification",...
question
Hello, We're using your wonderful library to assert on API responses, using RestAssured and Hamcrest. We are doing the following: ``` Long expectedId = 1111L response.then().body("id", equalTo(expectedId)) ``` We are...