Hi,
On the old TypeMock API you could mock a field with the following call;
MockObject<SqlCeConnection> connection = MockManager.MockObject<SqlCeConnection>();
connection.AssignField("_somePrivateField", connection);
Is there anyway to achieve the same result using the Isolate APIs?
Thanks
Steve.