This content has been marked as final. 
    
Show                 1 reply
    
- 
        1. Re: FAQ/Gotcha when using annotation that references another classaslak May 23, 2013 3:20 AM (in response to cwash)Arquillian, or rather the TestFramework will create a new instance of the TestClass in container, so all Runtime references need to be there. We had the same problem in the Weld test suite, and solved it in a global suite fashion by using the Arquillian SPI: 
 
    