[arquillian-issues] [JBoss JIRA] (ARQ-1982) Each test case is launched 4 times

Damien Vidal (JIRA) issues at jboss.org
Thu Sep 24 14:10:00 EDT 2015


     [ https://issues.jboss.org/browse/ARQ-1982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Damien Vidal updated ARQ-1982:
------------------------------
    Description: 
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 and without Deployment -> same issue 
The instance of the SampleTest Class is the same for each call of @Test method


  was:
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




> 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
>              Labels: Arquillian, OSGI
>
> 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 and without Deployment -> same issue 
> The instance of the SampleTest Class is the same for each call of @Test method



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the arquillian-issues mailing list