12 references to CreateEndpoint
Aspire.Hosting.Tests (12)
Dcp\ProxylessEndpointPortAllocatorTests.cs (12)
21Assert.Equal(10002, allocator.AllocatePort(CreateEndpoint("a"))); 22Assert.Equal(10003, allocator.AllocatePort(CreateEndpoint("b"))); 23Assert.Equal(10004, allocator.AllocatePort(CreateEndpoint("c"))); 36Assert.Equal(10002, allocator.AllocatePort(CreateEndpoint("a"))); 37Assert.Equal(10003, allocator.AllocatePort(CreateEndpoint("b"))); 54allocator.AllocatePort(CreateEndpoint("a")), 55allocator.AllocatePort(CreateEndpoint("b")), 56allocator.AllocatePort(CreateEndpoint("c")), 57allocator.AllocatePort(CreateEndpoint("d")) 63allocator.AllocatePort(CreateEndpoint("e")); 76var endpoint = CreateEndpoint("endpoint"); 80Assert.Equal(10001, allocator.AllocatePort(CreateEndpoint("other")));