aspnetcore/test/Microsoft.AspNet.Mvc.Functi...
N. Taylor Mullen c3e2e6fa0a Change Script, Link and Image `TagHelper`s to work better with other `TagHelper`s.
- `ScriptTagHelper`, `LinkTagHelper` and `ImageTagHelper` now default to using `output.Attributes["href|src"]` if it's present when they run. This enables other `TagHelper`s to run prior and add those attributes.
- Added unit tests to validate this behavior.
- Updated `ImageTagHelper` functional test resources. Now that we're always defaulting to `output.Attributes["src"]` for `ImageTagHelper.Src` we're properly copying attributes back into the `output.Attributes` collection in the correct order (isntead of appending to the end).

#2902
2015-08-20 20:41:28 -07:00
..
Logging
compiler/resources Change Script, Link and Image `TagHelper`s to work better with other `TagHelper`s. 2015-08-20 20:41:28 -07:00
ActionResultTests.cs
ActivatorTests.cs
AntiforgeryTestHelper.cs
AntiforgeryTests.cs
ApiExplorerTest.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
ApplicationModelTest.cs
BasicTests.cs
BestEffortLinkGenerationTest.cs
CompilationOptionsTests.cs
CompositeViewEngineTests.cs
ConsumesAttributeTests.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
ContentNegotiationTest.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
ControllerDiscoveryConventionTests.cs React to DNX renames 2015-07-29 04:49:49 -07:00
ControllerFromServicesTests.cs
CorsMiddlewareTests.cs
CorsTests.cs
CustomRouteTest.cs
CustomUrlHelperTests.cs
DefaultOrderTest.cs
DefaultValuesTest.cs
DependencyResolverTests.cs Switching to the official Autofac package. 2015-08-04 15:12:19 -07:00
DirectivesTest.cs
ErrorPageTests.cs React to ErrorPage middleware changes. 2015-07-15 10:27:26 -07:00
ExceptionInfo.cs
FileResultTests.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
FiltersTest.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
FlushPointTest.cs
FormatFilterTest.cs
HtmlGenerationTest.cs Homogenize MVC startup code patterns 2015-08-16 18:48:24 -07:00
HtmlHelperOptionsTest.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
HttpResponseMessageExceptions.cs
InlineConstraintTests.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
InputFormatterTests.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
InputObjectValidationTests.cs React to move of StatusCodes 2015-07-08 12:43:33 -07:00
JsonOutputFormatterTests.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
JsonPatchTest.cs Replace of Add operation (jsonpatch dynamic support) 2015-08-07 16:10:07 -07:00
JsonResultTest.cs
LinkGenerationTests.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
LocalizationTest.cs Added Mvc localization project 2015-07-16 15:57:24 -07:00
Microsoft.AspNet.Mvc.FunctionalTests.xproj
ModelBindingBindingBehaviorTest.cs
ModelBindingDataMemberRequiredTest.cs
ModelBindingFromFormTest.cs
ModelBindingFromHeaderTest.cs
ModelBindingFromQueryTest.cs Part 3 of #2776 - revert a6ce9abab1 and add 2015-08-16 16:20:44 -07:00
ModelBindingFromRouteTest.cs
ModelBindingModelBinderAttributeTest.cs
ModelBindingTest.cs Part 3 of #2776 - revert a6ce9abab1 and add 2015-08-16 16:20:44 -07:00
ModelMetadataAttributeTest.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
MvcSampleTests.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
MvcStartupTests.cs
OutputFormatterTest.cs
PrecompilationTest.cs * Remove support for updateable precompiled views. 2015-08-07 11:08:48 -07:00
RazorEmbeddedViewsTest.cs
RazorFileSystemCaseSensitivityTest.cs
RazorPageExecutionInstrumentationTest.cs
RazorViewLocationSpecificationTest.cs
RemoteAttributeValidationTest.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
RequestServicesTest.cs
RespectBrowserAcceptHeaderTests.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
ResponseCacheTest.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
RoundTripTests.cs Add support for model binding dictionaries from `prefix[name]=value` entries 2015-07-20 16:33:35 -07:00
RouteDataTest.cs
RoutingLowercaseUrlTest.cs
RoutingTests.cs
SerializableErrorTests.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
StreamOutputFormatterTest.cs
TagHelperSampleTest.cs Reacting to Logging changes 2015-08-13 11:22:28 -07:00
TagHelpersTest.cs Add `AddHtmlAttributeValues` for `TagHelper`s. 2015-08-10 12:06:02 -07:00
TempDataTest.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
TestApplicationEnvironment.cs React to DNX renames 2015-07-29 04:49:49 -07:00
TestHelper.cs React to DNX renames 2015-07-29 04:49:49 -07:00
TryValidateModelTest.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
UrlResolutionTest.cs Added default `UrlResolutionTagHelper` to resolve app relative URLs. 2015-08-03 16:00:33 -07:00
ValueProviderTest.cs
VersioningTests.cs
ViewComponentTests.cs Fix #2338 - Add ViewComponentResult 2015-07-23 17:52:52 -07:00
ViewEngineTests.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
WebApiCompatShimActionResultTest.cs
WebApiCompatShimActionSelectionTest.cs
WebApiCompatShimBasicTest.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
WebApiCompatShimParameterBindingTest.cs
XmlDataContractSerializerFormattersWrappingTest.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
XmlDataContractSerializerInputFormatterTest.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
XmlOutputFormatterTests.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
XmlSerializerFormattersWrappingTest.cs Split up MVC.Extensions into smaller packages 2015-07-06 23:41:22 -07:00
XmlSerializerInputFormatterTests.cs Fixing tests in Mono. 2015-07-02 17:24:14 -07:00
project.json Refactor ICompilerCache to be instantiated via ICompilerCacheProvider 2015-08-20 10:54:32 -07:00