public void CommandRunRemovesAllXPathNodeTextMarkersRemovedFromAllTextEditorWindows()
 {
     command.Run();
     Assert.AreEqual(0, GetAllXPathTextMarkers().Count);
 }
Ejemplo n.º 2
0
 public void CommandRunRemovesAllXPathNodeTextMarkersRemovedFromAllTextEditorWindows()
 {
     command.Run();
     Assert.AreEqual(0, markerService.TextMarkers.Count());
 }