aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/ClassUtilsTest.java
AgeCommit message (Expand)Author
2022-09-15LANG-1691: ClassUtils.getShortCanonicalName - using canonicalName rather than...Thiyagarajan
2022-08-21Fix links in Javadoc and documentations (#926)Marc Wrobel
2022-08-16Add a bunch of test in order to increase the coverage. (#904)Arturo Bernal
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2022-06-15Use final, remove redundant call to super(), use valueOf(), lambdas.Gary Gregory
2022-06-13Add missing test coverage for ClassUtils#getClass(String, boolean)Gary Gregory
2022-06-13Add missing test coverage for ClassUtils#getClass(ClassLoader, String)Gary Gregory
2022-06-13Format: Remove extra whitespace around parameters.Gary Gregory
2022-05-30Document unused for testsGary Gregory
2021-07-22ClassUtils.comparator().Gary Gregory
2021-07-22Sort members.Gary Gregory
2021-05-25Add and use APIs to avoid compiler warnings and use ofGary Gregory
2021-05-25Remove useless in-line comments.Gary Gregory
2020-06-24Clean up imports.Gary Gregory
2019-12-18Remove unnecessary array creation for varargs.Gary Gregory
2019-10-12LANG-1480 getAbbreviatedName refactored to create appropriate length … (#446)Peter Verhas
2019-10-08Update documentation related to the issue LANG-696 (#449)Peter Verhas
2019-02-09Simplify assertions (closes #404)Allon Mureinik
2018-11-19Make whitespace use after tokens consistent and add a checkstyle rule to enfo...pascalschumacher
2018-10-13Clean up assertions (closes #376)Allon Mureinik
2018-10-13Clean up redundant throws clausesAllon Mureinik
2018-10-13Clean up testing of exceptionsAllon Mureinik
2018-10-11Update tests to JUnit Jupiter (closes #375)Allon Mureinik
2017-10-25fix checkstyle violationspascalschumacher
2017-10-23[LANG-1360] Add methods to ClassUtils to get various forms of classGary Gregory
2017-10-23[LANG-1360] Add methods to ClassUtils to get various forms of classGary Gregory
2017-10-23[LANG-1360] Add methods to ClassUtils to get various forms of classGary Gregory
2017-10-23Comment empty blocks.Gary Gregory
2017-10-23Comment empty blocks.Gary Gregory
2017-10-23Sort members.Gary Gregory
2017-10-15use assertNull where possiblepascalschumacher
2017-06-06Make sure placement of curly braces is consistentBenedikt Ritter
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-12ClassUtilsTest: some tests can simplified because lang does not support java ...pascalschumacher
2017-03-12ClassUtilsTest#test_isAssignable_ClassArray_ClassArray: add explicit cast to ...pascalschumacher
2017-02-14Remove redundant casts (closes #235)Allon Mureinik
2016-10-23Remove redundant type arguments.Gary Gregory
2016-09-11The behavior for empty arrays is documented in the @return JavaDocBenedikt Ritter
2016-08-21LANG-1214: Handle "void" in ClassUtils.getClass() (closes #155)Henry Tung
2015-05-05Removed spurious * lines before a */; mostly created by removing the @version...Henri Yandell
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2015-03-13Use annotation based testing for expected exceptionsBenedikt Ritter
2015-03-13LANG-1093: Add ClassUtils.getAbbreviatedName(). This fixes #48 from github. T...Benedikt Ritter
2014-10-23No need to explicitly extend Object.Gary D. Gregory
2013-08-04[LANG-907] retrieve class hierarchyMatthew Jason Benson
2013-01-22Add final modifier to local variables.Gary D. Gregory
2013-01-22Add final modifier to method parameters.Gary D. Gregory
2012-09-27Suppress boxing warnings for assertEquals()Sebastian Bazley
2012-09-19Simplify boolean tests and avoid boxingSebastian Bazley