public void graphic_MouseLeftButtonDownTest() { ArcGisMap_Accessor target = new ArcGisMap_Accessor(); // TODO: Initialize to an appropriate value object sender = null; // TODO: Initialize to an appropriate value MouseButtonEventArgs e = null; // TODO: Initialize to an appropriate value target.graphic_MouseLeftButtonDown(sender, e); Assert.Inconclusive("A method that does not return a value cannot be verified."); }