Víctor Herraiz Posada

Results 5 issues of Víctor Herraiz Posada

I would like to have an alternative to sequential mocking and verifications. Some applications could perform calls concurrently or in a non predictable order. Or it just seems that we...

enhancement

There are several vulnerable dependencies> https://mvnrepository.com/artifact/au.com.dius.pact.consumer/junit5/4.6.7

The following code produce a nice output in the type column, but It does not perform the assertion: ``` fieldWithPath("uid").type(Arrays.asList(JsonFieldType.STRING, JsonFieldType.NULL)); ``` Is there a better way to do it?...

type: enhancement

is there any way to create a diferent datasource per module (e.g. diferent driver, server, db...) and insolate that resources to avoid access from different modules. I could be very...

meta: waiting for feedback

Query string parameters with equals in the value throw and exception in build method: ```java @Test public void equals_in_query_string_value() { var str = "https://localhost:8080/callback?param1=a%20b&param2=1=2"; var uri = URI.create(str); var actual...

status: waiting-for-triage
in: web