C# Class AnalyzerUnitTest.EdgeReciprocationCalculatorTest

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

Protected Properties

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

Méthodes publiques

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

Method Details

CreateGraph() protected méthode

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

EdgeReciprocationCalculatorTest() public méthode

Initializes a new instance of the class.
public EdgeReciprocationCalculatorTest ( ) : System
Résultat System

Property Details

m_oEdgeReciprocationCalculator protected_oe property

protected EdgeReciprocationCalculator,Analyzer m_oEdgeReciprocationCalculator
Résultat Analyzer.EdgeReciprocationCalculator

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_oVertices protected_oe property

protected IVertexCollection m_oVertices
Résultat IVertexCollection