Report a bug | Share feedback
To unitary test a client of the Petals Administration API, it is needed to use a dedicated implementation not requiring a Petals ESB container.
Such a implementation was created to provide a mock for Petals Administration API: Petals Administration Mock.
The Petals Administration Mock implementation is available as a Maven artifact to add to the POM of your project:
<project> ... <dependencies> ... <dependency> <groupId>org.ow2.petals</groupId> <artifactId>petals-admin-mock</artifactId> <version>...</version> <scope>test</scope> </dependency> ... </dependencies> ... </project>