mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-08-19 07:53:23 +08:00
feat: implement AirAppRuntimeBridge for managing runtime lifecycle and add corresponding unit tests for launcher window and runtime orchestration
This commit is contained in:
@@ -165,6 +165,7 @@ public sealed class AirAppRuntimeLifecycleServiceTests
|
||||
Assert.True(result.Accepted);
|
||||
Assert.Equal(Environment.ProcessId, result.Status.HostProcessId);
|
||||
Assert.True(result.Status.HostProcessAlive);
|
||||
Assert.True(lifetime.ShouldKeepAlive());
|
||||
}
|
||||
|
||||
private sealed class TestAirAppProcessStarter : IAirAppProcessStarter
|
||||
|
||||
Reference in New Issue
Block a user