aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/StreamsTest.java
AgeCommit message (Expand)Author
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2021-07-10Simplify expressions.Gary Gregory
2021-02-25No need to embedded if test.Gary Gregory
2020-06-17Centralize stream code in our own 'stream' package asGary Gregory
2020-06-13Simplify lambdas.Gary Gregory
2020-06-11Simplify lambads.Gary Gregory
2020-06-01StreamsTest junit-jupiterJohn Patrick
2020-03-29Lambdas.Gary Gregory
2020-02-14Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-langJochen Wiedmann
2020-02-14Adding Streams.toArrayU-EUR\jwi
2020-02-14Use final.Gary Gregory
2020-02-07Fixing Checkstyle problems.Jochen Wiedmann
2020-01-26- Added the Streams class.Jochen Wiedmann