aspnetcore/test/WebSites/RazorPageExecutionInstrumen...
Doug Bunting a69a7a6940 Simplify instrumentation confirmations in `RazorPageExecutionInstrumentationTest`
- test class can now use the `MvcTestFixture`
  - #3139 part 3 of 3
- dump instrumentation data at end of `_Layout.cshtml`
  - include `FilePath` in display
  - compare against new `.html` resource

nits:
- normalize line endings to CRLF for consistency with other tests
- add `InstrumentionData` to avoid `Tuple`
- make `TestPageExecutionContext` class `private`
- remove newly-unused actions and associated `.cshtml` files
2015-10-28 16:45:30 -07:00
..
Views Simplify instrumentation confirmations in `RazorPageExecutionInstrumentationTest` 2015-10-28 16:45:30 -07:00
wwwroot
HomeController.cs Simplify instrumentation confirmations in `RazorPageExecutionInstrumentationTest` 2015-10-28 16:45:30 -07:00
IHoldInstrumentationData.cs Simplify instrumentation confirmations in `RazorPageExecutionInstrumentationTest` 2015-10-28 16:45:30 -07:00
InstrumentationData.cs Simplify instrumentation confirmations in `RazorPageExecutionInstrumentationTest` 2015-10-28 16:45:30 -07:00
RazorPageExecutionInstrumentationWebSite.xproj
Startup.cs Simplify instrumentation confirmations in `RazorPageExecutionInstrumentationTest` 2015-10-28 16:45:30 -07:00
TestPageExecutionListenerFeature.cs Simplify instrumentation confirmations in `RazorPageExecutionInstrumentationTest` 2015-10-28 16:45:30 -07:00
TestRazorCompilationService.cs Simplify instrumentation confirmations in `RazorPageExecutionInstrumentationTest` 2015-10-28 16:45:30 -07:00
project.json Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
readme.md

readme.md

RazorPageExecutionInstrumentationWebSite

This web site is used for functional testing of page instrumentation.