aspnetcore/test/Microsoft.AspNetCore.Blazor.../Tests
Steve Sanderson 0e9d52fe11 Support components and static content in external NuGet packages (#247)
* On build, drop <BlazorPackageContentFiles> items into dist\_content\(PackageName)\

* Add <script> and <link> tags to generated index.html

* Add testapp coverage of external content package. Still need to add E2E tests that uses it.

* Add missing unit test update

* Add example of packaging an entire Blazor component including CSS and images

* Add E2E test for component from NuGet package
2018-03-14 11:23:43 +00:00
..
BindTest.cs Support @bind for textboxes and checkboxes 2018-02-26 14:39:56 +00:00
ComponentRenderingTest.cs Support components and static content in external NuGet packages (#247) 2018-03-14 11:23:43 +00:00
HostedInAspNetTest.cs
HttpClientTest.cs Remainder of initial HttpClient features plus E2E tests 2018-02-23 22:31:26 +00:00
MonoSanityTest.cs
RoutingTest.cs
StandaloneAppTest.cs Add JsonUtil unit tests plus E2E tests for new StandaloneApp pages 2018-02-26 13:01:11 +00:00