aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/time/FastDateParser_TimeZoneStrategyTest.java
AgeCommit message (Expand)Author
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2021-02-24Sort members.Gary Gregory
2020-06-24Clean up imports.Gary Gregory
2018-10-13Clean up testing of exceptionsAllon Mureinik
2018-09-05Use @ParameterizedTest to iterate over available localesBenedikt Ritter
2017-10-15Always use static imports for assertion methods to be consistent with other t...pascalschumacher
2017-06-06Make sure placement of curly braces is consistentBenedikt Ritter
2016-10-23Add final modifier to local variables.Gary Gregory
2016-04-23LANG-1219: FastDateFormat doesn't respect summer daylight in some localized s...Chas Honton
2015-11-19Fix NullPointerException in FastDateParser$TimeZoneStrategyNick Manley
2015-06-07Show more info on failureSebb
2015-05-09LANG-1133 FastDateParser_TimeZoneStrategyTest#testTimeZoneStrategyPattern fai...Chas Honton
2015-04-12Refactored test into separate class, to avoid needless repeated execution by ...Duncan Jones