Projects:CDI for jUnit/Functional&Technical Specifications
Overview
Some time ago Openbravo included Arquillian libraries to support CDI within jUnit test cases. These libraries were not updated and got obsolete not being possible to be used anymore.
The goal of this project is to make CDI within jUnit test cases usable again.
Known limitations
Because test classes using Arquillian need to be run with Arquillian's runner, Parameterized runner cannot be used. This issue is workarounded with a Rule implemented based on this post.