This repository was archived by the owner on Jan 23, 2024. It is now read-only.

Description
When testing my LDP server ( https://github.com/jmvanel/semantic_forms/tree/master/scala/forms_play ),
I have logging on server side, and I cannot easily make relation with the FAILURE messages in logging on test (client) side.
My understanding is that a single HTTP request gives birth to several test*() methods in *Test.java test classes . But that 's not clear.
In other words, the test scenario is not clear.
Maybe there's a way to log more stuff?
Ideally, I would like to see printed HTTP requests and responses like in
https://www.w3.org/TR/ldp-primer .