C# Class StoryTeller.Grammars.Sets.SetVerificationResult

Inheritance: StoryTeller.Messages.ClientMessage, IResultMessage
Mostrar archivo Open project: storyteller/Storyteller Class Usage Examples

Public Methods

Method Description
MarkExtra ( StepValues values ) : void
MarkMatched ( string id ) : void
MarkMissing ( string id ) : void
MarkWrongOrder ( string id, int actual ) : void
SetVerificationResult ( ) : System.Collections.Generic
Tabulate ( Counts counts ) : void
ToString ( ) : string

Method Details

MarkExtra() public method

public MarkExtra ( StepValues values ) : void
values StoryTeller.Conversion.StepValues
return void

MarkMatched() public method

public MarkMatched ( string id ) : void
id string
return void

MarkMissing() public method

public MarkMissing ( string id ) : void
id string
return void

MarkWrongOrder() public method

public MarkWrongOrder ( string id, int actual ) : void
id string
actual int
return void

SetVerificationResult() public method

public SetVerificationResult ( ) : System.Collections.Generic
return System.Collections.Generic

Tabulate() public method

public Tabulate ( Counts counts ) : void
counts Counts
return void

ToString() public method

public ToString ( ) : string
return string