Hi, I have noticed some test cases extend Assert (e.g. JwkUtilsTest <https://github.com/apache/cxf/blob/e6ce20a8fb434abb5ff34f769e63ac1c71f919b0/rt/rs/security/jose-parent/jose/src/test/java/org/apache/cxf/rs/security/jose/jwk/JwkUtilsTest.java>) while some test cases don't.
I assume the extending Assert is a pre Java-5 style as back then we didn't have static imports. Any objections to refactor these test cases and make them extend nothing (well, Object) and instead use static imports? Best regards, Behrang Saeedzadeh
