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