| .. |
|
Logging
|
…
|
|
|
compiler/resources
|
Update `HelperResult` to take in an async func.
|
2015-08-25 22:37:17 -07:00 |
|
ActionResultTests.cs
|
…
|
|
|
ActivatorTests.cs
|
…
|
|
|
AntiforgeryTestHelper.cs
|
…
|
|
|
AntiforgeryTests.cs
|
…
|
|
|
ApiExplorerTest.cs
|
Reorganize MVC namespaces
|
2015-09-01 22:28:33 -07:00 |
|
ApplicationModelTest.cs
|
…
|
|
|
BasicTests.cs
|
…
|
|
|
BestEffortLinkGenerationTest.cs
|
…
|
|
|
CompilationOptionsTests.cs
|
…
|
|
|
CompositeViewEngineTests.cs
|
…
|
|
|
ConsumesAttributeTests.cs
|
Reorganize MVC namespaces
|
2015-09-01 22:28:33 -07:00 |
|
ContentNegotiationTest.cs
|
…
|
|
|
ControllerDiscoveryConventionTests.cs
|
Reorganize MVC namespaces
|
2015-09-01 22:28:33 -07:00 |
|
ControllerFromServicesTests.cs
|
…
|
|
|
CorsMiddlewareTests.cs
|
…
|
|
|
CorsTests.cs
|
…
|
|
|
CustomRouteTest.cs
|
…
|
|
|
CustomUrlHelperTests.cs
|
…
|
|
|
DefaultOrderTest.cs
|
Reorganize MVC namespaces
|
2015-09-01 22:28:33 -07:00 |
|
DefaultValuesTest.cs
|
…
|
|
|
DependencyResolverTests.cs
|
Switching to the official Autofac package.
|
2015-08-04 15:12:19 -07:00 |
|
DirectivesTest.cs
|
…
|
|
|
ErrorPageTests.cs
|
…
|
|
|
ExceptionInfo.cs
|
…
|
|
|
FileResultTests.cs
|
…
|
|
|
FiltersTest.cs
|
React to string[] -> StringValues changes.
|
2015-08-28 16:36:19 -07:00 |
|
FlushPointTest.cs
|
…
|
|
|
FormatFilterTest.cs
|
…
|
|
|
HtmlGenerationTest.cs
|
Explicitly check if URI is file when checking for an absolute URI
|
2015-09-01 16:33:00 -07:00 |
|
HtmlHelperOptionsTest.cs
|
…
|
|
|
HttpResponseMessageExceptions.cs
|
…
|
|
|
InlineConstraintTests.cs
|
…
|
|
|
InputFormatterTests.cs
|
…
|
|
|
InputObjectValidationTests.cs
|
…
|
|
|
JsonOutputFormatterTests.cs
|
…
|
|
|
JsonPatchTest.cs
|
Replace of Add operation (jsonpatch dynamic support)
|
2015-08-07 16:10:07 -07:00 |
|
JsonResultTest.cs
|
…
|
|
|
LinkGenerationTests.cs
|
…
|
|
|
LocalizationTest.cs
|
Revert "Enabling ViewEngine and Localization tests which use expanders. The issues are fixed in the mono beta 4.0.4."
|
2015-08-31 08:55:31 -07:00 |
|
Microsoft.AspNet.Mvc.FunctionalTests.xproj
|
…
|
|
|
ModelBindingBindingBehaviorTest.cs
|
…
|
|
|
ModelBindingDataMemberRequiredTest.cs
|
…
|
|
|
ModelBindingFromFormTest.cs
|
…
|
|
|
ModelBindingFromHeaderTest.cs
|
…
|
|
|
ModelBindingFromQueryTest.cs
|
Part 3 of #2776 - revert a6ce9abab1 and add
|
2015-08-16 16:20:44 -07:00 |
|
ModelBindingFromRouteTest.cs
|
…
|
|
|
ModelBindingModelBinderAttributeTest.cs
|
…
|
|
|
ModelBindingTest.cs
|
Change ModelBinding to use a single pass
|
2015-08-31 11:58:53 -07:00 |
|
ModelMetadataAttributeTest.cs
|
…
|
|
|
MvcSampleTests.cs
|
…
|
|
|
MvcStartupTests.cs
|
…
|
|
|
OutputFormatterTest.cs
|
…
|
|
|
PrecompilationTest.cs
|
* Remove support for updateable precompiled views.
|
2015-08-07 11:08:48 -07:00 |
|
RazorEmbeddedViewsTest.cs
|
…
|
|
|
RazorFileSystemCaseSensitivityTest.cs
|
…
|
|
|
RazorPageExecutionInstrumentationTest.cs
|
…
|
|
|
RazorViewLocationSpecificationTest.cs
|
…
|
|
|
RemoteAttributeValidationTest.cs
|
…
|
|
|
RequestServicesTest.cs
|
…
|
|
|
RespectBrowserAcceptHeaderTests.cs
|
…
|
|
|
ResponseCacheTest.cs
|
…
|
|
|
RoundTripTests.cs
|
…
|
|
|
RouteDataTest.cs
|
Reorganize MVC namespaces
|
2015-09-01 22:28:33 -07:00 |
|
RoutingLowercaseUrlTest.cs
|
…
|
|
|
RoutingTests.cs
|
[Fixes #2931] AttributeRoute does not replace existing route values with null
|
2015-08-28 11:11:03 -07:00 |
|
SerializableErrorTests.cs
|
…
|
|
|
StreamOutputFormatterTest.cs
|
…
|
|
|
TagHelperSampleTest.cs
|
Reacting to Logging changes
|
2015-08-13 11:22:28 -07:00 |
|
TagHelpersTest.cs
|
Add `AddHtmlAttributeValues` for `TagHelper`s.
|
2015-08-10 12:06:02 -07:00 |
|
TempDataTest.cs
|
…
|
|
|
TestApplicationEnvironment.cs
|
…
|
|
|
TestHelper.cs
|
Reorganize MVC namespaces
|
2015-09-01 22:28:33 -07:00 |
|
TryValidateModelTest.cs
|
…
|
|
|
UrlResolutionTest.cs
|
Added default `UrlResolutionTagHelper` to resolve app relative URLs.
|
2015-08-03 16:00:33 -07:00 |
|
ValueProviderTest.cs
|
…
|
|
|
VersioningTests.cs
|
…
|
|
|
ViewComponentTests.cs
|
…
|
|
|
ViewEngineTests.cs
|
Revert "Enabling ViewEngine and Localization tests which use expanders. The issues are fixed in the mono beta 4.0.4."
|
2015-08-31 08:55:31 -07:00 |
|
WebApiCompatShimActionResultTest.cs
|
…
|
|
|
WebApiCompatShimActionSelectionTest.cs
|
Reorganize MVC namespaces
|
2015-09-01 22:28:33 -07:00 |
|
WebApiCompatShimBasicTest.cs
|
…
|
|
|
WebApiCompatShimParameterBindingTest.cs
|
…
|
|
|
XmlDataContractSerializerFormattersWrappingTest.cs
|
…
|
|
|
XmlDataContractSerializerInputFormatterTest.cs
|
…
|
|
|
XmlOutputFormatterTests.cs
|
…
|
|
|
XmlSerializerFormattersWrappingTest.cs
|
…
|
|
|
XmlSerializerInputFormatterTests.cs
|
…
|
|
|
project.json
|
Refactor ICompilerCache to be instantiated via ICompilerCacheProvider
|
2015-08-20 10:54:32 -07:00 |