C
C#10mo ago
Pibbles

What mock libraries are people using?

I know a bunch of people stopped using moq, so what are they using now?
4 Replies
Angius
Angius10mo ago
NSubstitute and FakeItEasy are the ones I see mentioned the most
JakenVeina
JakenVeina10mo ago
NSub was my favorite before I was introduced to Moq Moq's API is by far the best that I've encountered but there's that whole recent privacy debacle
Pobiega
Pobiega10mo ago
NSubstitute gets my vote in a non-Moq world
Pibbles
Pibbles10mo ago
thanks this works well