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?

@jesseliberty Figuring out what parts of views to test is the number one challenge in unit testing. It is what keeps it interesting.

@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.