matching Moq setups doesnt match as expected
I have the following setups (just at the code about to call the mock method)
To mock an object, does it have to be either implementing an interface or marked virtual?
or can the class be implementing an abstract class also?