aspnetcore/test/Microsoft.AspNet.Mvc.Functi...
Ryan Nowak df358f8b98 fix build break in razor tests and tests for resources 2015-03-05 13:54:24 -08:00
..
Compiler/Resources Replaced WebUtility.HtmlEnode with IHtmlEncoder.HtmlEncode 2015-03-03 13:57:36 -08:00
Logging ControllerActivator should be able to use controllers registered as 2015-02-11 16:41:59 -08:00
ActionResultTests.cs Added HttpNotFoundObjectResult and added relevant tests 2015-02-24 11:57:48 -08:00
ActivatorTests.cs Activate ViewDataDictionary in DefaultTagHelperActivator 2015-02-19 13:21:06 -08:00
AntiForgeryTestHelper.cs
AntiForgeryTests.cs
ApiExplorerTest.cs Make BindingSource extensible 2015-02-05 13:41:31 -08:00
ApplicationModelTest.cs Issue #1445 - Cleanup on MvcOptions.ApplicationModelConventions. 2015-02-10 13:17:19 -08:00
BasicTests.cs * Modify DefaultControllerTypeProvider to look at the object graph to 2015-02-15 22:11:37 -08:00
BestEffortLinkGenerationTest.cs Functional tests for #302 2015-02-16 17:59:31 -08:00
CompilationOptionsTests.cs
CompositeViewEngineTests.cs Update names of WebSite projects for consistency 2014-12-11 09:10:24 -08:00
ConnegTests.cs [Fixes #1065] Need a way to specify "just type" with produces 2015-02-09 10:46:24 -08:00
ConsumesAttributeTests.cs
ControllerDiscoveryConventionTests.cs Remove INestedProviderXXX 2015-02-23 15:18:39 -08:00
ControllerFromServicesTests.cs * Modify DefaultControllerTypeProvider to look at the object graph to 2015-02-15 22:11:37 -08:00
CustomRouteTest.cs
CustomUrlHelperTests.cs
DefaultOrderTest.cs Remove INestedProviderXXX 2015-02-23 15:18:39 -08:00
DependencyResolverTests.cs
DirectivesTest.cs * Introduce _GlobalImports to inherit directives. 2015-02-18 10:02:37 -08:00
ErrorPageTests.cs
ExceptionInfo.cs
FileResultTests.cs
FiltersTest.cs React to Authorize changes 2015-02-16 15:40:57 -08:00
FlushPointTest.cs
FormatFilterTest.cs Changing produces and format filter interaction 2015-01-31 23:18:18 -08:00
HttpResponseMessageExceptions.cs
InlineConstraintTests.cs
InputFormatterTests.cs added InputFormatter base type 2015-02-11 16:48:56 -08:00
InputObjectValidationTests.cs Added JsonContractResolver to validate value type properties 2015-02-24 06:34:35 -08:00
JsonOutputFormatterTests.cs [Fixes #1121,#1508] Wrap objects for serialization/deserialization and DelegatingEnumerable<> support for IEnumerable<T> and IQueryable<T> 2015-01-30 18:10:01 -08:00
JsonResultTest.cs
LinkGenerationTests.cs
Microsoft.AspNet.Mvc.FunctionalTests.kproj Correct recent checkins 2015-02-12 08:53:17 -08:00
ModelBindingFromFormTest.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00
ModelBindingFromHeaderTest.cs Fix for #563 - FromForm, FromQuery and FromValue allow providing a Name which is used as a prefix. Also the name is used for reporting model state errors. 2015-02-18 16:48:12 -08:00
ModelBindingFromQueryTest.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00
ModelBindingFromRouteTest.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00
ModelBindingModelBinderAttributeTest.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00
ModelBindingTest.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00
ModelMetadataAttributeTest.cs
MvcSampleTests.cs Including Mvc.js script which enables Mvc.stringify(data) used in JQuery.Post() to send data understandable by MVC. 2015-03-05 08:07:01 -08:00
MvcStartupTests.cs React to options and hosting changes 2014-10-14 19:20:28 -07:00
MvcTagHelpersTest.cs Script Tag Helper 2015-02-05 14:35:02 -08:00
OutputFormatterTest.cs Rename TextPlainFormatter and remove other minor warnings 2015-01-16 12:09:53 -08:00
PrecompilationTest.cs * Move precompiled assemblies into a resource in the primary assembly. 2015-02-19 17:50:54 -08:00
RazorCompilerCacheTest.cs Updating CompilerCache to use IMemoryCache and file system watcher to 2015-02-05 09:52:17 -08:00
RazorInstrumentationTests.cs fix build break in razor tests and tests for resources 2015-03-05 13:54:24 -08:00
RazorViewEngineOptionsTest.cs
RazorViewLocationSpecificationTest.cs
RemoteAttributeValidationTest.cs Add functional test of `[Remote]` 2015-01-30 12:33:00 -08:00
RequestServicesTest.cs
ResourceHelpers.cs
RespectBrowserAcceptHeaderTests.cs [Fixes #1878] Investigate Xml formatters tests failures on Windows 2008 R2 OS 2015-02-06 13:23:12 -08:00
ResponseCacheTest.cs Issue #1785 - Changes to add CacheProfiles for response caching. 2015-02-04 15:25:45 -08:00
RoundTripTests.cs Additional functional tests for ElementalValueProvider 2015-02-25 10:22:43 -08:00
RouteDataTest.cs
RoutingLowercaseUrlTest.cs Adding the test cases for generating lower case URLs 2015-02-20 15:50:58 -08:00
RoutingTests.cs Remove boxing of chars when concatenated with strings 2015-01-05 19:05:14 -08:00
SerializableErrorTests.cs Temporarily fix build break related to XmlSerailizer tests failing in Core CLR. 2015-02-10 12:41:48 -08:00
StreamOutputFormatterTest.cs Implement StreamOutputFormatter 2015-02-04 16:04:02 -08:00
TagHelperSampleTest.cs Logging API changes 2015-03-04 21:07:45 -08:00
TagHelpersTest.cs
TestApplicationEnvironment.cs React to runtime perf changes in functional tests 2015-02-27 02:53:46 -08:00
TestAssemblyProvider.cs
TestConfigurationProvider.cs
TestHelper.cs React to DI 2015-03-04 19:26:54 -08:00
TryValidateModelTest.cs Added functionaltests for ModelMetadataType attribute and moved TryValidateModel tests actions to ValidationWebSite 2015-01-27 15:56:49 -08:00
ValueProviderTest.cs
VersioningTests.cs Apply VS' FormatDocument and RemoveAndSort to all *.cs files 2014-11-20 21:15:46 -08:00
ViewComponentTests.cs
ViewEngineTests.cs ViewLocationExpanderContext should have a flag that indicates if the 2015-02-26 16:41:54 -08:00
WebApiCompatShimActionResultTest.cs
WebApiCompatShimActionSelectionTest.cs Adding a pattern for returning 'unhandled' exception information via 2014-12-15 16:29:08 -08:00
WebApiCompatShimBasicTest.cs
WebApiCompatShimParameterBindingTest.cs
XmlDataContractSerializerFormattersWrappingTest.cs [Fixes #1878] Investigate Xml formatters tests failures on Windows 2008 R2 OS 2015-02-06 13:23:12 -08:00
XmlDataContractSerializerInputFormatterTest.cs [Fixes #1184] Formatting issues in requests should not cause a 500 response 2015-02-24 10:39:11 -08:00
XmlOutputFormatterTests.cs
XmlSerializerFormattersWrappingTest.cs Temporarily fix build break related to XmlSerailizer tests failing in Core CLR. 2015-02-10 12:41:48 -08:00
XmlSerializerInputFormatterTests.cs [Fixes #1184] Formatting issues in requests should not cause a 500 response 2015-02-24 10:39:11 -08:00
project.json Adding the test cases for generating lower case URLs 2015-02-20 15:50:58 -08:00