You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (Created) (JIRA)" <ji...@apache.org> on 2012/03/20 11:25:45 UTC

[jira] [Created] (WW-3778) Cleanup and improve StrutsTestCases classes to support Convention plugin

Cleanup and improve StrutsTestCases classes to support Convention plugin
------------------------------------------------------------------------

                 Key: WW-3778
                 URL: https://issues.apache.org/jira/browse/WW-3778
             Project: Struts 2
          Issue Type: Improvement
          Components: Core Actions, Plugin - JUnit, Plugin - TestNG
    Affects Versions: 2.3.1.2
            Reporter: Lukasz Lenart
            Assignee: Lukasz Lenart
            Priority: Minor
             Fix For: 2.3.2


There are almost three classes with the same name, they should be merged and renamed accordingly, also support for the Convention plugin must be added

http://www.zapjava.com/tutorials/spring-struts2-junit4-annotations/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WW-3778) Cleanup and improve StrutsTestCases classes to support Convention plugin

Posted by "Lukasz Lenart (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WW-3778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukasz Lenart updated WW-3778:
------------------------------

    Fix Version/s:     (was: 2.3.x)
                   2.3.6
    
> Cleanup and improve StrutsTestCases classes to support Convention plugin
> ------------------------------------------------------------------------
>
>                 Key: WW-3778
>                 URL: https://issues.apache.org/jira/browse/WW-3778
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Core Actions, Plugin - JUnit, Plugin - TestNG
>    Affects Versions: 2.3.1.2
>            Reporter: Lukasz Lenart
>            Assignee: Lukasz Lenart
>            Priority: Minor
>              Labels: convention, refactoring, testing
>             Fix For: 2.3.6
>
>         Attachments: WW-3778.patch
>
>
> There are almost three classes with the same name, they should be merged and renamed accordingly, also support for the Convention plugin must be added
> http://www.zapjava.com/tutorials/spring-struts2-junit4-annotations/

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

[jira] [Updated] (WW-3778) Cleanup and improve StrutsTestCases classes to support Convention plugin

Posted by "Lukasz Lenart (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WW-3778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukasz Lenart updated WW-3778:
------------------------------

    Fix Version/s:     (was: 2.3.2)
                   2.3.x
    
> Cleanup and improve StrutsTestCases classes to support Convention plugin
> ------------------------------------------------------------------------
>
>                 Key: WW-3778
>                 URL: https://issues.apache.org/jira/browse/WW-3778
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Core Actions, Plugin - JUnit, Plugin - TestNG
>    Affects Versions: 2.3.1.2
>            Reporter: Lukasz Lenart
>            Assignee: Lukasz Lenart
>            Priority: Minor
>              Labels: convention, refactoring, testing
>             Fix For: 2.3.x
>
>         Attachments: WW-3778.patch
>
>
> There are almost three classes with the same name, they should be merged and renamed accordingly, also support for the Convention plugin must be added
> http://www.zapjava.com/tutorials/spring-struts2-junit4-annotations/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (WW-3778) Cleanup and improve StrutsTestCases classes to support Convention plugin

Posted by "Lukasz Lenart (Updated) (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WW-3778?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukasz Lenart updated WW-3778:
------------------------------

    Attachment: WW-3778.patch
    
> Cleanup and improve StrutsTestCases classes to support Convention plugin
> ------------------------------------------------------------------------
>
>                 Key: WW-3778
>                 URL: https://issues.apache.org/jira/browse/WW-3778
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Core Actions, Plugin - JUnit, Plugin - TestNG
>    Affects Versions: 2.3.1.2
>            Reporter: Lukasz Lenart
>            Assignee: Lukasz Lenart
>            Priority: Minor
>              Labels: convention, refactoring, testing
>             Fix For: 2.3.2
>
>         Attachments: WW-3778.patch
>
>
> There are almost three classes with the same name, they should be merged and renamed accordingly, also support for the Convention plugin must be added
> http://www.zapjava.com/tutorials/spring-struts2-junit4-annotations/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (WW-3778) Cleanup and improve StrutsTestCases classes to support Convention plugin

Posted by "Lukasz Lenart (Commented) (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WW-3778?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13248155#comment-13248155 ] 

Lukasz Lenart commented on WW-3778:
-----------------------------------

The patch includes my changes to clean up the names, StrutsTestCase from the JUnit Plugin I've renamed to StrutsJUnitTestCase, the same I did for StrutsTestCase from the TestNG Plugin and renamed it to StrutsTestNGTestCase.
StrutsTestCase used internally in Struts2 Core renamed to StrutsInternalTestCase.

Please review the changes, but I think it should be postponed till 2.5 as it will break backward compatibility.

Anyway support for the Convention Plugin should be introduced ASAP :-)
                
> Cleanup and improve StrutsTestCases classes to support Convention plugin
> ------------------------------------------------------------------------
>
>                 Key: WW-3778
>                 URL: https://issues.apache.org/jira/browse/WW-3778
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Core Actions, Plugin - JUnit, Plugin - TestNG
>    Affects Versions: 2.3.1.2
>            Reporter: Lukasz Lenart
>            Assignee: Lukasz Lenart
>            Priority: Minor
>              Labels: convention, refactoring, testing
>             Fix For: 2.3.2
>
>         Attachments: WW-3778.patch
>
>
> There are almost three classes with the same name, they should be merged and renamed accordingly, also support for the Convention plugin must be added
> http://www.zapjava.com/tutorials/spring-struts2-junit4-annotations/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira