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