8 references to TestSetStatusInformation
System.Windows.Forms.Design.Tests (8)
System\Windows\Forms\Design\StatusCommandUITests.cs (8)
46TestSetStatusInformation(() => _statusCommandUI.SetStatusInformation(control), new(10, 20, 30, 40)); 54TestSetStatusInformation(() => _statusCommandUI.SetStatusInformation(component), new(10, 20, 30, 40)); 61TestSetStatusInformation(() => _statusCommandUI.SetStatusInformation(component), Rectangle.Empty); 68TestSetStatusInformation(() => _statusCommandUI.SetStatusInformation(bounds), bounds); 75TestSetStatusInformation(() => _statusCommandUI.SetStatusInformation(bounds), bounds); 83TestSetStatusInformation(() => _statusCommandUI.SetStatusInformation(control, location), new(50, 60, 30, 40)); 91TestSetStatusInformation(() => _statusCommandUI.SetStatusInformation(component, location), new(50, 60, 30, 40)); 108TestSetStatusInformation(() => _statusCommandUI.SetStatusInformation(control, location), new(10, 20, 30, 40));