29 references to FileDownload
Microsoft.AspNetCore.Components.Web.Tests (29)
Media\FileDownloadTest.cs (29)
19/// Unit tests for <see cref="FileDownload"/> focusing only on behaviors not covered by Image/Video tests. 30var comp = (FileDownload)renderer.InstantiateComponent<FileDownload>(); 35[nameof(FileDownload.Source)] = new MediaSource(SampleBytes, "application/octet-stream", "file-init"), 36[nameof(FileDownload.FileName)] = "first.bin" 47var comp = (FileDownload)renderer.InstantiateComponent<FileDownload>(); 62var comp = (FileDownload)renderer.InstantiateComponent<FileDownload>(); 76var comp = (FileDownload)renderer.InstantiateComponent<FileDownload>(); 91var comp = (FileDownload)renderer.InstantiateComponent<FileDownload>(); 106var comp = (FileDownload)renderer.InstantiateComponent<FileDownload>(); 124var comp = (FileDownload)renderer.InstantiateComponent<FileDownload>(); 130[nameof(FileDownload.Source)] = new MediaSource(SampleBytes, "application/octet-stream", "file-href"), 131[nameof(FileDownload.FileName)] = "href.bin", 132[nameof(FileDownload.AdditionalAttributes)] = attrs 147[nameof(FileDownload.Source)] = new MediaSource(SampleBytes, "application/octet-stream", key), 148[nameof(FileDownload.FileName)] = fileName