aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/ObjectUtilsTest.java
AgeCommit message (Expand)Author
2022-10-13Sort membersGary Gregory
2022-08-21Lang 1689 add optional to objectutils isempty (#933)Joseph Hendrix
2022-07-15(doc) Fix typos in javadoc and comments (#920)Marc Wrobel
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2021-10-25Fix weird formatting.Gary Gregory
2021-10-17LANG-1659 - Method to check if an object it's an array. (#754)Arturo Bernal
2021-09-01Add ObjectUtils.identityHashCodeHex(Object).Gary Gregory
2021-08-29Simplify assertions with equivalent but more simple. (#792)Arturo Bernal
2021-05-25Create array with curly.Gary Gregory
2021-05-25Add and use APIs to avoid compiler warnings and use ofGary Gregory
2021-04-18Remove dead comments.Gary Gregory
2021-02-25Add and use ObjectUtils.requireNonEmpty().Gary Gregory
2021-02-25Sort members.Gary Gregory
2021-02-21Add and use Duration in APIs.Gary Gregory
2020-11-21Use a String instead of building one.Gary Gregory
2020-11-20Remove redundant calls to super().Gary Gregory
2020-07-21Javadoc fixAlex Herbert
2020-07-10Add allNull() and anyNull() methods to ObjectUtils, as well as their associat...Isira Seneviratne
2020-06-23Add ObjectUtils.toString(Object, Supplier<String>).Gary Gregory
2020-06-13[LANG-1564] use Collections.singletonList insteadof Arrays.asList when there ...XenoAmess
2020-02-14Use final.Gary Gregory
2020-01-07[LANG-1513] ObjectUtils: Get first non-null supplier value.Gary Gregory
2019-12-18Remove unnecessary array creation for varargs.Gary Gregory
2019-11-04[LANG-1498] Add support of lambda value evaluation for defaultingGary Gregory
2019-11-01[LANG-1498] Add support of lambda value evaluation for defaultingGary Gregory
2019-10-31[LANG-1498] Add support of lambda value evaluation for defaultingGary Gregory
2019-02-09Simplify assertions (closes #404)Allon Mureinik
2019-02-08Clean up floating point assertions (closes #402)Allon Mureinik
2018-11-19Make whitespace use after tokens consistent and add a checkstyle rule to enfo...pascalschumacher
2018-10-13Clean up testing of exceptionsAllon Mureinik
2018-10-11Update tests to JUnit Jupiter (closes #375)Allon Mureinik
2018-08-24Explicit type parameters can be removedBenedikt Ritter
2018-08-17LANG-1411: Add empty checks to ObjectUtilsAlexander Tsvetkov
2017-11-10[LANG-1367] ObjectUtils.identityToString(Object) and friends shouldGary Gregory
2017-11-10Break up testIdentityToStringStringBuilder into multiple test methods.Gary Gregory
2017-11-10Break up testIdentityToStringStringBuilder into multiple test methods.Gary Gregory
2017-10-25fix checkstyle violationspascalschumacher
2017-10-23[LANG-1360] Add methods to ClassUtils to get various forms of classGary Gregory
2017-10-20[LANG-1360] Add methods to ObjectUtils to get various forms of classGary Gregory
2017-10-15use assertNull where possiblepascalschumacher
2017-06-06Prevent redundant modifiersBenedikt Ritter
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2017-03-04Use uppercase L for long literalsAllon Mureinik
2017-02-14Remove redundant casts (closes #235)Allon Mureinik
2017-02-14ObjectUtilsTest#testIdentityToStringAppendable: fail test if IOException is t...pascalschumacher
2017-02-14ObjectUtilsTest: remove commented-out codepascalschumacher
2017-02-11ObjectUtilsTest: collapse empty catch blocksAllon Mureinik
2016-11-23fix non-critical typos in comments and JavaDocAndrii
2016-10-28remove unnecessary @SuppressWarnings("unchecked") from ObjectUtilsTest#testModepascalschumacher
2016-10-23Remove redundant type arguments.Gary Gregory