## Summary Enabled by default: false Default severity: info Title: Prefer constructors over TestInitialize methods This rule flags any `void` method marked with `[TestInitialize]` attribute and suggest to use a constructor instead. [AB#1986694](https://devdiv.visualstudio.com/0bdbc590-a062-4c3f-b0f6-9383f67865ee/_workitems/edit/1986694)