5 instantiations of TestJSObjectReference
Aspire.Dashboard.Components.Tests (5)
Layout\TerminalDockInitializationTests.cs (3)
119
var module = new
TestJSObjectReference
185
var module = new
TestJSObjectReference
248
var module = new
TestJSObjectReference
Layout\TerminalDockWindowTrackingTests.cs (2)
109
var module = new
TestJSObjectReference
181
var module = new
TestJSObjectReference
10 references to TestJSObjectReference
Aspire.Dashboard.Components.Tests (10)
Layout\TerminalDockInitializationTests.cs (6)
119
var
module = new TestJSObjectReference
131
var import =
TestJSObjectReference
.SetupImport(this, "./Components/Layout/TerminalDock.razor.js");
185
var
module = new TestJSObjectReference
197
var import =
TestJSObjectReference
.SetupImport(this, "./Components/Layout/TerminalDock.razor.js");
248
var
module = new TestJSObjectReference
252
var import =
TestJSObjectReference
.SetupImport(this, "./Components/Layout/TerminalDock.razor.js");
Layout\TerminalDockWindowTrackingTests.cs (4)
109
var
module = new TestJSObjectReference
121
TestJSObjectReference
.SetupImport(this, $"{pathBase}/js/app-terminalwindow.js").SetResult(module);
181
var
module = new TestJSObjectReference
193
TestJSObjectReference
.SetupImport(this, "/js/app-terminalwindow.js").SetResult(module);