aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/time/DateUtilsRoundingTest.java
AgeCommit message (Expand)Author
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2021-11-17Make final var when is possible. (#816)Arturo Bernal
2021-02-24Sort members.Gary Gregory
2020-06-24Clean up imports.Gary Gregory
2020-06-13fix javadoc (#545)XenoAmess
2018-10-13Clean up assertions (closes #376)Allon Mureinik
2018-10-13Clean up redundant throws clausesAllon Mureinik
2018-10-10Update time tests to JUnit JupiterAllon Mureinik
2017-06-06Make sure lines in files don't have trailing white spaces and remove all trai...Benedikt Ritter
2017-03-19Remove test wildcard importsAllon Mureinik
2015-11-03Ignore deprecations in test codeSebb
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2014-07-12LANG-1024: Fix JavaDoc errors in test codeBenedikt Ritter
2013-01-22Add final modifier to local variables.Gary D. Gregory
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-01-30Removed todo note as the ceiling tests are in DateUtilsHenri Yandell
2010-07-26missing svn keywords and @version: $ tagsMatthew Jason Benson
2010-01-03Move test source into src/test/javaPaul C. Benedict Jr