1 write to _mockEditorService
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\FormatStringEditorTests.cs (1)
25
_mockEditorService
= new();
2 references to _mockEditorService
System.Windows.Forms.Design.Tests (2)
System\Windows\Forms\Design\FormatStringEditorTests.cs (2)
30
_provider.Setup(p => p.GetService(typeof(IWindowsFormsEditorService))).Returns(
_mockEditorService
.Object);
57
_mockEditorService
.Verify(es => es.ShowDialog(It.IsAny<FormatStringDialog>()), Times.Once);