3 references to TestUnionEnum
Aspire.Hosting.RemoteHost.Tests (3)
AtsCapabilityScannerTests.cs (3)
178
Assert.Contains(parameter.Type!.UnionTypes!, type => type.ClrType == typeof(
TestUnionEnum
));
180
Assert.Contains(result.EnumTypes, type => type.ClrType == typeof(
TestUnionEnum
));
840
public static void TestUnionEnumParameter(IDistributedApplicationBuilder builder, [AspireUnion(typeof(
TestUnionEnum
), typeof(string))] object value)