C# Class Smrf.NodeXL.UnitTests.ReciprocatedVertexPairRatioCalculatorTest

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

Protected Properties

Свойство Type Description
m_oEdges IEdgeCollection
m_oGraph IGraph
m_oReciprocatedVertexPairRatioCalculator Smrf.NodeXL.Algorithms.ReciprocatedVertexPairRatioCalculator
m_oVertices IVertexCollection

Méthodes publiques

Méthode Description
ReciprocatedVertexPairRatioCalculatorTest ( ) : System

Initializes a new instance of the class.

Méthodes protégées

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

Private Methods

Méthode Description
SetUp ( ) : void
TearDown ( ) : void
TestCalculateGraphMetrics ( ) : void
TestCalculateGraphMetrics2 ( ) : void
TestCalculateGraphMetrics3 ( ) : void
TestCalculateGraphMetrics4 ( ) : void
TestCalculateGraphMetrics5 ( ) : void
TestCalculateGraphMetrics6 ( ) : void

Method Details

CreateGraph() protected méthode

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

ReciprocatedVertexPairRatioCalculatorTest() public méthode

Initializes a new instance of the class.
public ReciprocatedVertexPairRatioCalculatorTest ( ) : 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_oReciprocatedVertexPairRatioCalculator protected_oe property

protected ReciprocatedVertexPairRatioCalculator,Smrf.NodeXL.Algorithms m_oReciprocatedVertexPairRatioCalculator
Résultat Smrf.NodeXL.Algorithms.ReciprocatedVertexPairRatioCalculator

m_oVertices protected_oe property

protected IVertexCollection m_oVertices
Résultat IVertexCollection