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