aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/CharEncodingTest.java
AgeCommit message (Expand)Author
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2020-06-24Clean up imports.Gary Gregory
2018-10-13Clean up redundant throws clausesAllon Mureinik
2018-10-11Update tests to JUnit Jupiter (closes #375)Allon Mureinik
2017-06-09Make sure deprecated CharEncoding constants are equal to the values defined i...Benedikt Ritter
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2017-05-22Deprecate CharEncoding and direct users to Java 7 classesduncan
2016-09-25CharEncodingTest: remove tests for java versions below 1.3.1pascalschumacher
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2013-01-22Add final modifier to method parameters.Gary D. Gregory
2012-09-18[LANG-824] Conversion of 3.x JUnit tests to 4.x; thanks to Duncan JonesMatthew Jason Benson
2011-04-05Removing @author tags per thread on dev@: http://mail-archives.apache.org/mod...Henri Yandell
2011-03-04Use new feature for implementing isSupported(); JavadocStephen Colebourne
2011-01-30Removed isJavaVersionAtLeast(float) and (int), and added an enum variant with...Henri Yandell
2010-01-03Move test source into src/test/javaPaul C. Benedict Jr