Skip to content

T_CodeJam_PerfTests_Running_Core_CompetitionCore

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionCore Class

Helpers for performance testing infrastructure.

Inheritance Hierarchy

System.Object
  CodeJam.PerfTests.Running.Core.CompetitionCore
Namespace: CodeJam.PerfTests.Running.Core
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public static class CompetitionCore

VB

<ExtensionAttribute>
Public NotInheritable Class CompetitionCore

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type CompetitionCore =  class end

The CompetitionCore type exposes the following members.

Methods

 

Name Description
Public methodStatic member AddAnalyserWarning Reports analyser warning.
Public methodStatic member IsCriticalError The message severity is setup error or higher.
Public methodStatic member IsTestErrorOrHigher The message severity is test error or higher.
Public methodStatic member IsWarningOrHigher The message severity is warning or higher.
Public methodStatic member ToLogString Log format for the message.
Public methodStatic member WriteExceptionMessage Writes the setup exception message.
  Back to Top

Fields

 

Name Description
Public fieldStatic member RunState Run state slot.
  Back to Top

See Also

Reference

CodeJam.PerfTests.Running.Core Namespace

Clone this wiki locally