aspnetcore/test/Microsoft.AspNet.Razor.Test/Generator
N. Taylor Mullen c67ec264ed Modify tests to use new ITagHelperDescriptorResolver signature.
- Updated all of the tests to use the new ITagHelperDescriptorResolver signature so instead of passing strings they now construct TagHelperDescriptorResolutionContexts.
- Removed several tests from the AddOrRemoveTagHelperSpanVisitorTests. This was due to the change in responsibility of managing the found TagHelperDescriptors; the TagHelperDescriptorResolver now does this.
- Added several new tests to verify the TagHelperDescriptorResolver manages resolved TagHelperDescriptors based on the given TagHelperDirectiveDescriptors.

#214
2014-11-20 10:42:55 -08:00
..
CodeTree
Compiler
CSharpRazorCodeGeneratorTest.cs
CSharpTagHelperRenderingTest.cs Add AssemblyName to TagHelperDescriptor. 2014-11-14 10:45:08 -08:00
LineMappingTest.cs
RazorCodeGeneratorTest.cs
TabTest.cs
TagHelperAttributeValueCodeRendererTest.cs Add AssemblyName to TagHelperDescriptor. 2014-11-14 10:45:08 -08:00
TagHelperTestBase.cs Modify tests to use new ITagHelperDescriptorResolver signature. 2014-11-20 10:42:55 -08:00
TestSpan.cs