We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Gets a value indicating whether the last run summary should be dumped into host logger.
Namespace: CodeJam.PerfTests.Running.CoreAssembly: CodeJam.PerfTests.MSTest (in CodeJam.PerfTests.MSTest.dll) Version: 1.1.0.0 (1.1.0.0)
C#
protected override bool DumpSummaryToHostLogger { get; }
VB
Protected Overrides ReadOnly Property DumpSummaryToHostLogger As Boolean Get
F#
abstract DumpSummaryToHostLogger : bool with get override DumpSummaryToHostLogger : bool with get
Type: Booleantrue if the last run summary should be dumped into host logger; otherwise, false.
true
false
MSTestCompetitionRunner ClassCodeJam.PerfTests.Running.Core Namespace