C# Class StoryTeller.UserInterface.Tests.XmlMode

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

Public Methods

Method Description
ApplyChanges ( ) : bool
IsEnabled ( System.Test test ) : bool
Refresh ( ) : void
XmlMode ( ITestStateManager testState, IMessageCreator messageBox, IXmlView view ) : System

Private Methods

Method Description
refresh ( ) : void

Method Details

ApplyChanges() public method

public ApplyChanges ( ) : bool
return bool

IsEnabled() public method

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

Refresh() public method

public Refresh ( ) : void
return void

XmlMode() public method

public XmlMode ( ITestStateManager testState, IMessageCreator messageBox, IXmlView view ) : System
testState ITestStateManager
messageBox IMessageCreator
view IXmlView
return System