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
A few weeks ago I gave unit testing for UWP another chance, and I have to admit, Microsoft really did get their things together and made this work in a reasonable manner. Tests are now detected upon build, it is easy to run & debug them, and they provide the entire environment of an UWP, so a lot of winRT APIs work without the need to mock them, making integration testing very easy.
Perhaps we should explore adding unit tests to this project. As a medium term project.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
A few weeks ago I gave unit testing for UWP another chance, and I have to admit, Microsoft really did get their things together and made this work in a reasonable manner. Tests are now detected upon build, it is easy to run & debug them, and they provide the entire environment of an UWP, so a lot of winRT APIs work without the need to mock them, making integration testing very easy.
Perhaps we should explore adding unit tests to this project. As a medium term project.
Beta Was this translation helpful? Give feedback.
All reactions