aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/event/EventUtilsTest.java
AgeCommit message (Expand)Author
2024-05-24Simplify exception handlingGary Gregory
2024-01-20Declutter: Tests don't need Javadoc @since tagsGary Gregory
2023-11-26Remove extra blank linesGary Gregory
2023-11-03Sort test membersGary Gregory
2023-10-10Make private static classes finalGary Gregory
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2020-06-13fix_typos (#539)XenoAmess
2020-02-14Use final.Gary Gregory
2019-09-12More lambdas, less boilerplate.Gary Gregory
2018-10-13Clean up redundant throws clausesAllon Mureinik
2018-10-06Update event tests to JUnit JupiterAllon Mureinik
2017-10-21EventUtilsTest ExpectedException usageAllon Mureinik
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-10-23Remove redundant type arguments.Gary Gregory
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2013-01-22Add final modifier to local variables.Gary D. Gregory
2013-01-22Add final modifier to method parameters.Gary D. Gregory
2013-01-22Add final modifier to private fields.Gary D. Gregory
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
2012-04-05Add missing @Override.Gary D. Gregory
2011-07-10Convert to Java 5 enhanced loops. Gary D. Gregory
2011-05-04Make boxing explicitSebastian Bazley
2011-02-02Adding tests to ensure the public constructors remainHenri Yandell
2010-12-01Moving away from testing with java.awt code because on OS X it kicks off a Ja...Henri Yandell
2010-10-14Organize imports only.Gary D. Gregory
2010-07-26missing svn keywords and @version: $ tagsMatthew Jason Benson
2010-07-22Improving javadoc documentation.James W. Carman
2010-07-22Improving test coverage.James W. Carman
2010-07-22Changing eol-style to native.James W. Carman
2010-07-22Misc. event utils.James W. Carman