Davide Angelocola created IO-745:
------------------------------------

             Summary: wrong assertNotNull 
                 Key: IO-745
                 URL: https://issues.apache.org/jira/browse/IO-745
             Project: Commons IO
          Issue Type: Test
    Affects Versions: 2.11.0
            Reporter: Davide Angelocola


Greetings from long time user of this library :)

Intellij spotted this small error in *LineIteratorTestCase*:
{code:java}
assertNotNull("Line expected", iterator.next());
assertTrue(iterator.hasNext(), "More expected"); {code}
*assertNotNull* is using "Line expected" as actual parameter.

The right order is given in the next *assertTrue* method.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to