1 write to _testProgram
Aspire.Hosting.Tests (1)
TestProgramFixture.cs (1)
29
_testProgram
= CreateTestProgram();
3 references to _testProgram
Aspire.Hosting.Tests (3)
TestProgramFixture.cs (3)
19
public TestProgram TestProgram =>
_testProgram
?? throw new InvalidOperationException("TestProgram is not initialized.");
31
_app =
_testProgram
.Build();
48
_testProgram
?.Dispose();