C# Class StoryTeller.UserInterface.Tests.PreviewMode

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

Public Methods

Method Description
IsEnabled ( Test test ) : bool
PreviewMode ( IHtmlView html, ITestService service, Test test ) : StoryTeller.Domain
Refresh ( ) : void

Private Methods

Method Description
refresh ( ) : void

Method Details

IsEnabled() public method

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

PreviewMode() public method

public PreviewMode ( IHtmlView html, ITestService service, Test test ) : StoryTeller.Domain
html IHtmlView
service ITestService
test Test
return StoryTeller.Domain

Refresh() public method

public Refresh ( ) : void
return void