aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/time/FastDateParserTest.java
AgeCommit message (Expand)Author
2022-08-21Fix links in Javadoc and documentations (#926)Marc Wrobel
2022-07-15(doc) Fix typos in javadoc and comments (#920)Marc Wrobel
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2022-03-07Remove unused exceptions from test method signatures.Gary Gregory
2021-08-31Inline duplicate constants.Gary Gregory
2021-08-31Add and use TimeZones.GMT.Gary Gregory
2021-08-31Reuse constant TimeZones.GMT_ID.Gary Gregory
2021-03-05Remove bad javadoc from testaherbert
2021-02-24Sort members.Gary Gregory
2021-02-23Add testParsesKnownJava16Ea25Failure().Gary Gregory
2021-02-21Clarify local var names.Gary Gregory
2021-02-21Minor formatting.Gary Gregory
2021-02-21Better assertion failure messages.Gary Gregory
2020-12-29Use less mysterious names.Gary Gregory
2020-12-29Show Java version in assertion failure message.Gary Gregory
2020-12-17Fix spelling.Gary Gregory
2020-10-22Split out tests for a Java 15 bug.Gary Gregory
2020-10-20Sort methods.Gary Gregory
2020-06-27Use final.Gary Gregory
2020-06-26Merge branch 'master' of https://github.com/apache/commons-lang into fix_Fast...XenoAmess
2020-06-26refine testsXenoAmess
2020-06-24Clean up imports.Gary Gregory
2020-06-20add a single test for showing up the problemXenoAmess
2020-06-20refine test output for FastDateParserTestXenoAmess
2020-06-13fix_typos (#539)XenoAmess
2018-11-19Make whitespace use before tokens consistent and add a checkstyle rule to enf...pascalschumacher
2018-11-19Make whitespace use after tokens consistent and add a checkstyle rule to enfo...pascalschumacher
2018-10-26Remove unused test codepascalschumacher
2018-10-13Clean up assertions (closes #376)Allon Mureinik
2018-10-13Use assertTrue/assertFalse instead of reimplementing themAllon Mureinik
2018-10-13Clean up testing of exceptionsAllon Mureinik
2018-10-10Update time tests to JUnit JupiterAllon Mureinik
2018-07-02LANG-1380: FastDateParser too strict on abbreviated short month symbolsChas Honton
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
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
2016-11-17Document empty block.Gary Gregory
2016-11-16Fix compiler warning: exception not thrown.Gary Gregory
2016-10-23Add final modifier to local variables.Gary Gregory
2016-10-23Add final modifier to method parameters.Gary Gregory
2016-10-23Remove redundant type arguments.Gary Gregory
2015-12-11LANG-1192 partial: implement format 'u' for FastDateFormat, day number of weekChas Honton
2015-07-13LANG-1154Chas Honton
2015-06-11refactor FastDateParserChas Honton
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2015-04-30unit test to show FastDateParser has same behavior as SimpleDateFormat when d...Chas Honton
2015-04-29Use Calendar constants in FastDateParserTestBenedikt Ritter
2015-04-12Refactored test into separate class, to avoid needless repeated execution by ...Duncan Jones
2015-04-08LANG-1107 Fix parsing edge cases in FastDateParserChas Honton