1 Reply Latest reply on Sep 1, 2015 9:07 AM by martin.wortner

    Arquillian - mixing container and non-container test code

    martin.wortner

      Hi,

      I need to start/stop some simulator during Arquillian test. I have usually used @BeforeClass annotation, but it is used inside Arquillian test(means inside server). I would like to run some code which will not be part of the deployment(before and after) the test. Is it somehow possible with Arquillian?