You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "Brent N Atkinson (JIRA)" <ji...@apache.org> on 2015/04/11 17:31:12 UTC

[jira] [Created] (CONTINUUM-2745) Convert remaining JUnit3 tests to JUnit 4

Brent N Atkinson created CONTINUUM-2745:
-------------------------------------------

             Summary: Convert remaining JUnit3 tests to JUnit 4
                 Key: CONTINUUM-2745
                 URL: https://issues.apache.org/jira/browse/CONTINUUM-2745
             Project: Continuum
          Issue Type: Task
            Reporter: Brent N Atkinson


Beside the obvious benefits of using the updated library, there are issues with test reliability as demonstrated by CONTINUUM-2736.

This may be a rather large amount of effort. While I converted all of the tests directly implementing {{TestCase}} already, most of the integration-style tests extend {{PlexusInSpring}} and {{AbstractContinuumTest}}, which indirectly extend {{TestCase}} and add considerable functionality.

As of today, these are using JUnit 3's TestCase:
  * {{PlexusInSpringTestCase}}: 26
  * {{AbstractContinuumTest}}: 23

{{PlexusInSpringTestCase}} is the superclass of {{AbstractContinuumTest}}, so after converting it, it might be easier to convert the remaining tests.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)