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 =>