Posts by brunovale • 11 points
2 posts
-
0
votes1
answer49
viewsA: Problems for the development of the POJO with Rest Assured
I managed to make the following call: public class DadosPessoa{ @JsonProperty("data_nascimento") private String data_nascimento; @JsonProperty("nome_completo") private String nome_completo;…
-
0
votes1
answer49
viewsQ: Problems for the development of the POJO with Rest Assured
Hello, I’m training with Rest Assured, I can’t show the project itself, but basically, it’s past token and some parameters per header, and the API returns various data, it would be something like :…