C# Class Smrf.NodeXL.UnitTests.OverallReciprocationCalculatorTest

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

Protected Properties

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

Méthodes publiques

Méthode Description
OverallReciprocationCalculatorTest ( ) : 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

OverallReciprocationCalculatorTest() public méthode

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

protected OverallReciprocationCalculator,Smrf.NodeXL.Algorithms m_oOverallReciprocationCalculator
Résultat Smrf.NodeXL.Algorithms.OverallReciprocationCalculator

m_oVertices protected_oe property

protected IVertexCollection m_oVertices
Résultat IVertexCollection