We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744f227 commit 5476527Copy full SHA for 5476527
test/UnitTest/Components/TitleTest.cs
@@ -27,6 +27,8 @@ public void Text_Ok()
27
});
28
var text = cut.Instance.Text;
29
Assert.Equal("Text", text);
30
+
31
+ cut.SetParametersAndRender();
32
}
33
34
private class MockTitle : ComponentBase
0 commit comments