C# Class AnalyzerUnitTest.PageRankCalculatorTest

Datei anzeigen Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_oEdges IEdgeCollection
m_oGraph IGraph
m_oPageRankCalculator Analyzer.PageRankCalculator
m_oVertices IVertexCollection

Public Methods

Method Description
PageRankCalculatorTest ( ) : System

Protected Methods

Method Description
CreateGraph ( System.Boolean bIsDirected ) : void

Private Methods

Method Description
TestMethod1 ( ) : void
TestMethod2 ( ) : void

Method Details

CreateGraph() protected method

protected CreateGraph ( System.Boolean bIsDirected ) : void
bIsDirected System.Boolean
return void

PageRankCalculatorTest() public method

public PageRankCalculatorTest ( ) : System
return System

Property Details

m_oEdges protected_oe property

protected IEdgeCollection m_oEdges
return IEdgeCollection

m_oGraph protected_oe property

protected IGraph m_oGraph
return IGraph

m_oPageRankCalculator protected_oe property

protected PageRankCalculator,Analyzer m_oPageRankCalculator
return Analyzer.PageRankCalculator

m_oVertices protected_oe property

protected IVertexCollection m_oVertices
return IVertexCollection