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
## Why make this change?
- Some unit Tests were complaining about wrong Signature of the Class
Initialization Test Setup method, due to which they were not getting
discovered.
## What is this change?
- When declaring ClassInitialize attribute on a method, the method has
to be static, public, void and should take a single parameter of type
TestContext.
- I added a parameter of type TestContext to fix.
- Performance Improvement by using ClassInitialize than TestInitialize.
## How was this tested?
- [x] Passing existing Unit Tests
- [x] No warnings
0 commit comments