Petals-BC-REST 2.5.0+

Version 1 by Christophe DENEUX
on Feb 21, 2024 10:52.

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

Changes (3)

View Page History
<groupId>org.ow2.petals</groupId>
<artifactId>petals-bc-rest-junit</artifactId>
<version>2.25.0</version>
<scope>test</scope>
</dependency>
* {{assertJBIRequestJSON}}: The result of the transformation from JBI to 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 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.,
* {{assertJBIRequestMultiPart}}: The result of the transformation from JBI to a HTTP request is expected as a given HTTP URI and a HTTP multi-part request similar to the given parts.

{code:lang=java}