C# Class AnalyzerUnitTest.ClusteringCoefficientCalculatorTest

Show file Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_oClusteringCoefficientCalculator Analyzer.ClusteringCoefficientCalculator
m_oEdges IEdgeCollection
m_oGraph IGraph
m_oVertices IVertexCollection

Public Methods

Method Description
ClusteringCoefficientCalculatorTest ( ) : System

Protected Methods

Method Description
CreateGraph ( System.Boolean bIsDirected ) : void

Private Methods

Method Description
TestClusteringCoefficientCalculator1 ( ) : void

Method Details

ClusteringCoefficientCalculatorTest() public method

public ClusteringCoefficientCalculatorTest ( ) : System
return System

CreateGraph() protected method

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

Property Details

m_oClusteringCoefficientCalculator protected property

protected ClusteringCoefficientCalculator,Analyzer m_oClusteringCoefficientCalculator
return Analyzer.ClusteringCoefficientCalculator

m_oEdges protected property

protected IEdgeCollection m_oEdges
return IEdgeCollection

m_oGraph protected property

protected IGraph m_oGraph
return IGraph

m_oVertices protected property

protected IVertexCollection m_oVertices
return IVertexCollection