13 instantiations of TestJSRuntime
Microsoft.JSInterop.Tests (13)
DotNetObjectReferenceTest.cs (6)
19var jsRuntime = new TestJSRuntime(); 34var jsRuntime = new TestJSRuntime(); 52var jsRuntime1 = new TestJSRuntime(); 53var jsRuntime2 = new TestJSRuntime(); 68var jsRuntime = new TestJSRuntime(); 87var jsRuntime = new TestJSRuntime();
Infrastructure\ByteArrayJsonConverterTest.cs (1)
15JSRuntime = new TestJSRuntime();
Infrastructure\DotNetObjectReferenceJsonConverterTest.cs (3)
10private readonly JSRuntime JSRuntime = new TestJSRuntime(); 17var jsRuntime = new TestJSRuntime(); 31var jsRuntime = new TestJSRuntime();
Infrastructure\DotNetStreamReferenceJsonConverterTest.cs (1)
10private readonly JSRuntime JSRuntime = new TestJSRuntime();
Infrastructure\JSObjectReferenceJsonConverterTest.cs (1)
11private readonly JSRuntime JSRuntime = new TestJSRuntime();
Infrastructure\JSStreamReferenceJsonConverterTest.cs (1)
11private readonly JSRuntime JSRuntime = new TestJSRuntime();
8 references to TestJSRuntime
Microsoft.JSInterop.Tests (8)
DotNetObjectReferenceTest.cs (6)
19var jsRuntime = new TestJSRuntime(); 34var jsRuntime = new TestJSRuntime(); 52var jsRuntime1 = new TestJSRuntime(); 53var jsRuntime2 = new TestJSRuntime(); 68var jsRuntime = new TestJSRuntime(); 87var jsRuntime = new TestJSRuntime();
Infrastructure\DotNetObjectReferenceJsonConverterTest.cs (2)
17var jsRuntime = new TestJSRuntime(); 31var jsRuntime = new TestJSRuntime();