I'm trying to call ExpectGet on a MockObject where the property returns a Nullable<Int32>.
However, I keep getting the error "TypeMock.TypeMockException:
*** No method get_PropertyTypeId in type MoneyPort.Core.PropertyType returns System.Int32." when I try and specify a value for the property to return.
What am I doing wrong?