Categories
Blogroll
Sites
Tag Archives: integration 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 apache, apache commons net, apache ftp server, apache mina, ftp, ftp server, integration testing, Java, maven, maven failsafe plugin, maven surefire plugin, plugin, plugins, testing, unit testing
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 Equinox, integration testing, Java, osgi, unit testing
Leave a comment