0 Replies Latest reply on Aug 28, 2015 8:06 AM by otinanism

    Arquillian concurrency test

    otinanism

      I want to create a test which will test an injected stateless class called by two different "clients" at the exact same moment.

      Of course I cannot use the same injected instance twice since in a real environment each request will get its own stateless instance.

      Is there any way to simulate two requests running at the same time?


      Thank you in advance.