aspnetcore/test/Microsoft.AspNetCore.Mvc.Ra...
Ryan Nowak f425134ffe Fix #2265 - Port Blazor testing improvements
The Blazor test infrastructure made a copy of the code in Razor and then
added some more features. This change backports the features needed for
the style of test we're using in Blazor.

I updated the MVC integration tests to use the new style, but I think
there's limited value in trying to rev all of the old tests.

One feature in particular that I removed from the old infrastructure was
the automatic inference of imports based on the file system. This
feature was wierd and doesn't parallel how these features work in
actuality. It's easy and more natural to test imports in new style
tests.
2018-10-01 13:00:44 -07:00
..
IntegrationTests Fix #2265 - Port Blazor testing improvements 2018-10-01 13:00:44 -07:00
Properties
TestFiles/IntegrationTests Fix #2265 - Port Blazor testing improvements 2018-10-01 13:00:44 -07:00
AssemblyAttributeInjectionPassTest.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
InjectDirectiveTest.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
InjectTargetExtensionTest.cs
InstrumentationPassTest.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
Microsoft.AspNetCore.Mvc.Razor.Extensions.Test.csproj
ModelDirectiveTest.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
ModelExpressionPassTest.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
MvcImportProjectFeatureTest.cs
MvcRazorTemplateEngineTest.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
MvcShim.cs
MvcViewDocumentClassifierPassTest.cs Use checksum for classname if filepath is null 2018-06-11 08:25:57 -07:00
NamespaceDirectiveTest.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
PageDirectiveTest.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
RazorPageDocumentClassifierPassTest.cs Use checksum for classname if filepath is null 2018-06-11 08:25:57 -07:00
SourceMappingsSerializer.cs
TagHelperDescriptorExtensionsTest.cs
ViewComponentTagHelperDescriptorFactoryTest.cs Allow Invoke \ InvokeAsync methods for a ViewComponent to be defined in base types 2018-09-18 13:38:48 -07:00
ViewComponentTagHelperDescriptorProviderTest.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
ViewComponentTagHelperPassTest.cs Obsoleted IRazorEngineBuilder APIs 2018-04-13 12:35:53 -07:00
ViewComponentTagHelperTargetExtensionTest.cs
ViewComponentTypeVisitorTest.cs
xunit.runner.json