aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/StringUtilsSubstringTest.java
AgeCommit message (Expand)Author
2022-07-15(doc) Fix typos in javadoc and comments (#920)Marc Wrobel
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2022-07-05Add test for StringUtils.substringBetween to disprove PR #908.Gary Gregory
2021-07-10Remove dead in-line comments.Gary Gregory
2021-02-10Add StringUtils.substringBefore(String, int).Gary Gregory
2020-09-12LANG-1606 StringUtils.countMatches - fix JavadocSebb
2020-06-27Add Add org.apache.commons.lang3.StringUtils.substringAfterLast(String,Gary Gregory
2020-06-27Add org.apache.commons.lang3.StringUtils.substringAfter(String, int).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-10-15use assertNull where possiblepascalschumacher
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
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
2014-08-06[LANG-1033] Add StringUtils.countMatches(CharSequence, char)Gary D. Gregory
2012-09-18[LANG-824] Conversion of 3.x JUnit tests to 4.x; thanks to Duncan JonesMatthew Jason Benson
2011-04-07Unused importSebastian Bazley
2011-04-07Moving the CharSequence specific methods out of StringUtils and reintroducing...Henri Yandell
2011-04-05Removing @author tags per thread on dev@: http://mail-archives.apache.org/mod...Henri Yandell
2011-03-16Removing CharSequenceUtils in favour of putting the code in StringUtilsHenri Yandell
2010-01-03Move test source into src/test/javaPaul C. Benedict Jr