aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/test
AgeCommit message (Expand)Author
2022-05-30Document unused type parameter for testsGary Gregory
2018-10-11Update tests to JUnit Jupiter (closes #375)Allon Mureinik
2018-01-14SystemDefaultsSwitch: fix javadoc code examplepascalschumacher
2017-10-10[LANG-1355] TimeZone.getTimeZone() in FastDateParser causes resourceChas Honton
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2017-02-05Fix a few broken @literal tags (closes #233)Sebastian Kürten
2016-10-23Add final modifier to local variables.Gary Gregory
2016-10-23Add final modifier to method parameters.Gary Gregory
2016-06-05Add missing Apache license headers to ".travis.yml", "ReflectionToStringBuild...pascalschumacher
2016-05-28Avoid serialisation warningSebb
2016-05-24[LANG-1228] Prefer Throwable.getCause() in ExceptionUtils.getCause() (closes ...Bradley Hess
2015-05-07Write basic unit test for SystemDefaultsSwitchBenedikt Ritter
2015-05-07Rename SwitchDefaults to SystemDefaultsSwitch to better describe it's roleBenedikt Ritter
2015-05-07Fix whitespaces and indentationBenedikt Ritter
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