From 860a343217cc2c13755998cc2debe9500c990a80 Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Mon, 17 Apr 2023 08:56:44 -0400 Subject: [PATCH] AnnotationUtilsTest & FormattableUtilsTest Only use static imports to import assert methods in tests #1052 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f8ea92574..211796dde 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -115,6 +115,7 @@ The type attribute can be add,update,fix,remove. Swap the order of assertion args (first excepted then actual) #1054. Fix the comment of Failable, redundant "-" #1056. Fix the comment of ComparableUtils, using "smallest", not "largest" #1058. + AnnotationUtilsTest & FormattableUtilsTest Only use static imports to import assert methods in tests #1052. Add GitHub coverage.yml. Add EnumUtils.getEnumSystemProperty(...).