4 types derived from BlazorWasmBaselineTests
Microsoft.NET.Sdk.BlazorWebAssembly.Tests (4)
BlazorWasmStaticWebAssetsIntegrationTest.cs (1)
10
public class BlazorWasmStaticWebAssetsIntegrationTest(ITestOutputHelper log) :
BlazorWasmBaselineTests
(log, GenerateBaselines)
VanillaWasmTests.cs (1)
8
public class VanillaWasmTests(ITestOutputHelper log) :
BlazorWasmBaselineTests
(log, GenerateBaselines)
WasmBuildIntegrationTest.cs (1)
12
public class WasmBuildIntegrationTest(ITestOutputHelper log) :
BlazorWasmBaselineTests
(log, GenerateBaselines)
WasmJsModulesIntegrationTests.cs (1)
12
public class WasmJsModulesIntegrationTests(ITestOutputHelper log) :
BlazorWasmBaselineTests
(log, GenerateBaselines)