C# Class StoryTeller.UserInterface.TestRunEvent

Afficher le fichier Open project: adymitruk/storyteller Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( TestRunEvent other ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
TestRunEvent ( Test test, TestState state ) : StoryTeller.Domain
ToString ( ) : string

Method Details

Equals() public méthode

public Equals ( TestRunEvent other ) : bool
other TestRunEvent
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

TestRunEvent() public méthode

public TestRunEvent ( Test test, TestState state ) : StoryTeller.Domain
test Test
state TestState
Résultat StoryTeller.Domain

ToString() public méthode

public ToString ( ) : string
Résultat string