1 write to _mockEditor
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ListViewGroupCollectionEditorTests.cs (1)
14
_mockEditor
= new(typeof(ListViewGroup)) { CallBase = true };
4 references to _mockEditor
System.Windows.Forms.Design.Tests (4)
System\Windows\Forms\Design\ListViewGroupCollectionEditorTests.cs (4)
36
_mockEditor
40
object result =
_mockEditor
.Object.EditValue(mockContext.Object, mockProvider.Object, inputValue);
49
_mockEditor
.Object.TestAccessor().Dynamic._editValue = mockCollection.Object;
51
ListViewGroup? result =
_mockEditor
.Object.TestAccessor().Dynamic.CreateInstance(typeof(ListViewGroup)) as ListViewGroup;