2 instantiations of TestJsRuntime
Microsoft.AspNetCore.Components.QuickGrid.Tests (2)
GridRaceConditionTest.cs (2)
22var testJsRuntime = new TestJsRuntime(moduleLoadCompletion, moduleImportStarted); 59var testJsRuntime = new TestJsRuntime(moduleLoadCompletion, moduleImportStarted);
4 references to TestJsRuntime
Microsoft.AspNetCore.Components.QuickGrid.Tests (4)
GridRaceConditionTest.cs (4)
22var testJsRuntime = new TestJsRuntime(moduleLoadCompletion, moduleImportStarted); 59var testJsRuntime = new TestJsRuntime(moduleLoadCompletion, moduleImportStarted); 192internal class TestJSObjectReference(TestJsRuntime jsRuntime) : IJSObjectReference 194private readonly TestJsRuntime _jsRuntime = jsRuntime;