aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/event/EventListenerSupportTest.java
AgeCommit message (Expand)Author
2022-07-15More precise exceptionsGary Gregory
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2022-05-30Reuse Function identityGary Gregory
2022-03-07Fix Checkstyle issue.Gary Gregory
2022-03-07Use try-with-resources.Gary Gregory
2019-09-12More lambdas, less boilerplate.Gary Gregory
2018-10-06Update event tests to JUnit JupiterAllon Mureinik
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-12Format source codeBenedikt Ritter
2015-05-11Added new addListener() method that takes a boolean for if duplicates are all...Matthew Aguirre
2015-05-05Removed @version $ from source per LANG-1129Henri Yandell
2014-01-28Resolved compiler warnings shown in Eclipse and when compiling with -Xlint:un...Duncan Jones
2013-12-28Add missing serial version ID (default 1L).Gary D. Gregory
2013-01-22Add final modifier to local variables.Gary D. Gregory
2013-01-22Add final modifier to method parameters.Gary D. Gregory
2012-12-05ImportsSebastian Bazley
2012-09-20JUnit4 allows use of expected exceptionsSebastian 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-04-07Missing @OverrideSebastian Bazley
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-09-13unused importMatthew Jason Benson
2010-08-19allow subclass custom invocation handlingMatthew Jason Benson
2010-08-19add serialization support to EventListenerSupportMatthew Jason Benson
2010-08-18provide read access to the registered listener instancesMatthew Jason Benson
2010-07-26missing svn keywords and @version: $ tagsMatthew Jason Benson
2010-07-22Adding test cases for null checks.James W. Carman
2010-07-22Improving javadoc documentation.James W. Carman
2010-07-22Improving error checking logic and adding test cases to verify.James W. Carman
2010-07-22Changing eol-style to native.James W. Carman
2010-07-22Misc. event utils.James W. Carman