By convention, Spring Security test objects are named Test{Object}s, as in TestAuthentications or TestKeys.
It would be nice to rename the WebAuthn test objects like TestAuthenticatorAttestationResponse to TestAuthenticatorAttestationResponses.
As an exception, I think we should leave classes that are already pluralized as TestPublicKeyCredentialCreationOptions since TestPublicKeyCredentialCreationOptionses is a little tricky to say.
I believe the following is a comprehensive list of the classes to change:
- [ ]
TestAuthenticatorAttestationResponse - [ ]
TestCredentialRecord - [ ]
TestPublicKeyCredential - [ ]
TestPublicKeyCredentialUserEntity - [ ]
TestPublicKeyCredentialRpEntity
Comment From: kiruthiga1793
Hi @jzheaux , I'm interested. Can you please assign me?