aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/mutable
AgeCommit message (Expand)Author
2022-08-23Add a main test class to prints out the difference time working withGary Gregory
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2022-05-31Remove noisy inline comments.Gary Gregory
2021-02-21Sort members.Gary Gregory
2020-06-24Clean up imports.Gary Gregory
2019-02-09Simplify assertions (closes #404)Allon Mureinik
2019-02-08Clean up floating point assertions (closes #402)Allon Mureinik
2018-11-19Make whitespace use after tokens consistent and add a checkstyle rule to enfo...pascalschumacher
2018-10-13Clean up assertions (closes #376)Allon Mureinik
2018-10-13Clean up testing of exceptionsAllon Mureinik
2018-10-09Update mutable tests to JUnit JupiterAllon Mureinik
2017-10-15use assertNull where possiblepascalschumacher
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
2017-03-04Use long literals (closes #248)Allon Mureinik
2017-02-14Remove redundant casts (closes #235)Allon Mureinik
2016-10-23Add final modifier to local variables.Gary Gregory
2016-10-23Remove redundant type arguments.Gary Gregory
2016-06-02LANG-1189 AddSebb
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2014-02-08<action issue="LANG-970" type="add" dev="ggregory">Add APIs MutableBoolean se...Gary D. Gregory
2013-01-22Add final modifier to local variables.Gary D. Gregory
2012-09-20JUnit4 allows use of expected exceptionsSebastian Bazley
2012-09-19Simplify boolean tests and avoid boxingSebastian Bazley
2012-09-19Simplify boolean tests and avoid boxingSebastian Bazley
2012-09-19Simplify boolean tests and avoid boxingSebastian Bazley
2012-09-18[LANG-824] Conversion of 3.x JUnit tests to 4.x; thanks to Duncan JonesMatthew Jason Benson
2011-08-03Use internal Java's Number caches instead creating new objects:Gary D. Gregory
2011-08-03Use more efficient Short cache: Use "Short.valueOf(int)" instead of "new Shor...Gary D. Gregory
2011-08-03Use more efficient Long cache: Use "Long.valueOf(int)" instead of "new Long(l...Gary D. Gregory
2011-08-03Use more efficient Integer cache: Use "Integer.valueOf(int)" instead of "new ...Gary D. Gregory
2011-04-05Removing @author tags per thread on dev@: http://mail-archives.apache.org/mod...Henri Yandell
2010-04-07Bug in copy and paste, now tests MutableFloat not MutableDouble for String co...Henri Yandell
2010-01-03Move test source into src/test/javaPaul C. Benedict Jr