2 types derived from TestJSRuntime
Microsoft.AspNetCore.Components.WebAssembly.Tests (2)
PullFromJSDataStreamTest.cs (2)
139class TestJSRuntime_ProvidesInsufficientData : TestJSRuntime 153class TestJSRuntime_ProvidesExcessData : TestJSRuntime
2 instantiations of TestJSRuntime
Microsoft.AspNetCore.Components.WebAssembly.Tests (2)
PullFromJSDataStreamTest.cs (2)
13private static readonly TestJSRuntime _jsRuntime = new(); 106runtime ??= new TestJSRuntime(data);
1 reference to TestJSRuntime
Microsoft.AspNetCore.Components.WebAssembly.Tests (1)
PullFromJSDataStreamTest.cs (1)
13private static readonly TestJSRuntime _jsRuntime = new();