C# Class StoryTeller.Testing.UserInterface.TestStatusBarContext

Datei anzeigen Open project: adymitruk/storyteller

Protected Properties

Property Type Description
theBar TestStatusBar
theStatus StoryTeller.Execution.TestStatusMessage

Protected Methods

Method Description
theStatusIs ( TestStatusMessage message ) : void

Private Methods

Method Description
SetUp ( ) : void

Method Details

theStatusIs() protected abstract method

protected abstract theStatusIs ( TestStatusMessage message ) : void
message StoryTeller.Execution.TestStatusMessage
return void

Property Details

theBar protected_oe property

protected TestStatusBar theBar
return TestStatusBar

theStatus protected_oe property

protected TestStatusMessage,StoryTeller.Execution theStatus
return StoryTeller.Execution.TestStatusMessage