aspnetcore/test/Microsoft.AspNet.Mvc.Functi...
Doug Bunting d2fe1ebad7 Allow `@Model` in bound tag helper attribute value
- part II of #1253
- an expected case in template .cshtml files
- expression has name `""`; led to `ArgumentException` in `ModelExpression`
- test `@Model` and `@model.Property` in unit and functional tests
- update baselines to match

nits:
- remove a few unecessary `@`s in .cshtml files
- correct field names & ids in ProductList.cshtml (`foreach` confuses MVC)
 - led to correct valiation attributes as well
2015-01-15 16:47:27 -08:00
..
Compiler/Resources Allow `@Model` in bound tag helper attribute value 2015-01-15 16:47:27 -08:00
Logging react to aspnet/HttpAbstractions#146 changes 2015-01-07 17:53:35 -08:00
ActionResultTests.cs Adding SerializableError - a serializable container for the purpose of output conneg. 2015-01-06 14:07:45 -08:00
ActivatorTests.cs added activation tests for tag helpers 2015-01-12 12:51:41 -08:00
AntiForgeryTestHelper.cs Adding the functional tests for MvcTagHelpers (1) 2015-01-08 17:23:42 -08:00
AntiForgeryTests.cs Adding a pattern for returning 'unhandled' exception information via 2014-12-15 16:29:08 -08:00
ApiExplorerTest.cs Remove ParameterModel.IsOptional 2015-01-06 15:22:13 -08:00
ApplicationModelTest.cs Remove ParameterModel.IsOptional 2015-01-06 15:22:13 -08:00
BasicTests.cs Fix flaky NoContentFormatter test 2014-11-20 17:48:00 -08:00
CompilationOptionsTests.cs Adding support for flowing compilation settings to views 2015-01-02 15:34:52 -08:00
CompositeViewEngineTests.cs Update names of WebSite projects for consistency 2014-12-11 09:10:24 -08:00
ConnegTests.cs Consume new strongly typed headers. Remove temp implementations. 2015-01-14 15:51:34 -08:00
CustomRouteTest.cs Adding a sample (test) for using custom IRouter implementation with MVC 2015-01-15 16:31:21 -08:00
CustomUrlHelperTests.cs Add missing license headers 2014-11-20 22:54:05 -08:00
DefaultOrderTest.cs
DependencyResolverTests.cs Remove use of `Assert.DoesNotThrow()` 2014-12-11 15:51:15 -08:00
DirectivesTest.cs
ErrorPageTests.cs Adding support for flowing compilation errors to Diagnostics middleware 2015-01-13 07:32:58 -08:00
ExceptionInfo.cs Adding a pattern for returning 'unhandled' exception information via 2014-12-15 16:29:08 -08:00
FileResultTests.cs Consume new strongly typed headers. Remove temp implementations. 2015-01-14 15:51:34 -08:00
FiltersTest.cs Adding Resource Filters 2015-01-12 14:18:20 -08:00
FlushPointTest.cs Added more coverage in functional tests for FlushAsync 2015-01-05 10:36:37 -08:00
HttpResponseMessageExceptions.cs Adding a pattern for returning 'unhandled' exception information via 2014-12-15 16:29:08 -08:00
InlineConstraintTests.cs Nit: Clean up duplicate tests 2015-01-13 12:49:26 -08:00
InputFormatterTests.cs Delete trailing whitespace 2014-11-20 16:18:09 -08:00
InputObjectValidationTests.cs [Partial fix for #1372]Added SimpleTypesExcludeFilter to exlcude validation on simple types and also added tests to cover scenarios. 2014-12-03 14:09:51 -08:00
JsonOutputFormatterTests.cs Add missing license headers 2014-11-20 22:54:05 -08:00
JsonResultTest.cs
LinkGenerationTests.cs
Microsoft.AspNet.Mvc.FunctionalTests.kproj Logging functional tests using ElmLogger 2015-01-06 16:16:12 -08:00
ModelBindingFromHeaderTest.cs Issue #1695 - Create a pattern for a 'greedy' model binder. 2015-01-15 16:32:50 -08:00
ModelBindingModelBinderAttributeTest.cs Adding support for ModelMetadataAttribute in core. 2014-12-05 12:00:19 -08:00
ModelBindingTests.cs Issue #1695 - Create a pattern for a 'greedy' model binder. 2015-01-15 16:32:50 -08:00
MvcSampleTests.cs Extend MVC Sample functional test to include all Home views 2014-11-22 10:36:46 -08:00
MvcStartupTests.cs
MvcTagHelpersTests.cs MvcTagHelpers tests for 2015-01-13 10:12:19 -08:00
NullLoggerFactory.cs Add missing license headers 2014-11-20 22:54:05 -08:00
OutputFormatterTest.cs Update names of WebSite projects for consistency 2014-12-11 09:10:24 -08:00
PrecompilationTest.cs Adding support for flowing compilation settings to views 2015-01-02 15:34:52 -08:00
RazorInstrumentationTests.cs React to fallback changes 2014-11-20 17:43:55 -08:00
RazorViewEngineOptionsTest.cs Adding functional test for RazorViewEngineOptions.FileSystem 2014-12-16 12:08:40 -08:00
RazorViewLocationSpecificationTest.cs Layout specification and discovery should follow the same behavior as 2014-12-03 11:54:46 -08:00
RequestServicesTest.cs React to aspnet/Razor#240. 2015-01-13 22:35:43 -08:00
ResourceHelpers.cs
RespectBrowserAcceptHeaderTests.cs [Fixes #1791]Remove XML formatter from defaults 2015-01-15 15:46:49 -08:00
RoundTripTests.cs TODO removal 2014-11-20 15:01:35 -08:00
RouteDataTest.cs
RoutingTests.cs Remove boxing of chars when concatenated with strings 2015-01-05 19:05:14 -08:00
TagHelperSampleTest.cs Add functional test of MVC tag helper sample 2014-12-05 15:48:43 -08:00
TagHelpersTest.cs Add support for `@removeTagHelpers` inheritance from _ViewStart files 2015-01-15 12:12:00 -08:00
TestApplicationEnvironment.cs
TestAssemblyProvider.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
TestConfigurationProvider.cs
TestHelper.cs Logging functional tests using ElmLogger 2015-01-06 16:16:12 -08:00
ValueProviderTest.cs Update names of WebSite projects for consistency 2014-12-11 09:10:24 -08:00
VersioningTests.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
ViewComponentTests.cs Bug #1354 - ViewComponent View() fails on CoreCLR with IEnumerable<> passed in. 2014-12-16 12:19:38 -08:00
ViewEngineTests.cs Bug #1354 - ViewComponent View() fails on CoreCLR with IEnumerable<> passed in. 2014-12-16 12:19:38 -08:00
WebApiCompatShimActionResultTest.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
WebApiCompatShimActionSelectionTest.cs Adding a pattern for returning 'unhandled' exception information via 2014-12-15 16:29:08 -08:00
WebApiCompatShimBasicTest.cs [Fixes #1713]WebApiCompatShim doesn't work with Transfer Encoding: chunked 2015-01-05 21:52:13 -08:00
WebApiCompatShimParameterBindingTest.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
XmlOutputFormatterTests.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
XmlSerializerInputFormatterTests.cs Adding a pattern for returning 'unhandled' exception information via 2014-12-15 16:29:08 -08:00
project.json Adding a sample (test) for using custom IRouter implementation with MVC 2015-01-15 16:31:21 -08:00