You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: Add tests for extensions's signatures (#17133)
In this PR, I added new tests examples for extensions's signatures.
To do that I did multiple changement :
### SignatureTest
- Added Extension for expected and actual signatures
- There needs to be a unique name for each signature, but extensions
don't have one like defs. So for now I have the signature itself as a
title (can change if better idea)
- Added "extensions" for member to test
### ExtensionParam
- I changed the extensions so that they are all unique and test
different cases.
### TranslatableSignaturesTestCases
- Added a filterNot for ExtensionMethodSignature class. Too many
duplicate extensions, it creates an error and I think it's not mandatory
to test the extensions on this file too.
Fixes: #17108
0 commit comments