aspnetcore/test
Doug Bunting 0d427a60e5
Use `TheoryData` properties to avoid duplicate test data
- couldn't just remove duplicate `[TheoryData]` in `GlobalRoutingTest`
  - xUnit analyzers don't understand `[InlineData]` is inherited (though runtime certainly does)
2018-07-26 10:12:50 -07:00
..
Microsoft.AspNetCore.Mvc.Abstractions.Test
Microsoft.AspNetCore.Mvc.Analyzers.Experimental.Test
Microsoft.AspNetCore.Mvc.ApiExplorer.Test
Microsoft.AspNetCore.Mvc.Core.Test Change MvcEndpointDataSource to use GetChangeToken (#8137) 2018-07-26 09:20:26 +12:00
Microsoft.AspNetCore.Mvc.Core.TestCommon
Microsoft.AspNetCore.Mvc.Cors.Test
Microsoft.AspNetCore.Mvc.DataAnnotations.Test CompositeValidationAttribute 2018-07-20 15:31:14 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Json.Test Added UseCamelCasing and UseMemberCasing extension methods to MvcJsonOptions (#7256) 2018-07-23 10:11:04 -07:00
Microsoft.AspNetCore.Mvc.Formatters.Xml.Test Avoid `InvalidOperationException` when serializing `SerializableError` 2018-07-26 08:56:02 -07:00
Microsoft.AspNetCore.Mvc.FunctionalTests Use `TheoryData` properties to avoid duplicate test data 2018-07-26 10:12:50 -07:00
Microsoft.AspNetCore.Mvc.IntegrationTests Mark unused `ParameterBinder.BindModelAsync(...)` overloads as `[Obsolete]` 2018-07-13 13:26:56 -07:00
Microsoft.AspNetCore.Mvc.Localization.Test
Microsoft.AspNetCore.Mvc.Razor.Test Ensure PageContext.ViewData and ViewContext.ViewData are the same instance 2018-07-16 11:16:03 -07:00
Microsoft.AspNetCore.Mvc.RazorPages.Test
Microsoft.AspNetCore.Mvc.TagHelpers.Test Custom error messages with validation message tag helper #8035 2018-07-22 17:55:06 +05:30
Microsoft.AspNetCore.Mvc.Test MVC startup experience (#8131) 2018-07-25 14:30:51 +12:00
Microsoft.AspNetCore.Mvc.TestDiagnosticListener
Microsoft.AspNetCore.Mvc.ViewFeatures.Test Re-organize shared src packages so we can do true IVT between src assemblies 2018-07-16 11:15:58 -07:00
Microsoft.AspNetCore.Mvc.Views.TestCommon
Microsoft.AspNetCore.Mvc.WebApiCompatShimTest
Mvc.Analyzers.Test
WebSites MVC startup experience (#8131) 2018-07-25 14:30:51 +12:00
Directory.Build.props
MvcTests.ruleset