1 write to _mockMenuCommand
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\StatusCommandUITests.cs (1)
22
_mockMenuCommand
= new(null!, null!);
5 references to _mockMenuCommand
System.Windows.Forms.Design.Tests (5)
System\Windows\Forms\Design\StatusCommandUITests.cs (5)
30
.Returns(
_mockMenuCommand
.Object);
39
_mockMenuCommand
.Verify(mc => mc.Invoke(It.IsAny<Rectangle>()), Times.Never);
100
_mockMenuCommand
.Verify(cmd => cmd.Invoke(new Rectangle(50, 60, 0, 0)), Times.Once);
115
_mockMenuCommand
.Verify(cmd => cmd.Invoke(It.IsAny<Rectangle>()), Times.Never);
126
_mockMenuCommand
.Verify(mc => mc.Invoke(It.Is<Rectangle>(r =>