4 references to TestResourceWithProperties
Aspire.Hosting.RemoteHost.Tests (4)
CapabilityDispatcherTests.cs (4)
1216
var resource = new
TestResourceWithProperties
("test-resource") { Color = "blue" };
1234
var resource = new
TestResourceWithProperties
("test-resource") { Color = "red" };
1276
var resource = new
TestResourceWithProperties
("test-resource") { Color = "yellow" };
1292
var resource = new
TestResourceWithProperties
("my-resource") { Color = "red" };