C# Class AnalyzerUnitTest.EdgeReciprocationCalculatorTest

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

Protected Properties

Property Type Description
m_oEdgeReciprocationCalculator Analyzer.EdgeReciprocationCalculator
m_oEdges IEdgeCollection
m_oGraph IGraph
m_oVertices IVertexCollection

Public Methods

Method Description
EdgeReciprocationCalculatorTest ( ) : System

Initializes a new instance of the class.

Protected Methods

Method Description
CreateGraph ( System.Boolean bIsDirected ) : void

Private Methods

Method Description
SetUp ( ) : void
TearDown ( ) : void
TestCalculateGraphMetrics ( ) : void
TestCalculateGraphMetrics2 ( ) : void
TestCalculateGraphMetrics3 ( ) : void
TestCalculateGraphMetrics4 ( ) : void

Method Details

CreateGraph() protected method

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

EdgeReciprocationCalculatorTest() public method

Initializes a new instance of the class.
public EdgeReciprocationCalculatorTest ( ) : System
return System

Property Details

m_oEdgeReciprocationCalculator protected_oe property

protected EdgeReciprocationCalculator,Analyzer m_oEdgeReciprocationCalculator
return Analyzer.EdgeReciprocationCalculator

m_oEdges protected_oe property

protected IEdgeCollection m_oEdges
return IEdgeCollection

m_oGraph protected_oe property

protected IGraph m_oGraph
return IGraph

m_oVertices protected_oe property

protected IVertexCollection m_oVertices
return IVertexCollection