aspnetcore/test/Microsoft.AspNet.Mvc.ViewFe.../ViewFeatures
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
..
AttributeDictionaryTest.cs
DefaultDisplayTemplatesTest.cs Add relative view path support 2015-11-18 15:59:11 -08:00
DefaultEditorTemplatesTest.cs Add relative view path support 2015-11-18 15:59:11 -08:00
DefaultHtmlGeneratorTest.cs
ExpressionMetadataProviderTest.cs
ModelExplorerExtensionsTest.cs
ModelExplorerTest.cs
PartialViewResultExecutorTest.cs Improve `SearchLocations` handling 2015-11-18 15:59:20 -08:00
SaveTempDataFilterTest.cs
SessionStateTempDataProviderTest.cs
StringCollectionTextWriterTest.cs
StringHtmlContentTest.cs
TempDataDictionaryTest.cs
ViewDataDictionaryOfTModelTest.cs
ViewDataDictionaryTest.cs
ViewDataOfTTest.cs
ViewExecutorTest.cs Reacting to DependencyInjection changes 2015-11-13 10:47:34 -08:00
ViewResultExecutorTest.cs Improve `SearchLocations` handling 2015-11-18 15:59:20 -08:00