1 implementation of ITestCallbackHandle
Aspire.Hosting.RemoteHost.Tests (1)
CallbackProxyTests.cs (1)
440private sealed class TestCallbackHandle : ITestCallbackHandle
4 references to ITestCallbackHandle
Aspire.Hosting.RemoteHost.Tests (4)
CallbackProxyTests.cs (4)
157AtsTypeId = AtsTypeMapping.DeriveTypeId(typeof(ITestCallbackHandle)), 158ClrType = typeof(ITestCallbackHandle), 171Assert.Equal(AtsTypeMapping.DeriveTypeId(typeof(ITestCallbackHandle)), handle["$type"]?.GetValue<string>()); 413public delegate Task TestCallbackWithHandle(ITestCallbackHandle handle);