Tag Archives: junit

Integration Tests with Maven (Part 3): Case study – Flexmojos


October 12, 2009 By Marvin Froeder

In the third part of this series I will talk about how integration tests (and unit tests) are done on Flexmojos. If you haven’t been following along, you should read the first and second posts of this series.

Continue reading

Integration tests with Maven (Part 1): Failsafe Plugin


June 4, 2009 By Marvin Froeder

Everyone knows Maven is great for running unit tests, and it is usually one of the first things that people learn when they are adopting Maven as a technology. Integration tests are another matter, and require a more detailed introduction. In this series of articles, I will explain how to set up integration tests in Maven starting the series by testing a simple jar and then advancing into more complex scenarios.

Continue reading