1 write to _mockEditor
System.Windows.Forms.Design.Tests (1)
System\Windows\Forms\Design\ListViewGroupCollectionEditorTests.cs (1)
15
_mockEditor
= new(typeof(ListViewGroup)) { CallBase = true };
6 references to _mockEditor
System.Windows.Forms.Design.Tests (6)
System\Windows\Forms\Design\ListViewGroupCollectionEditorTests.cs (6)
37
_mockEditor
41
object result =
_mockEditor
.Object.EditValue(mockContext.Object, mockProvider.Object, inputValue);
50
_mockEditor
.Object.TestAccessor().Dynamic._editValue = mockCollection.Object;
52
ListViewGroup? result =
_mockEditor
.Object.TestAccessor().Dynamic.CreateInstance(typeof(ListViewGroup)) as ListViewGroup;
63
_mockEditor
.Object.TestAccessor().Dynamic._editValue = null;
65
Action action = () =>
_mockEditor
.Object.TestAccessor().Dynamic.CreateInstance(typeof(ListViewGroup));