aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/EnumUtilsTest.java
AgeCommit message (Expand)Author
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-05-30Add and document @SuppressWarningsGary Gregory
2021-11-19Add EnumUtils.getEnumMap(Class, Function). #730.Gary Gregory
2021-03-26Add and use EnumUtils.getFirstEnumIgnoreCase(Class, String, Function,Gary Gregory
2021-03-17EnumUtils.getEnumSystemProperty(...).Gary Gregory
2021-03-17Sort methods.Gary Gregory
2020-06-13fix_typos (#539)XenoAmess
2020-03-06[LANG-1525] Internally use Validate.notNull(foo, ...) instead ofGary Gregory
2019-10-28LANG-1495 Update EnumUtils.java (#475)vlcheong
2018-10-11Update tests to JUnit Jupiter (closes #375)Allon Mureinik
2018-08-22(fix) Add missing @Test annotationEitan Adler
2018-01-12LANG-1352: EnumUtils.getEnumIgnoreCase and isValidEnumIgnoreCase methods adde...Ruslan Sibgatullin
2017-10-15use assertNull where possiblepascalschumacher
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2017-02-22EnumUtilsTest: fix spaces between enum constants (closes #241)Andrii
2017-02-21Remove redundant semicolons from enums (closes #240)Allon Mureinik
2017-02-14Remove redundant casts (closes #235)Allon Mureinik
2015-06-13LANG-1147 EnumUtils *BitVector issue with more than 32 values EnumSebb
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2013-01-22Add final modifier to local variables.Gary D. Gregory
2013-01-22Add final modifier to method parameters.Gary D. Gregory
2012-07-13[LANG-812] Permit bitvector generation for Enums with > 64 values; plus some ...Matthew Jason Benson
2012-04-05Do not import *Gary D. Gregory
2011-11-09Avoid boolean boxing in asserts where possibleSebastian Bazley
2011-07-21require values parameter when generating bit vectors from enums, throwing Nul...Matthew Jason Benson
2011-07-21junit4ify EnumUtilsTestMatthew Jason Benson
2011-07-21Adding Nelson Carpentier's patch adding an EnumSet to bit vector (and back ag...Henri Yandell
2011-03-04Javadoc and clarify null handlingStephen Colebourne
2010-07-26missing svn keywords and @version: $ tagsMatthew Jason Benson
2010-01-03Move test source into src/test/javaPaul C. Benedict Jr