aspnetcore/test/Microsoft.AspNet.Mvc.ViewFe.../Rendering
Doug Bunting d1fe824b5d Improve `SearchLocations` handling
- do not blindly use `FindPage()` / `FindView()` result in `Exception.Message` or returned results
  - failure scenarios involve new `Any()` calls but rarely additional `List<string>()` allocations
- change `ViewEngine_ViewNotFound` resource to be consistent with similar errors
  - remove trailing period at end of searched locations list

nit: remove remaining `null` checks of `SearchedLocations` in not found cases; never `null` then
2015-11-18 15:59:20 -08:00
..
DefaultTemplatesUtilities.cs Add relative view path support 2015-11-18 15:59:11 -08:00
HtmlHelperCheckboxTest.cs
HtmlHelperDisplayNameExtensionsTest.cs
HtmlHelperDisplayTextTest.cs
HtmlHelperFormExtensionsTest.cs
HtmlHelperFormTest.cs
HtmlHelperHiddenTest.cs
HtmlHelperLabelExtensionsTest.cs
HtmlHelperLinkGenerationTest.cs Revert "Fixing tests" 2015-11-02 09:45:56 -08:00
HtmlHelperNameExtensionsTest.cs
HtmlHelperPartialExtensionsTest.cs Improve `SearchLocations` handling 2015-11-18 15:59:20 -08:00
HtmlHelperPasswordTest.cs
HtmlHelperSelectTest.cs
HtmlHelperTest.cs Revert "Fixing tests" 2015-11-02 09:45:56 -08:00
HtmlHelperValidationSummaryTest.cs
HtmlHelperValueTest.cs
HtmlStringTest.cs
TagBuilderTest.cs
TestResources.cs
ViewContextTests.cs Add relative view path support 2015-11-18 15:59:11 -08:00