aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/CharSequenceUtilsTest.java
AgeCommit message (Expand)Author
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2022-05-27Fix unstable coverage of CharSequenceUtils tests noticed during merge of PRs ...Steve Bosman
2021-07-10Remove dead in-line comments.Gary Gregory
2020-11-20Use final.Gary Gregory
2020-10-25More coverage for CharSequenceUtils. (#631)Edgar Asatryan
2020-07-01Make internal API null-safe and Javadoc.Gary Gregory
2020-06-27Use final.Gary Gregory
2020-06-26JRE locks live in a ...concurrent.locks package so let's put our lockGary Gregory
2020-06-26refine testsXenoAmess
2020-06-26refine testsXenoAmess
2020-06-26refine testsXenoAmess
2020-06-26refine testsXenoAmess
2020-06-26refine testsXenoAmess
2020-06-26fix checkstyleXenoAmess
2020-06-26fix checkstyleXenoAmess
2020-06-26reformat testXenoAmess
2020-06-26implement lastIndexOfXenoAmess
2020-06-26implement lastIndexOfXenoAmess
2018-11-19Make whitespace use after tokens consistent and add a checkstyle rule to enfo...pascalschumacher
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
2017-10-15use assertNull where possiblepascalschumacher
2017-06-06Make sure modifiers are in JLS orderBenedikt Ritter
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2017-03-19Remove test wildcard importsAllon Mureinik
2016-12-18Improve test coverage of utility method.duncan
2016-11-16Add missing '@Override' annotations.Gary Gregory
2016-10-23Add final modifier to local variables.Gary Gregory
2016-10-23Add final modifier to method parameters.Gary Gregory
2015-08-12Some more testsSebb
2015-08-11LANG-1163 There are no tests for CharSequenceUtils.regionMatchesSebb
2015-08-11Split up and simplify testsSebb
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-01-23JUnit 3 -> 4: replace import of junit.framework.Assert with org.junit.Assert.Gary D. Gregory
2013-01-22Add final modifier to local variables.Gary D. Gregory
2012-09-19Simplify boolean tests and avoid boxingSebastian Bazley
2012-09-18[LANG-824] Conversion of 3.x JUnit tests to 4.x; thanks to Duncan JonesMatthew Jason Benson
2011-04-07Removing @author that was introduced by undeleting a fileHenri Yandell
2011-04-07Moving the CharSequence specific methods out of StringUtils and reintroducing...Henri Yandell
2011-03-16Removing CharSequenceUtils in favour of putting the code in StringUtilsHenri Yandell
2011-02-02Adding tests to ensure the public constructors remainHenri Yandell
2010-10-14Organize imports only.Gary D. Gregory
2010-08-22Removing the CharSequenceUtils.length method in favour of the StringUtils.len...Henri Yandell
2010-07-26missing svn keywords and @version: $ tagsMatthew Jason Benson
2010-07-22svn ps svn:eol-style nativeGary D. Gregory
2010-03-16Tab police (and trailing spaces)Sebastian Bazley
2010-03-08Change StringUtils arguments from String to CharSequence.Gary D. Gregory