aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/StringUtilsStartsEndsWithTest.java
AgeCommit message (Expand)Author
2024-04-19JavadocGary Gregory
2023-11-26Remove extra blank linesGary Gregory
2023-11-03Sort test membersGary Gregory
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2021-07-10Remove dead in-line comments.Gary Gregory
2020-06-24Clean up imports.Gary Gregory
2019-12-18Remove unnecessary array creation for varargs.Gary Gregory
2018-11-19Make whitespace use after tokens consistent and add a checkstyle rule to enfo...pascalschumacher
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-19LANG-1316: Deprecate classes/methods moved to commons-text (closes #255)pascalschumacher
2017-03-19Remove test wildcard importsAllon Mureinik
2017-02-14Remove redundant casts (closes #235)Allon Mureinik
2016-05-28Fix compiler type warningSebb
2016-05-27LANG-901: StringUtils#startsWithAny/endsWithAny is case sensitive - documente...pascalschumacher
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
2013-04-18Adding Dmitry Katsubo's patch from LANG-846, providing CharSequenceUtils.regi...Henri Yandell
2012-09-18[LANG-824] Conversion of 3.x JUnit tests to 4.x; thanks to Duncan JonesMatthew Jason Benson
2011-07-10Convert to Java 5 enhanced loops. Gary D. Gregory
2011-04-07Moving a startsWith test to the right test classHenri Yandell
2011-04-07Added CharSequence endsWithAny and startsWithAny testsHenri Yandell
2010-09-17Adding Shashi Kant Sharma's implementation of endsWithAny - LANG-614Henri Yandell
2010-01-03Move test source into src/test/javaPaul C. Benedict Jr