4 references to TestResourceWithProperties
Aspire.Hosting.RemoteHost.Tests (4)
CapabilityDispatcherTests.cs (4)
1320
var resource = new
TestResourceWithProperties
("test-resource") { Color = "blue" };
1338
var resource = new
TestResourceWithProperties
("test-resource") { Color = "red" };
1380
var resource = new
TestResourceWithProperties
("test-resource") { Color = "yellow" };
1396
var resource = new
TestResourceWithProperties
("my-resource") { Color = "red" };