C# Class AnalyzerUnitTest.PageRankCalculatorTest

Afficher le fichier Open project: 2014-sed-team3/term-project

Protected Properties

Свойство Type Description
m_oEdges IEdgeCollection
m_oGraph IGraph
m_oPageRankCalculator Analyzer.PageRankCalculator
m_oVertices IVertexCollection

Méthodes publiques

Méthode Description
PageRankCalculatorTest ( ) : System

Méthodes protégées

Méthode Description
CreateGraph ( System.Boolean bIsDirected ) : void

Private Methods

Méthode Description
TestMethod1 ( ) : void
TestMethod2 ( ) : void

Method Details

CreateGraph() protected méthode

protected CreateGraph ( System.Boolean bIsDirected ) : void
bIsDirected System.Boolean
Résultat void

PageRankCalculatorTest() public méthode

public PageRankCalculatorTest ( ) : System
Résultat System

Property Details

m_oEdges protected_oe property

protected IEdgeCollection m_oEdges
Résultat IEdgeCollection

m_oGraph protected_oe property

protected IGraph m_oGraph
Résultat IGraph

m_oPageRankCalculator protected_oe property

protected PageRankCalculator,Analyzer m_oPageRankCalculator
Résultat Analyzer.PageRankCalculator

m_oVertices protected_oe property

protected IVertexCollection m_oVertices
Résultat IVertexCollection