2 Replies Latest reply on Feb 14, 2014 3:21 AM by kpiwko

    Arquillian, Drone and Mockito

    malk182

      I trying to use arquillian to test separates parts of my system.

       

      My case is:

      Test the view and Managed Bean without the facade.

       

      1 - Drone Open Browser

      2 - Click on button

      3 - Managed Bean get the event

      4 - Call a mocked facade and return a fake value

       

       

      I dont know how to mock the facade because drone exec on Client Side (@RunAsClient).

       

      Is this possible?