GitHub user august782 opened a pull request:
https://github.com/apache/commons-io/pull/68
Output all parameters in ReversedLinesFileReaderTestParamFile
In ReversedLinesFileReaderTestParamFile, the parameterized tests have three
parameters, but currently the test class is configured
GitHub user august782 opened a pull request:
https://github.com/apache/commons-cli/pull/5
Skipping empty tests
This pull request adds @Ignore to tests with purposely left empty test
bodies due to the features not being implemented (the @Test is added as well
due to how JUnit
GitHub user august782 opened a pull request:
https://github.com/apache/commons-cli/pull/4
Removing unnecessary subclassing of DefaultParserTest
The test class BugCLI252Test extends DefaultParserTest, but there is no
need for it to do so as it does not use anything from