-
Notifications
You must be signed in to change notification settings - Fork 36
T_CodeJam_PerfTests_Running_Core_CompetitionState
andrewvk edited this page Nov 8, 2016
·
2 revisions
The class holding the state of the competition.
System.Object
CodeJam.PerfTests.Running.Core.CompetitionState
Namespace: CodeJam.PerfTests.Running.Core
Assembly: CodeJam.PerfTests (in CodeJam.PerfTests.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public class CompetitionState
VB
Public Class CompetitionState
F#
type CompetitionState = class end
The CompetitionState type exposes the following members.
Name | Description | |
---|---|---|
![]() |
CompetitionState | Initializes a new instance of the CompetitionState class. |
Name | Description | |
---|---|---|
![]() |
Completed | The competition was completed. |
![]() |
CompletedSuccessfully | The competition completed without warnings and errors. |
![]() |
Config | The config for the competition. |
![]() |
Elapsed | Time elapsed since start of the competition. |
![]() |
HasCriticalErrorsInRun | There's a critical-severity messages for the current run. |
![]() |
HasTestErrorsInRun | There's a error-severity messages for the current run. |
![]() |
HighestMessageSeverity | The highest message severity for entire competition. |
![]() |
HighestMessageSeverityInRun | The highest message severity for the run. |
![]() |
LastRunSummary | The summary for the last completed run. Is null if the current run is not completed. Can be null if the run was completed with errors. |
![]() |
Logger | The logger for the competition. |
![]() |
LooksLikeLastRun | The competition has no additional runs requested or the count of runs is out of limit or there are critical errors in the run. |
![]() |
MaxRunsAllowed | Max limit for competition reruns. |
![]() |
MessagesInRun | Count of messages for the current run. |
![]() |
RunLimitExceeded | The count of runs is out of limit. |
![]() |
RunNumber | The number of the current run. |
![]() |
RunsLeft | Expected count of runs left. |
![]() |
SummaryFromAllRuns | List of summaries from all runs. |
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() |
GetMessages | Returns all messages for the competition. |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
RequestReruns | Request additional runs for the competition. |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
WriteMessage(MessageSource, MessageSeverity, String) | Adds a message for the competition. |
![]() |
WriteMessage(MessageSource, MessageSeverity, String, Object[]) | Adds a message for the competition. |
Name | Description | |
---|---|---|
![]() |
AddAnalyserWarning | Reports analyser warning. (Defined by CompetitionCore.) |
![]() |
WriteExceptionMessage | Writes the setup exception message. (Defined by CompetitionCore.) |