6 references to
System.Windows.Forms.Tests (6)
System\Windows\Forms\ListView.CheckedListViewItemCollectionTests.cs (6)
103_collection["foo"].Should().Be(item1); 104_collection["bar"].Should().Be(item2); 112_collection[null].Should().BeNull(); 113_collection[string.Empty].Should().BeNull(); 123_collection["bar"].Should().BeNull(); 132Action act = () => { var _ = _collection["foo"]; };