Base:
33 references to ToString
Microsoft.AspNetCore.Http.Results.Tests (15)
src\Shared\ResultsTests\FileContentResultTestBase.cs (3)
86Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 125Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 259Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange);
src\Shared\ResultsTests\FileStreamResultTestBase.cs (4)
64Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 105Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 249Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 365Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange);
src\Shared\ResultsTests\PhysicalFileResultTestBase.cs (4)
57Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 88Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 205Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 317Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange);
src\Shared\ResultsTests\VirtualFileResultTestBase.cs (4)
69Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 106Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 247Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 352Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange);
Microsoft.AspNetCore.Mvc.Core.Test (15)
src\Shared\ResultsTests\FileContentResultTestBase.cs (3)
86Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 125Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 259Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange);
src\Shared\ResultsTests\FileStreamResultTestBase.cs (4)
64Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 105Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 249Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 365Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange);
src\Shared\ResultsTests\PhysicalFileResultTestBase.cs (4)
57Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 88Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 205Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 317Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange);
src\Shared\ResultsTests\VirtualFileResultTestBase.cs (4)
69Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 106Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 247Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange); 352Assert.Equal(contentRange.ToString(), httpResponse.Headers.ContentRange);
Microsoft.Net.Http.Headers.Tests (3)
ContentRangeHeaderValueTest.cs (3)
91Assert.Equal("myunit 1-2/3", range.ToString()); 94Assert.Equal("bytes 123456789012345678-123456789012345679/*", range.ToString()); 97Assert.Equal("bytes */150", range.ToString());