Writing unit tests requiring the Petals Administration API

Introduction

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.

Installation

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>
Table of contents
Contributors
No contributors found for: authors on selected page(s)
Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.