So i'm here playing with PEX, it seems like a great idea.
However I am having a few problems, such as I have no way to test an equals method using parameter unit tests.
Maybe there is no way, maybe its a technique i haven't figured out yet.
Someone must have a decent idea.
If i was doing this in moq for instance, I would ensure that all the properties on both objects are read and do the comparisons myself to verify them. however I do not see how to use this approach with parametarised tests.
the problem is that I need to verify that method calls are made and properties are set / read in my business logic. I have no idea how to do this in PEX and there isnt really a massive amount of documentation out there.