aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/FunctionsTest.java
AgeCommit message (Expand)Author
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2020-06-24Use final.Gary Gregory
2020-06-24Clean up imports.Gary Gregory
2020-06-24Remove methods that will be new in 3.11 but which are now in theGary Gregory
2020-06-17Follow current style: @Test methods are public.Gary Gregory
2020-06-17Create the new package org.apache.commons.function to parallel the JRE'sGary Gregory
2020-06-17[LANG-1568] More failable functional interfaces to match JRE functionalGary Gregory
2020-06-14[LANG-1568] More failable functional interfaces to match JRE functionalGary Gregory
2020-06-14Sort members.Gary Gregory
2020-06-14fix checkstyle.XenoAmess
2020-06-13[LANG-1556] Use Java 8 lambdas and Map operations. (#541)XenoAmess
2020-06-13Add missiing "testGary Gregory
2020-06-13Sort methods.Gary Gregory
2020-06-12[LANG-1568] Add more failable Consumers to match JRE stock Consumers.Gary Gregory
2020-06-12Sort members.Gary Gregory
2020-06-12[LANG-1568] FailableBooleanSupplier, FailableIntSupplier,Gary Gregory
2020-06-11Simplify lambads.Gary Gregory
2020-03-29Lambdas.Gary Gregory
2020-02-14Use final.Gary Gregory
2019-10-12Code refactor to simplify Functions and new tests (#463)Peter Verhas
2019-08-25Fix checkstyle violations (tabs, missing spaces after commas, missing javadocs)Bruno P. Kinoshita
2019-08-22PR: LANG-1447Jochen Wiedmann
2019-02-09Use assertThrows in FunctionsTest (closes #404)Allon Mureinik
2019-02-08FunctionsTest whitespacesAllon Mureinik
2019-02-08FunctionsTest whitespace after commaAllon Mureinik
2019-02-08FunctionsTest method referencesAllon Mureinik
2019-02-08FunctionTest redundant constructor modifierAllon Mureinik
2019-02-08FunctionsTest importsAllon Mureinik
2019-02-08Add license to FunctionsTest.javaAllon Mureinik
2019-01-29Added Functions.tryWithResources.Jochen Wiedmann (jwi)
2019-01-23Adding the Functions class as a helper for dealing with Java 8 Lambdas.Jochen Wiedmann (jwi)