-
Task
-
Resolution: Done
-
Major
-
None
-
None
These 4 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/sasl/digest/CompatibilityServerTest.java#L144-L169
https://github.com/wildfly-security/wildfly-elytron/blob/2.x/tests/base/src/test/java/org/wildfly/security/sasl/digest/CompatibilityServerTest.java#L562-L586
https://github.com/wildfly-security/wildfly-elytron/blob/2.x/tests/base/src/test/java/org/wildfly/security/sasl/digest/CompatibilityServerTest.java#L593-L617
**There is not repeated code here.
https://github.com/wildfly-security/wildfly-elytron/blob/2.x/tests/base/src/test/java/org/wildfly/security/sasl/digest/CompatibilityServerTest.java#L624-L649