aspnetcore/test/Microsoft.AspNetCore.Mvc.Fu...
jacalvar 5246125cb7 [Fixes #4087] Add AddViewComponentsAsServices() and ServiceBasedViewComponentActivator
* Added ViewComponentFeture and ViewComponentFeatureProvider to perform view component discovery.
* Changed view component discovery to use application parts.
* Changed ViewComponentDescriptorProvider to make use of Application parts.
* Added AddViewComponentsAsServices method on IMvcBuilder that performs view component
  discovery through the ApplicationPartManager and registers those view components as
  services in the service collection. Assemblies should be added to the ApplicationPartManager
  in order to discover view components in them in them.
2016-04-01 10:55:04 -07:00
..
compiler/resources Use a prefix tree as a backing store for ModelStateDictionary 2016-03-17 10:09:36 -07:00
ActionConstraintSampleTest.cs Updating to use cli 2016-02-22 17:49:51 -08:00
AntiforgeryTestHelper.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
AntiforgeryTests.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
ApiExplorerTest.cs Added new attribute ProducesResponseTypeAttribute to enable ApiExplorer to expose response type and StatusCode. 2016-03-30 11:51:58 -07:00
ApplicationModelTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
BasicTests.cs [Fixes #3732] Simplify controller discovery. 2016-03-31 10:50:26 -07:00
CompilationOptionsTests.cs Reacting to CoreCLR package changes 2016-03-22 14:49:43 -07:00
ConsumesAttributeTests.cs Revert "Move aspnet/External#18 comments into `SkipReason`" 2016-01-30 00:02:36 -08:00
ContentNegotiationTest.cs Revert "Move aspnet/External#18 comments into `SkipReason`" 2016-01-30 00:02:36 -08:00
ControllerFromServicesTests.cs [Fixes #3732] Simplify controller discovery. 2016-03-31 10:50:26 -07:00
CorsTests.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
CustomRouteSampleTest.cs Updating to use cli 2016-02-22 17:49:51 -08:00
CustomUrlHelperTest.cs Updating to use cli 2016-02-22 17:49:51 -08:00
DefaultOrderTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
DefaultValuesTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
DirectivesTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
EmbeddedViewSampleTest.cs Updating to use cli 2016-02-22 17:49:51 -08:00
ErrorPageTests.cs Transition to Netstandard. 2016-03-01 13:39:31 -08:00
FileResultTests.cs Revert "Remove dangling test workarounds for and mentions of closed bugs" 2016-01-30 00:02:57 -08:00
FiltersTest.cs Remove ModelBinding features from ResourceFilters 2016-03-16 16:33:14 -07:00
FlushPointTest.cs * Unignore test 2016-02-03 12:03:03 -08:00
FormFileUploadTest.cs [Fixes #4099] Add a functional test for creating a form with a file upload field 2016-02-29 18:13:52 -08:00
FormatFilterSampleTest.cs Updating to use cli 2016-02-22 17:49:51 -08:00
HtmlGenerationTest.cs Remove OSx+Mono skips related to aspnet/External#50 2016-01-30 22:51:48 -08:00
HtmlHelperOptionsTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
InlineConstraintSampleTest.cs Updating to use cli 2016-02-22 17:49:51 -08:00
InputFormatterTests.cs Revert "Move aspnet/External#18 comments into `SkipReason`" 2016-01-30 00:02:36 -08:00
InputObjectValidationTests.cs Revert "Move aspnet/External#18 comments into `SkipReason`" 2016-01-30 00:02:36 -08:00
JsonOutputFormatterTests.cs Revert "Move aspnet/External#18 comments into `SkipReason`" 2016-01-30 00:02:36 -08:00
JsonPatchSampleTest.cs Updating to use cli 2016-02-22 17:49:51 -08:00
JsonResultTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
LinkGenerationTests.cs Revert "Remove dangling test workarounds for and mentions of closed bugs" 2016-01-30 00:02:57 -08:00
LocalizationSampleTest.cs Reacting to Localization CookieName change 2016-03-04 10:33:50 -08:00
Microsoft.AspNetCore.Mvc.FunctionalTests.xproj Remove project name from output path 2016-03-02 14:39:12 -08:00
MvcEncodedTestFixtureOfT.cs Reacting to Hosting changes 2016-03-15 10:50:53 -07:00
MvcSampleFixture.cs Reacting to KoreBuild xunit test changes 2016-03-07 21:09:19 -08:00
MvcSandboxTest.cs Updating to use cli 2016-02-22 17:49:51 -08:00
MvcTestFixture.cs [Fixes #4087] Add AddViewComponentsAsServices() and ServiceBasedViewComponentActivator 2016-04-01 10:55:04 -07:00
OutputFormatterTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
RazorPageExecutionInstrumentationTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
RazorViewLocationSpecificationTest.cs * Give message correct path. 2016-02-02 11:08:41 -08:00
RemoteAttributeValidationTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
RequestServicesTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
RespectBrowserAcceptHeaderTests.cs Revert "Move aspnet/External#18 comments into `SkipReason`" 2016-01-30 00:02:36 -08:00
RouteDataTest.cs Updating to use cli 2016-02-22 17:49:51 -08:00
RoutingTests.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
SerializableErrorTests.cs Revert "Move aspnet/External#18 comments into `SkipReason`" 2016-01-30 00:02:36 -08:00
SimpleTests.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
StreamOutputFormatterTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
SubAreaTests.cs Updating to use cli 2016-02-22 17:49:51 -08:00
TagHelperSampleTest.cs Updating to use cli 2016-02-22 17:49:51 -08:00
TagHelpersTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
TempDataTest.cs Revert "Remove dangling test workarounds for and mentions of closed bugs" 2016-01-30 00:02:57 -08:00
UrlResolutionTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
VersioningTests.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
ViewComponentFromServicesTests.cs [Fixes #4087] Add AddViewComponentsAsServices() and ServiceBasedViewComponentActivator 2016-04-01 10:55:04 -07:00
ViewEngineTests.cs Reacting to Localization CookieName change 2016-03-04 10:33:50 -08:00
WebApiCompatShimActionResultTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
WebApiCompatShimActionSelectionTest.cs [Fixes #3874] Null passed as arguments to controller method parameters when no InputFormatter matches 2016-01-28 15:46:17 -08:00
WebApiCompatShimBasicTest.cs Fix failing functional tests 2016-03-16 20:33:41 -07:00
WebApiCompatShimParameterBindingTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
XmlDataContractSerializerFormattersWrappingTest.cs Revert "Move aspnet/External#18 comments into `SkipReason`" 2016-01-30 00:02:36 -08:00
XmlDataContractSerializerInputFormatterTest.cs Revert "Move aspnet/External#18 comments into `SkipReason`" 2016-01-30 00:02:36 -08:00
XmlOutputFormatterTests.cs Revert "Move aspnet/External#18 comments into `SkipReason`" 2016-01-30 00:02:36 -08:00
XmlSerializerFormattersWrappingTest.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
XmlSerializerInputFormatterTests.cs Rename AspNet 5 file contents. 2016-01-22 12:18:33 -08:00
project.json Fixed packages 2016-03-25 12:27:49 -07:00