Cyrille Delaunay
Cyrille Delaunay
Yes, that does help, thank you. Then it means that we were wrongly using #writeOn: as a kind of "string printing utility" method. And I guess it was working in...
Didn't know, thank you. Here the objective was not to debug "live", but rather to log (outside the image) comprehensive representation (status, header, entity) of some response we get.
So I added a test for each case: - testParsingSchemaMinItems => for the #minItems: method - testParsingResponseWithLinks => for the OALink mapping - testParsingOpenAPIWithEnum => for the #acceptOpenApi: method
Ok, i just - removed one useless test related to this #miItems: stuff - removed my "hacks" in OALink and PrimitiveSchema There should now be 2 test failing, which i...