2 instantiations of TestValueAndManifestProvider
Aspire.Hosting.Tests (2)
WithEnvironmentTests.cs (2)
362
var testValue = new
TestValueAndManifestProvider
("test-runtime-value", "test-manifest-expression");
414
var testValue = new
TestValueAndManifestProvider
("value", "expression");
5 references to TestValueAndManifestProvider
Aspire.Hosting.Tests (5)
WithEnvironmentTests.cs (5)
362
var
testValue = new TestValueAndManifestProvider("test-runtime-value", "test-manifest-expression");
414
var
testValue = new TestValueAndManifestProvider("value", "expression");
418
ResourceBuilderExtensions.WithEnvironment<ProjectResource,
TestValueAndManifestProvider
>(null!, "TEST_VAR", testValue));
422
projectA.WithEnvironment<ProjectResource,
TestValueAndManifestProvider
>(null!, testValue));
426
projectA.WithEnvironment("TEST_VAR", (
TestValueAndManifestProvider
)null!));