C# Class StoryTeller.UserInterface.Tests.ResultsMode

Inheritance: TestMode
ファイルを表示 Open project: adymitruk/storyteller Class Usage Examples

Public Methods

Method Description
IsEnabled ( Test test ) : bool
Refresh ( ) : void
ResultsMode ( IHtmlView view, Test test ) : StoryTeller.Domain

Method Details

IsEnabled() public method

public IsEnabled ( Test test ) : bool
test Test
return bool

Refresh() public method

public Refresh ( ) : void
return void

ResultsMode() public method

public ResultsMode ( IHtmlView view, Test test ) : StoryTeller.Domain
view IHtmlView
test Test
return StoryTeller.Domain