JBoss Community Archive (Read Only)

Arquillian Old

Setting up and running the test in NetBeans

Things get even simpler when using NetBeans 6.8 or better. NetBeans ships with native Maven 2 support and, rather than including a test plugin for each unit testing framework, it has a generic test plugin which delegates to the Maven surefire plugin to execute the tests.

Import your Maven project into NetBeans. Then, look for a select menu in the main toolbar, which you can use to set the active Maven profile. Select the jbossas-remote-6 profile as shown here:

images/author/download/attachments/23822364/netbeans-project-configuration.png
NetBeans project configuration

Now you are ready to test. Simply right click on the TemperatureConverter.java file in the Projects pane and select Test File. NetBeans will delegate to the Maven surefire plugin to execute the tests and then display the results in a result windown, showing us a pretty green bar!

images/author/download/attachments/23822364/netbeans-green-bar.png
Successful test report in NetBeans

JBoss.org Content Archive (Read Only), exported from JBoss Community Documentation Editor at 2020-03-10 12:18:55 UTC, last content change 2011-04-16 11:50:24 UTC.