Skip to content

Dev Create A Test for A Java based Rule Add on

sgilda edited this page May 5, 2015 · 1 revision

Create a Test for a Java-based Rule Add-on

It is important to write an Arquillian test for every new rule add-on you create.

  • For details on how to write tests for rule add-ons, see Testing Your Addons in the Forge documentation.

  • Append your test class name with Test, for example, JavaClassTest.java.

  • You can find examples of Arquillian rule add-on tests in the Windup source code by searching on *Test.java.

Clone this wiki locally