Víctor Herraiz Posada
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...
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?...
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...
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¶m2=1=2"; var uri = URI.create(str); var actual...
Resilience4j version: 2.2.0 Java version: 17 Spring Boot: 3.3.4 Adding the following yaml to the configuration breaks the app start ```yaml resilience4j: retry: configs: default: retry-exceptions: - java.lang.Throwable instances: bug:...
### Page(s) https://playwright.dev/java/docs/mock ### Description The Route API is currently implemented as a test double, but in my opinion, it functions more as a stub rather than a mock. I...
### Description: Pointing `codeUri` to a Jar makes `sam local invoke` fail with a ClassNotFound exception. ### Steps to reproduce: * Create a jar, for example, with spring cloud funtion...
Add some examples to the documentation on how to use MockMvcTester Spring HATEOAS types: `CollectionModel` and `EntityModel`