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);