aboutsummaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2023-01-18[IO-784] Add support for Appendable to HexDump util (#418)Fredrik Kjellberg
2023-01-01SpellingGary Gregory
2022-11-25Reuse constantsGary Gregory
2022-10-09[IO-782] SequenceReader should close readers when its close method isGary Gregory
2022-10-02RefactorGary Gregory
2022-09-22Adjust test that only runs on LinuxGary Gregory
2022-09-22Try to get tests to pass on Java 8, 11, 17 on Windows, mac, and UbuntuGary Gregory
2022-09-19Add IOBaseStream & IOStreamGary Gregory
2022-09-19Remove unused exception in testGary Gregory
2022-09-17CommentGary Gregory
2022-09-17Revert "Revert "Make this test more reliable based on a failure seen on GitHu...Gary Gregory
2022-09-17Revert "Make this test more reliable based on a failure seen on GitHub."Gary Gregory
2022-09-17Make this test more reliable based on a failure seen on GitHub.Gary Gregory
2022-09-17JavadocGary Gregory
2022-09-17More coverageGary Gregory
2022-09-14Better docs in IOUtils and IOUtils.byteArray(int size) (#374)ArdenL_Liu
2022-09-13Improve code coverageGary Gregory
2022-09-12IOExceptionList implements Iterable.Gary Gregory
2022-09-12Add IOSpliteratorGary Gregory
2022-09-12Fix test on Java > 8Gary Gregory
2022-09-12Remove cruftGary Gregory
2022-09-12Fix test on Java > 8Gary Gregory
2022-09-12Add IOIteratorGary Gregory
2022-09-12Sort membersGary Gregory
2022-09-12[IO-611] FilenameUtils.normalize javadoc and tests. (#383)Fedor Urvanov
2022-09-06[IO-575] copyDirectory (all overloads) does not maintain file (#379)Gary Gregory
2022-08-29Add cleaned up test related to IO-141 and PR #371 by PJ FanningGary Gregory
2022-08-29Add cleaned up test related to IO-141 and PR #371 by PJ FanningGary Gregory
2022-08-26Fix typos (#375)Michael Ernst
2022-08-20Add TimestampedObserver.isClosed().Gary Gregory
2022-08-13Hack to get a test to pass on macOS and Java 8Gary Gregory
2022-08-13Try to fix build on GitHub for Windows and Java 17.Gary Gregory
2022-08-13Fix new API and convert its tests to use fixed file timesGary Gregory
2022-08-13Use try-with-resourcesGary Gregory
2022-08-13Comments & JavadocGary Gregory
2022-08-13Use try-with-resourcesGary Gregory
2022-08-08[IO-386] FileUtils.doCopyFile uses different methods to check the fileGary Gregory
2022-08-08Use final, end file with empty line, refactor commons code in testGary Gregory
2022-08-08Change parameter order of new methods, use var-args, improve testsGary Gregory
2022-08-07Add IOBinaryOperatorGary Gregory
2022-08-07Add IOUnaryOperatorGary Gregory
2022-08-07Add IOComparatorGary Gregory
2022-07-28Add an assert testGary Gregory
2022-07-28JavadocGary Gregory
2022-07-28JavadocGary Gregory
2022-07-28Increase timeout for when build are super slow (on my GitHub at least)Gary Gregory
2022-07-28Add testsGary Gregory
2022-07-28Increase timeout for when build are super slow (on my PC at least)Gary Gregory
2022-07-28Add IORunnable#asRunnable()Gary Gregory
2022-07-28Add IOBiConsumer#asBiConsumer()Gary Gregory