Petals-BC-REST 2.3.2+

compared with
Current by Christophe DENEUX
on Nov 17, 2022 10:01.

Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (4)

View Page History
* {{assertJBIFault}}: The result of the HTTP response is expected as a fault similar to the given resource,
* {{assertJBIStatus}}: The result of the HTTP response is expected as the given status,
* {{assertJBIRequestEmpty}}: The result of the transformation from JBI to an a HTTP request is expected as a given HTTP URI and no HTTP body,
* {{assertJBIRequestJSON}}: The result of the transformation from JBI to an a HTTP request is expected as a given HTTP URI and a JSON body similar to the given resource,
* {{assertJBIRequestXML}}: The result of the transformation from JBI to an a HTTP request is expected as a given HTTP URI and a XML body similar to the given resource,
* {{assertJBIRequestForm}}: The result of the transformation from JBI to a HTTP request is expected as a given HTTP URI and an URL-encoded form data as HTTP body similar to the given resource.

{code:lang=java}