aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/StringUtilsEqualsIndexOfTest.java
AgeCommit message (Expand)Author
2022-08-21Fix links in Javadoc and documentations (#926)Marc Wrobel
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2021-11-20Refactor some test fixtures.Gary Gregory
2021-07-10Remove dead in-line comments.Gary Gregory
2021-05-25Create array with curly.Gary Gregory
2020-12-27LANG-1631 - Check if the char to be searched is defined (#682)Arturo Bernal
2020-06-13simplify_if (#543)XenoAmess
2018-11-19Make whitespace use after tokens consistent and add a checkstyle rule to enfo...pascalschumacher
2018-10-13Clean up assertions (closes #376)Allon Mureinik
2018-10-11Update tests to JUnit Jupiter (closes #375)Allon Mureinik
2017-10-20Use final.Gary Gregory
2017-10-09Make tests a little more bullet-proof.Gary Gregory
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-03-19StringUtilsEqualsIndexOfTest: fix checkstyle violationspascalschumacher
2017-03-15LANG-1300: Merged Rob's javadoc comments and updated to use code units instea...MarkDacek
2017-03-08LANG-1300: changed CharSequence lastIndexOf for Supplementary CharactersMarkDacek
2017-03-08LANG-1300: fixed CharSequenceUtils indexOf for Supplementary charsMarkDacek
2017-03-06LANG-1300: Updated StringUtilsEqualsIndexOfTest to account for new changesMarkDacek
2016-07-31reorganize test classes for StringUtils to make it clearer were tests for a m...pascalschumacher
2016-06-10LANG-1241 StringUtils.ordinalIndexOf brokenSebb
2016-04-13Applied Javadoc patch and added new test perggregory
2016-01-26[LANG-1191] Incorrect Javadoc StringUtils.containsAny(CharSequence,ggregory
2015-12-11More Javadoc and testsSebb
2015-12-11LANG-1193 ordinalIndexOf("abc", "ab", 1) gives incorrect answer of -1Sebb
2015-11-06LANG-1169 Add some other unit testsLoic Guibert
2015-11-02LANG-1169 Added equalsAny() and equalsAnyIgnoreCase() methods to StringUtils.Arman Sharif
2015-10-05LANG-1171 Add null safe compare methods in StringUtils :Loic Guibert
2015-08-10LANG-1162 StringUtils#equals fails with Index OOBE on non-Strings withSebb
2015-05-07Merge branch 'LANG-1127'Benedikt Ritter
2015-05-07Rename SwitchDefaults to SystemDefaultsSwitch to better describe it's roleBenedikt Ritter
2015-05-07Remove explicit (redundant) array creations for var args parametersBenedikt Ritter
2015-05-07Clarify behavior for chars in the input char array which are not next to each...Benedikt Ritter
2015-05-07Clarify behavior for chars that are not next to each other in the supplied se...Benedikt Ritter
2015-05-07Clarify behavior of containsAny for null entries in the supplied CharSequence...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
2015-05-04LANG-1127: Rule alternative implementationChas Honton
2015-05-03LANG-1127: Use JUnit rules to set and reset the default Locale and TimeZone.Benedikt Ritter
2015-05-02LANG-1127 Create a base test for the time package, which sets and resets defa...Chas Honton
2014-12-27LANG-883: Add StringUtils.containsAny(CharSequence, CharSequence...) method. ...Benedikt Ritter
2014-12-13LANG-1077 StringUtils.ordinalIndexOf("aaaaaa", "aa", 2) != 3 in StringUtilsBruno P. Kinoshita
2013-06-14Add tests for new Javadoc examplesSebastian Bazley
2013-06-14Add more tests showing the behaviour on the index boundarySebastian Bazley
2013-03-22Fixing urls to point to new oracle pages and not old, sometimes broken, sun urlsHenri Yandell
2013-01-22Add final modifier to local variables.Gary D. Gregory
2013-01-22Add final modifier to method parameters.Gary D. Gregory
2013-01-22Add final modifier to private fields.Gary D. Gregory
2012-09-20Implement missing hashCode() methodsSebastian Bazley
2012-09-19Simplify boolean tests and avoid boxingSebastian Bazley