-
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/sasl/otp/OTPTest.java#L821-L852
- https://github.com/wildfly-security/wildfly-elytron/blob/2.x/tests/base/src/test/java/org/wildfly/security/sasl/otp/OTPTest.java#L855-L887
- https://github.com/wildfly-security/wildfly-elytron/blob/2.x/tests/base/src/test/java/org/wildfly/security/sasl/otp/OTPTest.java#L891-L922