Tag Archives: unit testing

Building an FTP server Maven plugin from scratch

In this post we design and code a new Maven plugin that fires up a FTP server to aid in integration testing of FTP-bound processes, thus demonstrating the flexibility and power of Maven plugins. Introducing Maven and testing It is … Continue reading

Posted in Computing, Java | Tagged , , , , , , , , , , , , , , | Leave a comment

Components on the server (6): adding Integration Testing

In this installment of the server-side OSGi series, we add integration testing capabilities to our project. Integration testing goes beyond plain unit testing and checks the interactions between real components. This is in contrast with unit testing, which generally uses … Continue reading

Posted in Computing, Java | Tagged , , , , | Leave a comment

Components on the server (5): better Unit Testing

In this installment of the OSGi series, we add more complete Unit Testing support in the project. We also establish that some behaviour of the Servlet Bridge may not be what we want and then provide a way to customize … Continue reading

Posted in Computing, Java | Tagged , , , , , | Leave a comment