Add comment about StaticSiteServerFixture

This commit is contained in:
Steve Sanderson 2017-12-07 12:06:07 +00:00
parent 6cad4e3b84
commit bee5c176de
1 changed files with 4 additions and 0 deletions

View File

@ -8,6 +8,10 @@ using Microsoft.AspNetCore.Hosting;
namespace Microsoft.Blazor.E2ETest.Infrastructure.ServerFixtures
{
// Although this is not used for anything meaningful related to Blazor yet, it
// will be used later when there's a mechanism for publishing standalone Blazor
// apps as a set of purely static files and we need E2E testing on the result.
public class StaticSiteServerFixture : WebHostServerFixture
{
public string SampleSiteName { get; set; }