aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/ArrayUtilsTest.java
AgeCommit message (Expand)Author
2020-02-14Use final.Gary Gregory
2019-12-20Replace Character constructor (deprecated on Java 9+) calls in tests with Cha...pascalschumacher
2019-10-29[LANG-1177] Added indexesOf methods and simplified removeAllOccurences (#471)Liel Fridman
2019-10-25Add more test inputs for ArrayUtils.toMap() method (#472)apirom9
2019-09-12More lambdas, less boilerplate.Gary 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 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
2018-07-14removed ArrayUtils.getMarkDacek
2018-07-08LANG-1402: refactored to return default value on negative indexMarkDacek
2018-07-08refactored to Generics and added isArrayIndexValidMarkDacek
2018-07-07LANG-1402: added get methods to ArrayUtilsMarkDacek
2018-03-09Predictable randomness in shuffle tests. Closes #317 from AllonGary Gregory
2017-10-20Use final.Gary Gregory
2017-10-15Always use static imports for assertion methods to be consistent with other t...pascalschumacher
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-04-19LANG-1272: Added shuffle methods to ArrayUtilsEmmanuel Bourg
2017-04-18Fixed the indentation in ArrayUtilsTestEmmanuel Bourg
2017-02-16Use StringBuilders instead of StringBuffersSebb
2017-02-14Remove redundant casts (closes #235)Allon Mureinik
2016-12-12Removed accidental commit of failing test case.duncan
2016-12-12Squashed deprecation warnings in test code.duncan
2016-11-24LANG-1290: Increase test coverage of org.apache.commons.lang3.ArrayUtils clas...Andrii
2016-11-22fix typos in comments and javadoc.Andrii
2016-11-16Add missing '@Override' annotations.Gary Gregory
2016-11-13LANG-1258: Add ArrayUtils#toStringArray(Object[], String) method (and minimal...pascalschumacher
2016-11-13LANG-1258: Add ArrayUtils#toStringArray(Object[]) methodmildis
2016-10-23add @SafeVarargs to some methods with vararg parameters to suppress "Type saf...pascalschumacher
2016-10-23Add final modifier to local variables.Gary Gregory
2016-10-23Add final modifier to method parameters.Gary Gregory
2016-08-30LANG-1261: ArrayUtils#contains and ArrayUtils#indexOf should compare objects ...pascalschumacher
2016-04-23LANG-1115: Add support for varargs in ConstructorUtils, MemberUtils, and Meth...Chas Honton
2015-05-07Merge branch 'LANG-1122'Benedikt Ritter
2015-05-07new test caseberadrian
2015-05-07consistent treatment for negative indices for swap methodberadrian
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-28testSwapIntExchangedOffsetsberadrian
2015-04-28tabs replaced by spacesberadrian
2015-04-28swap and shift for arraysberadrian
2015-04-09Implements LANG-1050: Change nullToEmpty methods to generics. Thanks to James...Duncan Jones
2014-10-19LANG-536 - Add isSorted() to ArrayUtils. Patch supplied by James Sawle. Close...Duncan Jones
2014-03-28Tab police (added by pesky IDE)Sebastian Bazley