C# Class AnalyzerUnitTest.OverallReciprocationCalculatorTest

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

Protected Properties

Property Type Description
m_oEdges IEdgeCollection
m_oGraph IGraph
m_oOverallReciprocationCalculator Analyzer.OverallReciprocationCalculator
m_oVertices IVertexCollection

Public Methods

Method Description
OverallReciprocationCalculatorTest ( ) : 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
TestCalculateGraphMetrics5 ( ) : void
TestCalculateGraphMetrics6 ( ) : void

Method Details

CreateGraph() protected method

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

OverallReciprocationCalculatorTest() public method

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

Property Details

m_oEdges protected_oe property

protected IEdgeCollection m_oEdges
return IEdgeCollection

m_oGraph protected_oe property

protected IGraph m_oGraph
return IGraph

m_oOverallReciprocationCalculator protected_oe property

protected OverallReciprocationCalculator,Analyzer m_oOverallReciprocationCalculator
return Analyzer.OverallReciprocationCalculator

m_oVertices protected_oe property

protected IVertexCollection m_oVertices
return IVertexCollection