aspnetcore/test/Microsoft.AspNet.Mvc.Functi...
Ryan Nowak 83187945d1 Fix for #1052 - ViewComponents should support fully qualified names
This change adds the concept of a full-name to viewcomponents. View
components can be invoked using either the short name or long name. If the
provided string contains a '.' character, then it will be compared against
full names, otherwise it will be matched against short names only.

The short name is used for view lookups.

If the name is explicitly set via ViewComponent attribute, then the full
name is the name provided. The short name is the portion of the name after
the last '.'. If there are no dots, then the short name and full name are
the same.

If the name is not set explicitly, then it is inferred from the Type and
namespace name. The short name is the Type name, minus the 'ViewComponent'
suffix (if present). The full name is the namespace of the defining class,
plus the short name.
2014-10-29 17:34:01 -07:00
..
compiler/resources
ActivatorTests.cs
AntiForgeryTestHelper.cs
AntiForgeryTests.cs
ApiExplorerTest.cs
ApplicationModelTest.cs
BasicTests.cs
CompositeViewEngineTests.cs
ConnegTests.cs
CustomUrlHelperTests.cs
DefaultOrderTest.cs
DependencyResolverTests.cs
DirectivesTest.cs
FileResultTests.cs
FiltersTest.cs
FlushPointTest.cs
InlineConstraintTests.cs Replace calls to GetService<T> with GetRequiredService<T> 2014-10-16 14:51:41 -07:00
InputFormatterTests.cs
InputObjectValidationTests.cs Issue #1206 - DefaultBodyModelValidator throws if get accessor throws. 2014-10-16 16:09:30 -07:00
JsonOutputFormatterTests.cs
LinkGenerationTests.cs
Microsoft.AspNet.Mvc.FunctionalTests.kproj
ModelBindingTests.cs Renaming IBinderMarker and friends to some more descriptive names. 2014-10-17 20:32:03 -07:00
MvcSampleTests.cs
MvcStartupTests.cs
NullLoggerFactory.cs
OutputFormattterTests.cs
RazorInstrumentationTests.cs
ResourceHelpers.cs
RoundTripTests.cs Adding functional tests to verify round tripping of names generated by 2014-10-23 10:12:02 -07:00
RoutingTests.cs
TagHelpersTest.cs
TestApplicationEnvironment.cs
TestAssemblyProvider.cs
TestConfigurationProvider.cs
TestHelper.cs Replace calls to GetService<T> with GetRequiredService<T> 2014-10-16 14:51:41 -07:00
ValueProviderTests.cs Issue #220 - Flags enum does not bind 2014-10-22 13:55:28 -07:00
VersioningTests.cs
ViewComponentTests.cs Fix for #1052 - ViewComponents should support fully qualified names 2014-10-29 17:34:01 -07:00
ViewEngineTests.cs
WebApiCompatShimActionResultTest.cs Fix #1287 - Port WebAPI parameter binding behavior 2014-10-17 16:51:48 -07:00
WebApiCompatShimActionSelectionTest.cs [Fixes #1332] Port IContentNegotiator to WebAPI shim for CoreCLR support 2014-10-16 17:22:47 -07:00
WebApiCompatShimBasicTest.cs [Fixes #1332] Port IContentNegotiator to WebAPI shim for CoreCLR support 2014-10-16 17:22:47 -07:00
WebApiCompatShimParameterBindingTest.cs Fix #1287 - Port WebAPI parameter binding behavior 2014-10-17 16:51:48 -07:00
XmlOutputFormatterTests.cs
XmlSerializerInputFormatterTests.cs
project.json Revert "Added a functional test for view precompilation" 2014-10-28 19:14:50 -07:00