C# Class StoryTeller.UserInterface.Tests.Outline.OutlineTreeService

Inheritance: IOutlineTreeService
Mostra file Open project: adymitruk/storyteller Class Usage Examples

Public Methods

Method Description
BuildNode ( System.Test test, IOutlineController controller ) : OutlineNode
OutlineTreeService ( ProjectContext context ) : System
RedrawNode ( System.Test test, IOutlineController controller ) : void
SelectNodeFor ( ITestPart part ) : void

Private Methods

Method Description
builder ( IOutlineController controller, System.Test test ) : OutlineTreeBuilder
moveNext ( ) : void

Method Details

BuildNode() public method

public BuildNode ( System.Test test, IOutlineController controller ) : OutlineNode
test System.Test
controller IOutlineController
return OutlineNode

OutlineTreeService() public method

public OutlineTreeService ( ProjectContext context ) : System
context ProjectContext
return System

RedrawNode() public method

public RedrawNode ( System.Test test, IOutlineController controller ) : void
test System.Test
controller IOutlineController
return void

SelectNodeFor() public method

public SelectNodeFor ( ITestPart part ) : void
part ITestPart
return void