Select to view content in your preferred language

Is possible to Unit Testing using ArcGISLocalFeatureLayer ?

2404
0
03-20-2014 05:46 AM
Labels (1)
Cristian_Galindo
Frequent Contributor
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).
0 Kudos
0 Replies