Skip to content

F_CodeJam_PerfTests_CompetitionHelpers_TemporarilyExcludedReason

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionHelpers.TemporarilyExcludedReason Field

Default explanation for bad performance tests.

Namespace: CodeJam.PerfTests
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public const string TemporarilyExcludedReason = "Temporary disabled as the results are unstable. Please, run the test manually from the Test Explorer window."

VB

Public Const TemporarilyExcludedReason As String = "Temporary disabled as the results are unstable. Please, run the test manually from the Test Explorer window."

F#

static val mutable TemporarilyExcludedReason: string

Field Value

Type: String

See Also

Reference

CompetitionHelpers Class
CodeJam.PerfTests Namespace

Clone this wiki locally