-
Couldn't load subscription status.
- Fork 35
P_CodeJam_PerfTests_Running_Core_XunitCompetitionRunner_DumpSummaryToHostLogger
andrewvk edited this page Nov 8, 2016
·
2 revisions
Gets a value indicating whether the last run summary should be dumped into host logger.
Namespace: CodeJam.PerfTests.Running.Core
Assembly: CodeJam.PerfTests.xUnit (in CodeJam.PerfTests.xUnit.dll) Version: 1.1.0.0 (1.1.0.0)
C#
protected override bool DumpSummaryToHostLogger { get; }VB
Protected Overrides ReadOnly Property DumpSummaryToHostLogger As Boolean
GetF#
abstract DumpSummaryToHostLogger : bool with get
override DumpSummaryToHostLogger : bool with getType: Booleantrue if the last run summary should be dumped into host logger; otherwise, false.
XunitCompetitionRunner Class
CodeJam.PerfTests.Running.Core Namespace