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