aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/StringUtilsTest.java
AgeCommit message (Expand)Author
2017-06-07LANG-1336: Add NUL Byte To CharUtils. Thanks to Beluga Behr.Benedikt 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-05-25[LANG-1304] StringUtils method to check for mixed case in string (closes #223)Andy Klimczak
2017-05-01LANG-1307: Added getDigits method to StringUtils (closes #225)Arshad Basha
2017-03-19Revert "LANG-1269: Wrong name or result of StringUtils#getJaroWinklerDistance...pascalschumacher
2017-03-19Remove test wildcard importsAllon Mureinik
2017-02-18(doc) Use the full alphabet for the well-known example text.Tobias Gesellchen
2017-01-21Increase test coverageAndy Klimczak
2016-12-18LANG-1299 - Add method for converting string to an array of code pointsduncan
2016-10-31LANG-1155: Add StringUtils#unwrappascalschumacher
2016-10-31LANG-1155: Add StringUtils#unwrap (closes #107, closes #136)MSaifAsif
2016-10-28LANG-1160: StringUtils#abbreviate should support 'custom ellipses' parameter ...Bruno P. Kinoshita
2016-10-28LANG-1269: Wrong name or result of StringUtils#getJaroWinklerDistance (closes...pascalschumacher
2016-10-23LANG-1279: Update Java requirement from Java 6 to 7pascalschumacher
2016-10-23Add final modifier to local variables.Gary Gregory
2016-09-24Merge branch 'LANG-787'Benedikt Ritter
2016-08-16[LANG-1257] StringUtils.wrapIfMissing(String, char|String)Gary Gregory
2016-07-31LANG-1226: StringUtils#normalizeSpace does not trim the string anymore (close...pascalschumacher
2016-07-31reorganize test classes for StringUtils to make it clearer were tests for a m...pascalschumacher
2016-07-31delete StringUtilsTest#testIsEmpty, #testIsNotEmpty, #testIsBlank and #testIs...pascalschumacher
2016-06-05LANG-1013: Add StringUtils.truncate() (closes #137)Thiago Andrade
2016-06-05LANG-1199: Fix implementation of StringUtils.getJaroWinklerDistance()pascalschumacher
2016-05-20LANG-787: Add StringUtils#removeIgnoreCasepascalschumacher
2016-05-08Add tests for missed branches in StringUtils (closes #135)Casey Scarborough
2016-01-26Add sanity check test.ggregory
2015-11-05LANG-1185 Add some tests for StringUtils replaceAll and replaceFirst methodsLoic Guibert
2015-11-05LANG-1185 Add remove by regular expression methods in StringUtils :Loic Guibert
2015-11-02LANG-1183 Making replacePattern/removePattern methods null safe in StringUtilsLoic Guibert
2015-10-27Merge branch 'fix-LANG-1139'Loic Guibert
2015-10-21LANG-1171 Remove log of excluded methods in StringUtilsTest.testStringUtilsCh...Loic Guibert
2015-10-20LANG-1171 Exclude methods from StringUtilsTest.testStringUtilsCharSequenceCon...Loic Guibert
2015-07-19Switched capitalize back to using toTitleCase. Added a test for this using th...Henri Yandell
2015-06-12LANG-1059 Capitalize javadoc is incorrectSebb
2015-06-12Split tests up according to methods testedSebb
2015-05-28LANG-1139: Add null safe methods in StringUtils to replace by regular express...Loic Guibert
2015-05-19Format source code and remove spaces on empty linesBenedikt Ritter
2015-05-05remove compiler warnings of joinWith testsPascal Schumacher
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-05-04LANG-701 - Added new joinWith method to support varargsjamessawle
2015-04-28LANG-1119: Add StringUtils.rotate(String, int)Loic Guibert
2015-04-28LANG-1118 Adding a test case for StringUtils.repeat(String, int) checking dea...Loic Guibert
2015-04-28LANG-1118 Fix StringUtils.repeat(char, int) dealing with negative repeat valueLoic Guibert
2015-04-12Corrected Javadoc (mentioned in LANG-1058), added examples to unit test.Duncan Jones
2014-12-25Add another assertion documention the current behavior of StringUtils.joinBenedikt Ritter
2014-10-09LANG-1043 - isAllUpperCase should only check Alpha charactersSebastian Bazley
2014-07-12LANG-1024: Fix JavaDoc errors in test codeBenedikt Ritter
2014-06-27Use final consistently. Gary D. Gregory
2014-05-07LANG-999: Add fuzzy String matching logic to StringUtils. This also closes #2...Benedikt Ritter