[ 
https://issues.apache.org/jira/browse/COLLECTIONS-687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16518502#comment-16518502
 ] 

ASF GitHub Bot commented on COLLECTIONS-687:
--------------------------------------------

Github user coveralls commented on the issue:

    https://github.com/apache/commons-collections/pull/44
  
    
    [![Coverage 
Status](https://coveralls.io/builds/17597721/badge)](https://coveralls.io/builds/17597721)
    
    Coverage decreased (-0.007%) to 87.386% when pulling 
**4702e747323690ecba6bb3a80940b4a2c1aebce1 on sfuhrm:JUnit4** into 
**11eca16f4a8b2e22c7271cae1fe9f23608bfb98e on apache:master**.



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

Reply via email to