5 references to Last
Microsoft.AspNetCore.Razor.Utilities.Shared.UnitTests (5)
ReadOnlyListExtensionsTests.cs (5)
103var exception2 = Assert.Throws<InvalidOperationException>(() => readOnlyList.Last(IsOdd)); 112Assert.Equal(19, readOnlyList.Last(IsOdd)); 119Assert.Equal(23, readOnlyList.Last(IsOdd)); 127var exception4 = Assert.Throws<InvalidOperationException>(() => readOnlyList.Last(IsEven)); 136Assert.Equal(42, readOnlyList.Last(IsEven));