aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/StringUtilsEmptyBlankTest.java
AgeCommit message (Expand)Author
2019-12-18Remove unnecessary array creation for varargs.Gary Gregory
2018-10-11Update tests to JUnit Jupiter (closes #375)Allon Mureinik
2018-06-08LANG-1392: Methods for getting first non empty or non blank value (closes #325)Jeff Nelson
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2017-03-12revert "LANG-1270: Add StringUtils#isAnyNotEmpty and #isAnyNotBlank" and add ...pascalschumacher
2017-03-12LANG-1293: Add StringUtils#isAllEmpty and #isAllBlank methodsMartin
2016-10-19LANG-1271: StringUtils#isAnyEmpty and #isAnyBlank should return false for an ...Pierre Templier
2016-10-19LANG-1270: Add StringUtils#isAnyNotEmpty and #isAnyNotBlank (closes #193)Pierre Templier
2016-07-31reorganize test classes for StringUtils to make it clearer were tests for a m...pascalschumacher