We want to run the same test more than once and only vary the parameters. The solution is to use JUnit and run our
tests with the Parameterized JUnit runner.
July 11, 2010
Parameterized JUnits tests
July 9, 2010
Maven and JBoss ESB – Hello World
I want to build a Hello World example for JBoss ESB using Maven instead of Ant. The original example bundled with
JBoss ESB is using Ant. I have created a pom.xml that will do all the magic and re-located the example files to fit
into a Maven structure.