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