aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/ArrayUtilsRemoveTest.java
AgeCommit message (Expand)Author
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2022-05-30Remove unnecessary @SuppressWarningsGary Gregory
2020-03-22[LANG-1529] DeprecateGary Gregory
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 testing of exceptionsAllon Mureinik
2018-10-11Update tests to JUnit Jupiter (closes #375)Allon Mureinik
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2017-03-04Use long literals (closes #248)Allon Mureinik
2017-02-14Remove redundant casts (closes #235)Allon Mureinik
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-04-08Implements LANG-1074: Add a method to ArrayUtils for removing all occurrences...Duncan Jones
2013-01-22Add final modifier to local variables.Gary D. Gregory
2011-08-16Port to JUnit 4.Gary D. Gregory
2011-04-05Removing @author tags per thread on dev@: http://mail-archives.apache.org/mod...Henri Yandell
2010-01-03Move test source into src/test/javaPaul C. Benedict Jr