Does anyone know what could cause this to show up at the top of a stack trace?
at TypeMock.MethodDecorator.CallRealMethod()
at TypeMock.MethodDecorator.a()
at TypeMock.MockManager.a(String A_0, String A_1, Object A_2, Object A_3, Boolean A_4, Object[] A_5)
at TypeMock.InternalMockManager.getReturn(Object that, String typeName, String methodName, Object methodParameters, Boolean isInjected)
It's getting called in my unit test method, and then goes on to ignore the static property that I have mocked.
I can post some of my code if necessary, but I'm guessing it's one of those really obvious things that people will just know.