aspnetcore/test/WebSites/RazorWebSite/Views/Shared
Doug Bunting ff19702db5 Remove `WaitService`
- use `MvcTestFixture` instead of `TestHelper`
  - part of #3139
- continue to test e2e interaction of `FlushAsync()` with sections, partials, et cetera
- remove `FlushPointTest.FlushBeforeCallingLayout()`
  - `RazorPageTest.FlushAsync_ThrowsIfTheLayoutHasBeenSet()` unit test covers the scenario
2015-10-28 15:47:16 -07:00
..
Components
_ComponentLayout.cshtml
_Layout.cshtml
_LayoutWithFlush.cshtml Remove `WaitService` 2015-10-28 15:47:16 -07:00
_LayoutWithPartialAndFlush.cshtml Remove `WaitService` 2015-10-28 15:47:16 -07:00
_LayoutWithRenderSectionAsync.cshtml Remove `WaitService` 2015-10-28 15:47:16 -07:00
_LayoutWithRenderSectionOnly.cshtml
_LayoutWithTitle.cshtml
_NestedLayoutWithFlush.cshtml Remove `WaitService` 2015-10-28 15:47:16 -07:00
_Partial.cshtml
_PartialThatSetsTitle.cshtml
_PartialWithFlush.cshtml Remove `WaitService` 2015-10-28 15:47:16 -07:00
_PartialWithModelFromEnumerable.cshtml