DEAR PEOPLE FROM THE FUTURE: Here's what we've figured out so far???
I am developing an application using ArcGIS Runtime for WPF, I want to implement unit test for the functionality in several classes, but some of the workflows include the use of ArcGISLocalFeatureLayer Class.
Trying to analize the process I came to the conclusion that use this class is going to be an integration test rather than a unit test, due the interaction with the local ArcGIS server that is going to be created.
Some one has been able to mock this kind of objects? (please...tell me that you use RhinoMocks).