aspnetcore/test/Microsoft.AspNet.Mvc.Functi...
Ajay Bhargav Baaskaran 5e704cd5ef Added custom exception message for Format Exception 2015-02-05 10:51:32 -08:00
..
Compiler/Resources Added custom exception message for Format Exception 2015-02-05 10:51:32 -08:00
Logging Fix for #384 - And some other changes to controller as filter 2015-01-16 19:15:59 -08:00
ActionResultTests.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
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 Revert "Revert "Added SetAntiForgeryCookieAndHeader method that sets cookie token and header"" 2015-01-20 10:51:44 -08:00
ApiExplorerTest.cs [Fix for #1850]Produces, Consumes and ObjectResult throw if there is a match all content type. 2015-01-30 15:54:58 -08:00
ApplicationModelTest.cs Provided a way to add data to ActionDescriptor from ApplicationModel. 2015-01-26 15:20:02 -08:00
BasicTests.cs Adding extension methods ConfigureMvcOptions and ConfigureRazorViewEngineOptions. 2015-02-04 14:07:07 -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 Incorporating PR comments - 1/19 2015-01-31 23:15:19 -08:00
ConsumesAttributeTests.cs Adding Support for consumes. 2015-01-16 14:15:08 -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
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 Fix for #384 - And some other changes to controller as filter 2015-01-16 19:15:59 -08:00
FlushPointTest.cs Added more coverage in functional tests for FlushAsync 2015-01-05 10:36:37 -08:00
FormatFilterTest.cs Changing produces and format filter interaction 2015-01-31 23:18:18 -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
InputObjectValidationTests.cs
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 Changing produces and format filter interaction 2015-01-31 23:18:18 -08:00
ModelBindingFromHeaderTest.cs [Fix for #1929] HeaderModelBinder needs to honor explicit name. 2015-02-03 19:36:48 -08:00
ModelBindingModelBinderAttributeTest.cs
ModelBindingTest.cs Added custom exception message for Format Exception 2015-02-05 10:51:32 -08:00
ModelMetadataAttributeTest.cs Added functionaltests for ModelMetadataType attribute and moved TryValidateModel tests actions to ValidationWebSite 2015-01-27 15:56:49 -08:00
MvcSampleTests.cs
MvcStartupTests.cs
MvcTagHelpersTest.cs Add the LinkTagHelper: 2015-02-03 10:12:38 -08:00
NullLoggerFactory.cs
OutputFormatterTest.cs Rename TextPlainFormatter and remove other minor warnings 2015-01-16 12:09:53 -08:00
PrecompilationTest.cs Updating CompilerCache to use IMemoryCache and file system watcher to 2015-02-05 09:52:17 -08:00
RazorCompilerCacheTest.cs Updating CompilerCache to use IMemoryCache and file system watcher to 2015-02-05 09:52:17 -08:00
RazorInstrumentationTests.cs
RazorViewEngineOptionsTest.cs Handle IFileSystem rename. 2015-01-20 12:16:30 -08:00
RazorViewLocationSpecificationTest.cs
RemoteAttributeValidationTest.cs Add functional test of `[Remote]` 2015-01-30 12:33:00 -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
ResponseCacheTest.cs Issue #1785 - Changes to add CacheProfiles for response caching. 2015-02-04 15:25:45 -08:00
RoundTripTests.cs
RouteDataTest.cs
RoutingTests.cs Remove boxing of chars when concatenated with strings 2015-01-05 19:05:14 -08:00
SerializableErrorTests.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
StreamOutputFormatterTest.cs Implement StreamOutputFormatter 2015-02-04 16:04:02 -08:00
TagHelperSampleTest.cs Add the LinkTagHelper: 2015-02-03 10:12:38 -08:00
TagHelpersTest.cs Add support for `@removeTagHelpers` inheritance from _ViewStart files 2015-01-15 12:12:00 -08:00
TestApplicationEnvironment.cs
TestAssemblyProvider.cs
TestConfigurationProvider.cs
TestHelper.cs Logging functional tests using ElmLogger 2015-01-06 16:16:12 -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 Update names of WebSite projects for consistency 2014-12-11 09:10:24 -08:00
VersioningTests.cs
ViewComponentTests.cs Bug #1354 - ViewComponent View() fails on CoreCLR with IEnumerable<> passed in. 2014-12-16 12:19:38 -08:00
ViewEngineTests.cs Layouts for partials 2015-01-20 11:44:48 -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 [Fixes #1713]WebApiCompatShim doesn't work with Transfer Encoding: chunked 2015-01-05 21:52:13 -08:00
WebApiCompatShimParameterBindingTest.cs
XmlDataContractSerializerFormattersWrappingTest.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
XmlOutputFormatterTests.cs
XmlSerializerFormattersWrappingTest.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
XmlSerializerInputFormatterTests.cs [Fixes#1792]Separate XML serializers to Microsoft.AspNet.Mvc.Xml 2015-01-22 15:09:20 -08:00
project.json Updating CompilerCache to use IMemoryCache and file system watcher to 2015-02-05 09:52:17 -08:00