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