C# Class StoryTeller.UserInterface.Commands.MarkAcceptanceCommand

Inheritance: MarkLifecycleCommand
显示文件 Open project: adymitruk/storyteller

Public Methods

Method Description
MarkAcceptanceCommand ( Suite suite, ITestService service, ITestExplorer explorer ) : StoryTeller.Domain

Protected Methods

Method Description
lifecycle ( ) : Lifecycle

Method Details

MarkAcceptanceCommand() public method

public MarkAcceptanceCommand ( Suite suite, ITestService service, ITestExplorer explorer ) : StoryTeller.Domain
suite Suite
service ITestService
explorer ITestExplorer
return StoryTeller.Domain

lifecycle() protected method

protected lifecycle ( ) : Lifecycle
return Lifecycle