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