5 references to Last
Microsoft.AspNetCore.Razor.Utilities.Shared.UnitTests (5)
PooledObjects\PooledArrayBuilderTests.cs (5)
230
var exception2 = Assert.Throws<InvalidOperationException>(() => builder.
Last
(IsOdd));
239
Assert.Equal(19, builder.
Last
(IsOdd));
246
Assert.Equal(23, builder.
Last
(IsOdd));
254
var exception4 = Assert.Throws<InvalidOperationException>(() => builder.
Last
(IsEven));
263
Assert.Equal(42, builder.
Last
(IsEven));