Damien Vidal created ARQ-1982:
---------------------------------
Summary: Each test case is launched 4 times
Key: ARQ-1982
URL:
https://issues.jboss.org/browse/ARQ-1982
Project: Arquillian
Issue Type: Bug
Reporter: Damien Vidal
Each test is called 4 times on the following orders.
@Before
@Before
@Test - firstTest
@Test - firstTest
@After
@After
@Before
@Before
@Test - firstTest
@Test - firstTest
@After
@After
-------------------------
@Before
@Before
@Test - secondTest
@Test - secondTest
@After
@After
@Before
@Before
@Test - secondTest
@Test - secondTest
@After
@After
Note:
---------
I tried without Drone - same issue
I tried without RunAsClient - same issue and without Deployment
The instance of the Class is the same for each call of @Test method
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)