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();
132
Action act = () => { var _ = _collection
[
"foo"]; };