2 writes to Name
Aspire.Hosting.RemoteHost.Tests (2)
CapabilityDispatcherTests.cs (2)
230
var context = new TestContextType {
Name
= "test-name", Count = 100 };
400
var context = new TestContextType {
Name
= "original-name" };
1 reference to Name
Aspire.Hosting.RemoteHost.Tests (1)
CapabilityDispatcherTests.cs (1)
412
Assert.Equal("new-name", context.
Name
);