aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/org/apache/commons/lang3/AnnotationUtilsTest.java
AgeCommit message (Expand)Author
2022-07-05All tests should leave the ToStringStyle registry empty.Gary Gregory
2022-05-30Add missing serialVersionUID declarations in testsGary Gregory
2020-06-24Clean up imports.Gary Gregory
2019-09-12More lambdas, less boilerplate.Gary Gregory
2018-10-13Clean up assertions (closes #376)Allon Mureinik
2018-10-11Update tests to JUnit Jupiter (closes #375)Allon Mureinik
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
2017-02-21Remove redundant semicolons from enums (closes #240)Allon Mureinik
2016-11-24make AnnotationUtilsTest#testAnnotationsOfDifferingTypes test what it was int...Andrii
2016-11-22rename local variable name to more applicable (closes #215)Andrii
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
2012-04-05Add missing @Override.Gary D. Gregory
2011-06-05Explicit boxingSebastian Bazley
2011-03-21retract @Nonbinding support; doesn't seem proper default behaviorMatthew Jason Benson
2011-03-20test tweaksMatthew Jason Benson
2011-03-20test @Nonbinding supportMatthew Jason Benson
2010-10-14Organize imports only.Gary D. Gregory
2010-09-21and add one last, even more complex, testMatthew Jason Benson
2010-09-21add a meatier testMatthew Jason Benson
2010-09-21add hashCode and toString methods to AnnotationUtils, plus testsMatthew Jason Benson
2010-09-13add reverse equality test assertionsMatthew Jason Benson
2010-09-13fix testBothArgsNull equivalence testMatthew Jason Benson
2010-09-13unused importsMatthew Jason Benson
2010-09-13verify that a user-generated annotation which does not directly implement equ...Matthew Jason Benson
2010-09-13revert previous change with unintentional reformattingMatthew Jason Benson
2010-09-13verify that a user-generated annotation which does not directly implement equ...Matthew Jason Benson
2010-09-13AnnotationUtilsMatthew Jason Benson