I believe in unit testing but often have trouble figuring out what to test in XF or MAUI view models.
Is this a common problem?
I believe in unit testing but often have trouble figuring out what to test in XF or MAUI view models.
Is this a common problem?
@baruch Testing views and unit testing are very different, though. I agree with what you said about testing views. With unit testing I often come up empty.
But I need to spend more time with Moq.