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 Custom dictionary type for attributes 2015-10-02 18:08:58 -07:00
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 React to WebEncoders changes. 2015-10-30 17:59:19 -07:00
ExpressionMetadataProviderTest.cs Move less-commonly used types out of .Rendering 2015-09-16 23:52:29 -07:00
ModelExplorerExtensionsTest.cs Move ModelExplorer to ViewFeatures 2015-09-28 14:14:40 -07:00
ModelExplorerTest.cs Move ModelExplorer to ViewFeatures 2015-09-28 14:14:40 -07:00
PartialViewResultExecutorTest.cs Improve `SearchLocations` handling 2015-11-18 15:59:20 -08:00
SaveTempDataFilterTest.cs Allow ViewFeature tests to run in dnxcore50 2015-10-06 09:46:49 -07:00
SessionStateTempDataProviderTest.cs Allow enums to be serialized by SessionStateTempDataProvider 2015-10-24 08:16:19 -07:00
StringCollectionTextWriterTest.cs React to WebEncoders changes. 2015-10-30 17:59:19 -07:00
StringHtmlContentTest.cs React to WebEncoders changes. 2015-10-30 17:59:19 -07:00
TempDataDictionaryTest.cs Allow ViewFeature tests to run in dnxcore50 2015-10-06 09:46:49 -07:00
ViewDataDictionaryOfTModelTest.cs Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:53 -07:00
ViewDataDictionaryTest.cs Allow ViewFeature tests to run in dnxcore50 2015-10-06 09:46:49 -07:00
ViewDataOfTTest.cs Move less-commonly used types out of .Rendering 2015-09-16 23:52:29 -07:00
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