Writing automatic tests requiring external resources

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

Changes (2)

View Page History

The Petals JUnit Framework comes with several external resources ready to use:
* a Petals Registry Overlay,
* a Web server,
* a FTP server,
* an in-memory log handler for Java Util Logging.
|| External resource || Maven artifact ||
| a Petals Registry Overlay | {{org.ow2.petals:petals-registryoverlay-junit}} |
| a Web server | {{org.ow2.petals:petals-junit-webserver}} |
| a FTP server | {{org.ow2.petals:petals-junit-ftpserver}} |
| a SFTP server | {{org.ow2.petals:petals-junit-sftpserver}} |
| an in-memory log handler for Java Util Logging | {{org.ow2.petals:petals-junit-inmemoryloghandler}} |

Some other external resources are already existing, and are not included in the Petals JUnit Framework. Use them directly: