C# 클래스 AnalyzerUnitTest.OverallReciprocationCalculatorTest

상속: Object
파일 보기 프로젝트 열기: 2014-sed-team3/term-project

보호된 프로퍼티들

프로퍼티 타입 설명
m_oEdges IEdgeCollection
m_oGraph IGraph
m_oOverallReciprocationCalculator Analyzer.OverallReciprocationCalculator
m_oVertices IVertexCollection

공개 메소드들

메소드 설명
OverallReciprocationCalculatorTest ( ) : System

Initializes a new instance of the class.

보호된 메소드들

메소드 설명
CreateGraph ( System.Boolean bIsDirected ) : void

비공개 메소드들

메소드 설명
SetUp ( ) : void
TearDown ( ) : void
TestCalculateGraphMetrics ( ) : void
TestCalculateGraphMetrics2 ( ) : void
TestCalculateGraphMetrics3 ( ) : void
TestCalculateGraphMetrics4 ( ) : void
TestCalculateGraphMetrics5 ( ) : void
TestCalculateGraphMetrics6 ( ) : void

메소드 상세

CreateGraph() 보호된 메소드

protected CreateGraph ( System.Boolean bIsDirected ) : void
bIsDirected System.Boolean
리턴 void

OverallReciprocationCalculatorTest() 공개 메소드

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

프로퍼티 상세

m_oEdges 보호되어 있는 프로퍼티

protected IEdgeCollection m_oEdges
리턴 IEdgeCollection

m_oGraph 보호되어 있는 프로퍼티

protected IGraph m_oGraph
리턴 IGraph

m_oOverallReciprocationCalculator 보호되어 있는 프로퍼티

protected OverallReciprocationCalculator,Analyzer m_oOverallReciprocationCalculator
리턴 Analyzer.OverallReciprocationCalculator

m_oVertices 보호되어 있는 프로퍼티

protected IVertexCollection m_oVertices
리턴 IVertexCollection