4 references to Empty
Shared.Tests (4)
EmptyCollections\EmptyTests.cs (4)
13Assert.Empty(Empty.ReadOnlyCollection<int>()); 14Assert.Empty(Empty.ReadOnlyList<int>()); 15Assert.Empty(Empty.Enumerable<int>()); 16Assert.Empty(Empty.ReadOnlyDictionary<int, int>());