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