-
Task
-
Resolution: Done
-
Major
-
None
-
None
These three tests have repeated code between them. This issue involved replacing the repeated code with a call to a new function that contains the code that is common between all three functions
https://github.com/wildfly-security/wildfly-elytron/blob/2.x/tests/base/src/test/java/org/wildfly/security/auth/realm/token/JwtSecurityRealmTest.java#L374-L391
https://github.com/wildfly-security/wildfly-elytron/blob/2.x/tests/base/src/test/java/org/wildfly/security/auth/realm/token/JwtSecurityRealmTest.java#L469-L485
https://github.com/wildfly-security/wildfly-elytron/blob/2.x/tests/base/src/test/java/org/wildfly/security/auth/realm/token/JwtSecurityRealmTest.java#L488-L505