Skip to content

P_CodeJam_PerfTests_Running_Core_XunitCompetitionRunner_DumpSummaryToHostLogger

andrewvk edited this page Nov 8, 2016 · 2 revisions

XunitCompetitionRunner.DumpSummaryToHostLogger Property

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)

Syntax

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

Property Value

Type: Boolean
true if the last run summary should be dumped into host logger; otherwise, false.

See Also

Reference

XunitCompetitionRunner Class
CodeJam.PerfTests.Running.Core Namespace

Clone this wiki locally