You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Stephan Fuhrmann (JIRA)" <ji...@apache.org> on 2018/06/20 20:51:00 UTC

[jira] [Updated] (COLLECTIONS-687) Moved tests from JUnit 3 to JUnit 4 nomenclature

     [ https://issues.apache.org/jira/browse/COLLECTIONS-687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stephan Fuhrmann updated COLLECTIONS-687:
-----------------------------------------
    Description: 
This pull request moves many JUnit 3 tests to JUnit 4 nomenclature.
 Actually this was the easy part without base class usage of {{src/test/java/org/apache/commons/collections4/BulkTest.java}}.

*Verified?*
 I verified that the tests in master branch and this PR are the same:

{{[INFO] Tests run: 24589, Failures: 0, Errors: 0, Skipped: 0}}

*Numbers*
 Here are some numbers to show the reduction.

master branch:

{{$ grep "extends TestCase" * -R|grep java:|wc -l}}

{{8 }}

JUnit4 branch:

$ grep "extends TestCase" * -R|grep java:|wc -l

1

  was:
This pull request moves many JUnit 3 tests to JUnit 4 nomenclature.
Actually this was the easy part without base class usage of {{src/test/java/org/apache/commons/collections4/BulkTest.java}}.

*Verified?*
I verified that the tests in master branch and this PR are the same:

{{[INFO] Tests run: 24589, Failures: 0, Errors: 0, Skipped: 0}}

*Numbers*
Here are some numbers to show the reduction.

master branch:

{{$ grep "extends TestCase" * -R|grep java:|wc -l 8 }}

JUnit4 branch:

{{$ grep "extends TestCase" * -R|grep java:|wc -l 1}}


> Moved tests from JUnit 3 to JUnit 4 nomenclature
> ------------------------------------------------
>
>                 Key: COLLECTIONS-687
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-687
>             Project: Commons Collections
>          Issue Type: Improvement
>            Reporter: Stephan Fuhrmann
>            Priority: Major
>
> This pull request moves many JUnit 3 tests to JUnit 4 nomenclature.
>  Actually this was the easy part without base class usage of {{src/test/java/org/apache/commons/collections4/BulkTest.java}}.
> *Verified?*
>  I verified that the tests in master branch and this PR are the same:
> {{[INFO] Tests run: 24589, Failures: 0, Errors: 0, Skipped: 0}}
> *Numbers*
>  Here are some numbers to show the reduction.
> master branch:
> {{$ grep "extends TestCase" * -R|grep java:|wc -l}}
> {{8 }}
> JUnit4 branch:
> $ grep "extends TestCase" * -R|grep java:|wc -l
> 1



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)