17 instantiations of TestCollection
System.Windows.Forms.Primitives.Tests (17)
System\Windows\Forms\NonNullCollectionTests.cs (17)
13
Assert.Throws<ArgumentNullException>("items", () => new
TestCollection
(null!));
19
Assert.Throws<ArgumentNullException>("items", () => new
TestCollection
(new object[] { null! }));
25
TestCollection collection =
new
();
32
TestCollection collection =
new
();
42
TestCollection collection =
new
();
49
TestCollection collection =
new
();
59
TestCollection collection =
new
() { new() };
66
TestCollection collection =
new
(new object[] { new() });
76
TestCollection collection =
new
() { new() };
83
TestCollection collection =
new
(new object[] { new() });
93
TestCollection collection =
new
();
100
TestCollection collection =
new
();
110
TestCollection collection =
new
();
117
TestCollection collection =
new
();
127
TestCollection collection =
new
();
134
TestCollection collection =
new
();
141
TestCollection collection =
new
();
15 references to TestCollection
System.Windows.Forms.Primitives.Tests (15)
System\Windows\Forms\NonNullCollectionTests.cs (15)
25
TestCollection
collection = new();
32
TestCollection
collection = new();
42
TestCollection
collection = new();
49
TestCollection
collection = new();
59
TestCollection
collection = new() { new() };
66
TestCollection
collection = new(new object[] { new() });
76
TestCollection
collection = new() { new() };
83
TestCollection
collection = new(new object[] { new() });
93
TestCollection
collection = new();
100
TestCollection
collection = new();
110
TestCollection
collection = new();
117
TestCollection
collection = new();
127
TestCollection
collection = new();
134
TestCollection
collection = new();
141
TestCollection
collection = new();