5 references to WithEnvironment
Aspire.Hosting.Tests (5)
WithEnvironmentTests.cs (5)
192
.
WithEnvironment
("URL", $"{endpoint}/foo")
193
.
WithEnvironment
("PORT", $"{endpoint.Property(EndpointProperty.Port)}")
194
.
WithEnvironment
("TARGET_PORT", $"{endpoint.Property(EndpointProperty.TargetPort)}")
195
.
WithEnvironment
("HOST", $"{test.Resource};name=1");
228
.
WithEnvironment
("TARGET_PORT", $"{endpoint.Property(EndpointProperty.TargetPort)}");