54 references to TextContent
Microsoft.AspNetCore.Components.Authorization.Tests (3)
Microsoft.AspNetCore.Components.Endpoints.Tests (7)
Microsoft.AspNetCore.Components.Forms.Tests (3)
Microsoft.AspNetCore.Components.QuickGrid.Tests (3)
Microsoft.AspNetCore.Components.Server (2)
Microsoft.AspNetCore.Components.Tests (8)
Microsoft.AspNetCore.Components.Web (1)
Microsoft.AspNetCore.Components.Web.Tests (23)
Forms\LabelTest.cs (10)
52Assert.Equal("Custom Display Name", textFrame.TextContent);
72Assert.Equal("PlainProperty", textFrame.TextContent);
92Assert.Equal("Custom DisplayName", textFrame.TextContent);
112Assert.Equal("Display Takes Precedence", textFrame.TextContent);
176Assert.Equal("PlainProperty", textFrame.TextContent);
207Assert.Equal("Integer Value", intText.TextContent);
208Assert.Equal("Date Value", dateText.TextContent);
281Assert.Equal("PlainProperty", textFrame.TextContent);
371Assert.Equal("Street Address", textFrame.TextContent);
391Assert.Equal("Localized Display Name", textFrame.TextContent);
Microsoft.AspNetCore.Components.WebView (2)
Microsoft.AspNetCore.Components.WebView.Test (2)