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