aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/CharUtilsTest.java
AgeCommit message (Expand)Author
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2020-04-19Alter assertions to get the class of CharUtils instead of BooleanUtils.Isira Seneviratne
2020-03-06[LANG-1525] Internally use Validate.notNull(foo, ...) instead ofGary Gregory
2019-12-20Replace Character constructor (deprecated on Java 9+) calls in tests with Cha...pascalschumacher
2018-10-13Clean up assertions (closes #376)Allon Mureinik
2018-10-13Clean up testing of exceptionsAllon Mureinik
2018-10-11Update tests to JUnit Jupiter (closes #375)Allon Mureinik
2017-10-23Sort members.Gary Gregory
2017-10-15use assertNull where possiblepascalschumacher
2017-10-01Improve tests for CharUtils illegal usages (closes #293)Allon Mureinik
2017-10-01CharUtilsTest#testIsAscii_char loopAllon Mureinik
2017-10-01Clean up if in CharUtilsTest#testIsAscii_charAllon Mureinik
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2017-02-01Fix copy-paste error in CharUtilsTest#testIsAsciiPrintable_char (closes #230)peleghila
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-03-13LANG-877: Performance improvements for StringEscapeUtils. This fixes #49 from...Benedikt Ritter
2014-10-19LANG-536 - Add isSorted() to ArrayUtils. Patch supplied by James Sawle. Close...Duncan Jones
2013-01-22Add final modifier to local variables.Gary D. Gregory
2012-09-20Suppress deprecation warningsSebastian Bazley
2011-11-09Avoid boolean boxing in asserts where possibleSebastian Bazley
2011-08-16Port to JUnit 4.Gary D. Gregory
2011-04-05Removing @author tags per thread on dev@: http://mail-archives.apache.org/mod...Henri Yandell
2010-01-03Move test source into src/test/javaPaul C. Benedict Jr