Skip to content

M_CodeJam_PerfTests_Running_Core_CompetitionRunnerBase_ReportAssertionsFailed

andrewvk edited this page Nov 8, 2016 · 2 revisions

CompetitionRunnerBase.ReportAssertionsFailed Method

Reports failed assertions to user.

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

Syntax

C#

protected abstract void ReportAssertionsFailed(
	string messages,
	CompetitionState competitionState
)

VB

Protected MustOverride Sub ReportAssertionsFailed ( 
	messages As String,
	competitionState As CompetitionState
)

F#

abstract ReportAssertionsFailed : 
        messages : string * 
        competitionState : CompetitionState -> unit 

Parameters

 

messages
Type: System.String
The messages to report.
competitionState
Type: CodeJam.PerfTests.Running.Core.CompetitionState
State of the run.

See Also

Reference

CompetitionRunnerBase Class
CodeJam.PerfTests.Running.Core Namespace

Clone this wiki locally