aspnetcore/test/Microsoft.AspNet.Mvc.Functi...
Doug Bunting 5882cdb03f MVC portion of aspnet/Razor#335
- set correct `MarkAsHtmlEncodedMethodName` value in `MvcRazorHost`
- handle `HtmlString` values in `TagHelperOutput.Attributes` in `RazorPage`
 - special-case double-quotes in `HtmlString` values
 - add `static WriteTo()` method for use in tag helpers
- handle non-`string` `output.Attributes` values in tag helpers
- make `TagHelperContentWrapperTextWriter` a `public` class
- provide a `TagHelperContent.Append(object, ...)` extension method
- add `LinkTagHelper.Href` and `ScriptTagHelper.Src` properties
 - avoid Razor HTML-encoding these attribute values before their use
- add `JavaScriptEncoder` properties in `LinkTagHelper` and `ScriptTagHelper`
 - allow encoding testing without unit testing the default encoder
- handle MVC and Razor changes for this bug in existing tests
- add functional tests of encodings
- add test encoders to TestCommon project

nits:
- correct `InputTagHelper` to pass `type=""` through unchanged
- set correct `TagHelperContentTypeName` value in `MvcRazorHost`
- remove unnecessary `FormTagHelper.Method` and `OptionTagHelper.Selected` properties
- remove complex ternaries and `ShouldAddFileVersion()` methods
- add a few debug assertions
- fix some odd wrapping
- remove or `#if`-out unused `using`s
- remove trailing whitespace
2015-03-30 10:54:00 -07:00
..
Compiler/Resources MVC portion of aspnet/Razor#335 2015-03-30 10:54:00 -07:00
Logging React to hosting changes 2015-03-19 11:07:25 -07:00
compiler/resources MVC portion of aspnet/Razor#335 2015-03-30 10:54:00 -07:00
ActionResultTests.cs React to hosting changes 2015-03-19 11:07:25 -07:00
ActivatorTests.cs React to hosting changes 2015-03-19 11:07:25 -07:00
AntiForgeryTestHelper.cs MVC portion of aspnet/Razor#335 2015-03-30 10:54:00 -07:00
AntiForgeryTests.cs Fixes #583 Generating a unique cookie name for an application. 2015-03-23 14:05:05 -07:00
ApiExplorerTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
ApplicationModelTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
BasicTests.cs React to hosting changes 2015-03-19 11:07:25 -07:00
BestEffortLinkGenerationTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
CompilationOptionsTests.cs React to hosting changes 2015-03-19 11:07:25 -07:00
CompositeViewEngineTests.cs React to hosting changes 2015-03-19 11:07:25 -07:00
ConsumesAttributeTests.cs React to hosting changes 2015-03-19 11:07:25 -07:00
ContentNegotiationTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
ControllerDiscoveryConventionTests.cs React to hosting changes 2015-03-19 11:07:25 -07:00
ControllerFromServicesTests.cs React to hosting changes 2015-03-19 11:07:25 -07:00
CorsMiddlewareTests.cs React to hosting changes 2015-03-19 11:07:25 -07:00
CorsTests.cs React to hosting changes 2015-03-19 11:07:25 -07:00
CustomRouteTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
CustomUrlHelperTests.cs React to hosting changes 2015-03-19 11:07:25 -07:00
DefaultOrderTest.cs Refactor of ViewComponent extensibility 2015-03-20 13:39:54 -07:00
DependencyResolverTests.cs React to hosting changes 2015-03-19 11:07:25 -07:00
DirectivesTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
ErrorPageTests.cs React to hosting changes 2015-03-19 11:07:25 -07:00
ExceptionInfo.cs
FileResultTests.cs React to hosting changes 2015-03-19 11:07:25 -07:00
FiltersTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
FlushPointTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
FormatFilterTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
HttpResponseMessageExceptions.cs
InlineConstraintTests.cs React to hosting changes 2015-03-19 11:07:25 -07:00
InputFormatterTests.cs React to hosting changes 2015-03-19 11:07:25 -07:00
InputObjectValidationTests.cs Enabled coreclr for functional tests and reverted back previous change to skipped tests. 2015-03-21 23:21:53 -07:00
JsonOutputFormatterTests.cs Fix for #1694 issue : Removed prefix for ModelState keys for FromBody parameters 2015-03-20 10:41:06 -07:00
JsonResultTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
LinkGenerationTests.cs React to hosting changes 2015-03-19 11:07:25 -07:00
Microsoft.AspNet.Mvc.FunctionalTests.xproj Update .kproj => .xproj. 2015-03-11 14:01:43 -07:00
ModelBindingFromFormTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
ModelBindingFromHeaderTest.cs Fixing some inaccurate test names and comments 2015-03-20 15:36:50 -07:00
ModelBindingFromQueryTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
ModelBindingFromRouteTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
ModelBindingModelBinderAttributeTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
ModelBindingTest.cs Adding support for model binding specifically marked controller properties. 2015-03-20 17:37:09 -07:00
ModelMetadataAttributeTest.cs Fix for #1694 issue : Removed prefix for ModelState keys for FromBody parameters 2015-03-20 10:41:06 -07:00
MvcSampleTests.cs React to hosting changes 2015-03-19 11:07:25 -07:00
MvcStartupTests.cs React to hosting changes 2015-03-19 11:07:25 -07:00
MvcTagHelpersTest.cs MVC portion of aspnet/Razor#335 2015-03-30 10:54:00 -07:00
OutputFormatterTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
PrecompilationTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
RazorCompilerCacheTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
RazorEmbeddedViewsTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
RazorFileSystemCaseSensitivityTest.cs Issue #1736 - Razor view searches in case-sensitive filesystems. 2015-03-23 18:02:35 -07:00
RazorPageExecutionInstrumentationTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
RazorViewLocationSpecificationTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
RemoteAttributeValidationTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
RequestServicesTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
ResourceHelpers.cs
RespectBrowserAcceptHeaderTests.cs React to hosting changes 2015-03-19 11:07:25 -07:00
ResponseCacheTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
RoundTripTests.cs React to hosting changes 2015-03-19 11:07:25 -07:00
RouteDataTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
RoutingLowercaseUrlTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
RoutingTests.cs React to hosting changes 2015-03-19 11:07:25 -07:00
SerializableErrorTests.cs Enabled coreclr for functional tests and reverted back previous change to skipped tests. 2015-03-21 23:21:53 -07:00
StreamOutputFormatterTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
TagHelperSampleTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
TagHelpersTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
TempDataTest.cs [Fixes #2157] Added additional functional tests for TempData 2015-03-19 15:55:23 -07:00
TestApplicationEnvironment.cs React to runtime perf changes in functional tests 2015-02-27 02:53:46 -08:00
TestHelper.cs Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
TryValidateModelTest.cs Fix for #1694 issue : Removed prefix for ModelState keys for FromBody parameters 2015-03-20 10:41:06 -07:00
ValueProviderTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
VersioningTests.cs React to hosting changes 2015-03-19 11:07:25 -07:00
ViewComponentTests.cs React to hosting changes 2015-03-19 11:07:25 -07:00
ViewEngineTests.cs React to hosting changes 2015-03-19 11:07:25 -07:00
WebApiCompatShimActionResultTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
WebApiCompatShimActionSelectionTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
WebApiCompatShimBasicTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
WebApiCompatShimParameterBindingTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
XmlDataContractSerializerFormattersWrappingTest.cs React to hosting changes 2015-03-19 11:07:25 -07:00
XmlDataContractSerializerInputFormatterTest.cs Fix for #1694 issue : Removed prefix for ModelState keys for FromBody parameters 2015-03-20 10:41:06 -07:00
XmlOutputFormatterTests.cs React to hosting changes 2015-03-19 11:07:25 -07:00
XmlSerializerFormattersWrappingTest.cs Enabled coreclr for functional tests and reverted back previous change to skipped tests. 2015-03-21 23:21:53 -07:00
XmlSerializerInputFormatterTests.cs React to hosting changes 2015-03-19 11:07:25 -07:00
project.json MVC portion of aspnet/Razor#335 2015-03-30 10:54:00 -07:00