Unit testing not working, doesn't hit multiple test classes
The first test class runs perfectly fine, but the second one doesnt even get hit. I cant debug or set any breakpoints as nothing is hit.
https://gyazo.com/d591331eb72b053113bf56111c719a94
Gyazo
Gyazo
4 Replies
Is this MSTest?
I would strongly urge you to use XUnit instead, if at all an option
It had the most sane defaults and lifetime methods of all the test frameworks
@Pobiega How did that work.. I was using what I considered and official microsoft nuget package 😂 And I swapped it and it worked instantly
wtf
😄
So, yeah, MSTest is an "official microsoft nuget"
that doesnt make it good
in fact, they use xunit and nunit for a lot of their own products