This post requires the base class methods to be virtual: question link.
This does not work for me because the base class methods are not virtual (I did not write it and do not have source).
How do I mock out and verify the base class method was called if they are not virtual?
Last criteria - I am developing using Xamarin Studio on Mac. Moq works fine but other frameworks like TypeMock or JustMock (windows install programs) will not work.