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