[jbossts-issues] [JBoss JIRA] (JBTM-1355) Merge XTS JUnit and Arquillian tests

Amos Feng (JIRA) jira-events at lists.jboss.org
Thu Jan 17 05:46:22 EST 2013


     [ https://issues.jboss.org/browse/JBTM-1355?page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel\#worklog-{worklog.getId()} ]

Amos Feng logged work on JBTM-1355:
-----------------------------------

                Author: Amos Feng
            Created on: 17/Jan/13 5:45 AM
            Start Date: 17/Jan/13 12:44 AM
    Worklog Time Spent: 4 hours 
      Work Description: work on master

Issue Time Tracking
-------------------

    Remaining Estimate: 0 minutes  (was: 4 hours)
            Time Spent: 4 hours
            Worklog Id:     (was: 12428410)


> Merge XTS JUnit and Arquillian tests
> ------------------------------------
>
>                 Key: JBTM-1355
>                 URL: https://issues.jboss.org/browse/JBTM-1355
>             Project: JBoss Transaction Manager
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: Testing, XTS
>            Reporter: Paul Robinson
>            Assignee: Amos Feng
>            Priority: Minor
>              Labels: assign
>             Fix For: 4.17.4, 5.0.0.M2
>
>   Original Estimate: 4 hours
>          Time Spent: 4 hours
>  Remaining Estimate: 0 minutes
>
> When migrating the XTS tests to Arquillian, we wanted to make sure that the old tests where still functional whilst the Arquillian counterparts stabilized. As a result we now have two classes for each test. The Arquillian test delegates each @Test method to the corresponding @Test in the old suite.
> For example: 
> We have the actual test in:
> ./XTS/localjunit/WSTX/src/main/java/com/arjuna/wst11/tests/arq/ba/MultiClose.java
> And then a Arquillian JUnit test which just calls the test methods above is here: 
> ./XTS/localjunit/WSTX/src/test/java/com/arjuna/wst11/tests/arq/ba/MultiCloseTest.java
> To resolve this issue, we should remove the tests under './XTS/localjunit/WSTX/src/main/java' and merge the test methods into Arquillian test. At the end of this process "./XTS/localjunit/WSTX/src/main" should be empty (and thus removed).
> This applies to most, if not all suites under "./XTS/localjunit/".

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossts-issues mailing list