Replies: 1 comment
-
Happy to have this discussion as initially I just "right clicked add test" in VS and did not put any thought into it. As far as MSTest goes, it is open source (https://github.com/microsoft/testfx) and you could use Moq in MS test tests. So, is MS test really that far behind NUnit / XUnit? PS: Yes, I do work for this MS company thingy, so don't get me wrong, not trying to defend MS test here, really want to use this as learning opportunity as I don't know enough about the topic today. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, MS Test is being used for Unit Tests.
However, this is not a very broadly used testing framework in the public - and even Microsoft uses xUnit for APS.NET and otehr projects built by the .NET Team.
Therefore, and since there was no massive investment in MS TEST, I would like to propose to switch to xUnit.
xUnit is:
** Translates to more experience in the larger community
Beta Was this translation helpful? Give feedback.
All reactions