4 references to VerifyProperty
System.Windows.Forms.Design.Tests (4)
System\Windows\Forms\Design\ToolStripEditorManagerTests.cs (4)
178
VerifyProperty
("Bounds1", _toolStripEditorControl, _bounds);
179
VerifyProperty
(nameof(Location), _toolStripEditorControl, new Point(_bounds.X, _bounds.Y));
180
VerifyProperty
(nameof(Text), _toolStripEditorControl, "InSituEditorWrapper");
181
VerifyProperty
(nameof(Size), _toolStripEditorControl, new Size(_editorControl.Size.Width, _editorControl.Size.Height));