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
Currently, to change the display name of a test method, you need to use the corresponding ctor and the related property is readonly. I think we could make it settable (init would be best if that's working for attributes).
This can improve readability and reduces the migration effort when moving from xUnit.
The text was updated successfully, but these errors were encountered:
Currently, to change the display name of a test method, you need to use the corresponding ctor and the related property is readonly. I think we could make it settable (
init
would be best if that's working for attributes).This can improve readability and reduces the migration effort when moving from xUnit.
The text was updated successfully, but these errors were encountered: