aspnetcore/test/Microsoft.AspNetCore.Mvc.Vi.../Internal
Doug Bunting f222fa4349 Correct examination of `IHtmlHelper.Label()` return value
- #5317
- previously worked only because `TagBuilder` cannot be empty and `HtmlString` overrides `ToString()`
 - `TagBuilder.ToString()` (now the type's `FullName`) is also never empty
- copy `NullHtmlEncoder` from Razor and give it a better name (`PassThroughHtmlEncoder`)
 - not available in this project and (from its namespace) not intended for general use
2016-09-27 10:00:29 -07:00
..
AutoValidateAntiforgeryTokenAuthorizationFilterTest.cs
DefaultDisplayTemplatesTest.cs Make tests resilient to Localization (#5011) 2016-07-14 09:28:01 -07:00
DefaultEditorTemplatesTest.cs Correct examination of `IHtmlHelper.Label()` return value 2016-09-27 10:00:29 -07:00
ExpressionHelperTest.cs
ExpressionMetadataProviderTest.cs
HtmlAttributePropertyHelperTest.cs
PagedBufferedTextWriterTest.cs PagedBufferedTextWriter does not flush synchronous data prior to writing data asynchronously 2016-09-14 14:52:06 -07:00
PagedCharBufferTest.cs Ensure Append writes to the right page after Clear 2016-09-14 18:57:21 -07:00
PartialViewResultExecutorTest.cs
SaveTempDataFilterTest.cs
TemplateRendererTest.cs
TestViewBufferScope.cs
ValidateAntiforgeryTokenAuthorizationFilterTest.cs
ViewBufferTest.cs
ViewBufferTextWriterTest.cs
ViewResultExecutorTest.cs