0 Replies Latest reply on Dec 11, 2012 5:47 PM by set321go

    Arquillian warp and Managed Bean annotation

    set321go

      Hello,

       

      I am developing a JSF application, and I am using the @ManagedBean annotation instead of the @Named

       

      I have been reading about jsfunit, warp, warp phaser and I would like to give it ago. I have been looking at the warp showcase

      https://github.com/arquillian/arquillian-showcase/tree/master/warp

       

      in the examples you are using the @Inject annotation to inject the @Named managed bean into the class (verifyBeanValueOnInitialPage in the jsfbasictestcase) that extends ServerAssertion. Can I use this annotation to inject @ManagedBean?