aspnetcore/test/Microsoft.AspNet.Mvc.Functi...
Ryan Nowak e51e0e1d52 Fix for issue #1279 - Add .Request property to ApiController
This change adds a .Request property to the ApiController class that can
be used to access an HttpRequestMessage wrapping the HttpContext.

The HttpRequestMessage is stored in an http feature to make it accessible
to model binders and other infrastructure.
2014-10-10 13:41:55 -07:00
..
compiler/resources Add TagHelper functional test. 2014-10-09 13:37:29 -07:00
ActivatorTests.cs Issue #985: Adding Functional Tests for ViewComponent Activators. 2014-09-30 10:49:30 -07:00
AntiForgeryTestHelper.cs
AntiForgeryTests.cs
ApiExplorerTest.cs
ApplicationModelTest.cs Issue #1176: Renaming ActionDescriptor, ActionDescriptorProvider, ActionInvoker, ActionInvokerProvider, ActionExecutor, ModelBuilder, Tests. Either dropping "Reflected" or changing it to "Controller" depending on the context. 2014-10-06 20:21:55 -07:00
BasicTests.cs
CompositeViewEngineTests.cs
ConnegTests.cs Updating ConnegWebSite name in tests 2014-10-06 10:41:36 -07:00
CustomUrlHelperTests.cs Updating functional tests to restore CallContextServiceLocator.Locator.Service on test finish 2014-10-10 11:54:00 -07:00
DependencyResolverTests.cs
DirectivesTest.cs
FileResultTests.cs [Fixes #429] FileResult 2014-10-02 12:50:24 -07:00
FiltersTest.cs
FlushPointTest.cs
InlineConstraintTests.cs
InputFormatterTests.cs
InputObjectValidationTests.cs Issue #452: Changes to enable validation for objects generated by InputFormatters. UnitTests + FunctionalTests for the same. 2014-10-06 16:29:56 -07:00
Microsoft.AspNet.Mvc.FunctionalTests.kproj
ModelBindingTests.cs Adding CancellationTokenModelBinder. 2014-10-10 12:16:49 -07:00
MvcSampleTests.cs Updating functional tests to restore CallContextServiceLocator.Locator.Service on test finish 2014-10-10 11:54:00 -07:00
MvcStartupTests.cs React to UsePerRequestServices 2014-10-09 14:17:04 -07:00
NullLoggerFactory.cs
OutputFormattterTests.cs Updating ConnegWebSite name in tests 2014-10-06 10:41:36 -07:00
RazorInstrumentationTests.cs Changes to make EnableInstrumentation conditionally enabled 2014-10-02 17:55:40 -07:00
ResourceHelpers.cs
RoutingTests.cs
TagHelpersTest.cs Add TagHelper functional test. 2014-10-09 13:37:29 -07:00
TestApplicationEnvironment.cs
TestAssemblyProvider.cs
TestConfigurationProvider.cs
TestHelper.cs Updating functional tests to restore CallContextServiceLocator.Locator.Service on test finish 2014-10-10 11:54:00 -07:00
ValueProviderTests.cs
VersioningTests.cs [Fixes #1155] Added functional tests to cover common versioning scenarios. 2014-10-03 19:00:24 -07:00
ViewEngineTests.cs Support specifying paths starting with ~/ for layout and partial views 2014-10-09 17:15:09 -07:00
WebApiCompatShimActionSelectionTest.cs Fix #1276 - Implement WebAPI action conventions and overloading 2014-10-10 13:41:50 -07:00
WebApiCompatShimBasicTest.cs Fix for issue #1279 - Add .Request property to ApiController 2014-10-10 13:41:55 -07:00
XmlOutputFormatterTests.cs
XmlSerializerInputFormatterTests.cs
project.json Add WebApiCompatShim project structure 2014-10-10 13:41:35 -07:00