C# Class StoryTeller.UserInterface.TestRunEvent

Show file Open project: adymitruk/storyteller Class Usage Examples

Public Methods

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

Method Details

Equals() public method

public Equals ( TestRunEvent other ) : bool
other TestRunEvent
return bool

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

TestRunEvent() public method

public TestRunEvent ( Test test, TestState state ) : StoryTeller.Domain
test Test
state TestState
return StoryTeller.Domain

ToString() public method

public ToString ( ) : string
return string