C# Class StoryTeller.UserInterface.Exploring.TreeBuilder

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

Public Methods

Method Description
EndSuite ( Suite suite ) : void
StartSuite ( Suite suite ) : void
Test ( Test test ) : void
TreeBuilder ( TreeNode topNode ) : System.Collections.Generic
TreeBuilder ( TreeNode topNode, TestNodeCache testCache, SuiteNodeCache suiteCache ) : System.Collections.Generic

Method Details

EndSuite() public method

public EndSuite ( Suite suite ) : void
suite Suite
return void

StartSuite() public method

public StartSuite ( Suite suite ) : void
suite Suite
return void

Test() public method

public Test ( Test test ) : void
test Test
return void

TreeBuilder() public method

public TreeBuilder ( TreeNode topNode ) : System.Collections.Generic
topNode TreeNode
return System.Collections.Generic

TreeBuilder() public method

public TreeBuilder ( TreeNode topNode, TestNodeCache testCache, SuiteNodeCache suiteCache ) : System.Collections.Generic
topNode TreeNode
testCache TestNodeCache
suiteCache SuiteNodeCache
return System.Collections.Generic