4 references to OnTerminalWindowClosedAsync
Aspire.Dashboard.Components.Tests (4)
Controls\TerminalWindowButtonTests.cs (2)
141await cut.InvokeAsync(() => launcher.OnTerminalWindowClosedAsync("first")); 147await cut.InvokeAsync(() => launcher.OnTerminalWindowClosedAsync("second"));
Layout\TerminalDockTests.cs (1)
777await cut.InvokeAsync(() => launcher.OnTerminalWindowClosedAsync("first"));
Layout\TerminalDockWindowTrackingTests.cs (1)
149await cut.InvokeAsync(() => launcher.OnTerminalWindowClosedAsync("active"));