3 references to StringProperty
Microsoft.AspNetCore.Components.Tests (3)
RendererTest.cs (3)
2081builder.AddComponentParameter(4, nameof(FakeComponent.StringProperty), firstRender ? "String that will change" : "String that did change"); 2095Assert.Equal("String that will change", childComponentInstance.StringProperty); 2104Assert.Equal("String that did change", childComponentInstance.StringProperty);