Update WebAuthn Test Objects Class Names #16604
Labels
status: first-timers-only
An issue that can only be worked on by brand new contributors
type: enhancement
A general enhancement
By convention, Spring Security test objects are named
Test{Object}s
, as inTestAuthentications
orTestKeys
.It would be nice to rename the WebAuthn test objects like
TestAuthenticatorAttestationResponse
toTestAuthenticatorAttestationResponses
.As an exception, I think we should leave classes that are already pluralized as
TestPublicKeyCredentialCreationOptions
sinceTestPublicKeyCredentialCreationOptionses
is a little tricky to say.I believe the following is a comprehensive list of the classes to change:
TestAuthenticatorAttestationResponse
TestCredentialRecord
TestPublicKeyCredential
TestPublicKeyCredentialUserEntity
TestPublicKeyCredentialRpEntity
The text was updated successfully, but these errors were encountered: