C# 클래스 AnalyzerUnitTest.ConnectedComponentCalculatorTest

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
ConnectedComponentCalculatorTest ( ) : System

Initializes a new instance of the class.

보호된 메소드들

메소드 설명
CheckThatComponentConsistsOfVertices ( LinkedList oComponent ) : void

비공개 메소드들

메소드 설명
SetUp ( ) : void
TearDown ( ) : void
TestCalculateStronglyConnectedComponents ( ) : void
TestCalculateStronglyConnectedComponents2 ( ) : void
TestCalculateStronglyConnectedComponents3 ( ) : void
TestCalculateStronglyConnectedComponents4 ( ) : void
TestCalculateStronglyConnectedComponents5 ( ) : void
TestCalculateStronglyConnectedComponents6 ( ) : void
TestCalculateStronglyConnectedComponents7 ( ) : void
TestCalculateStronglyConnectedComponents8 ( ) : void

메소드 상세

CheckThatComponentConsistsOfVertices() 보호된 메소드

protected CheckThatComponentConsistsOfVertices ( LinkedList oComponent ) : void
oComponent LinkedList
리턴 void

ConnectedComponentCalculatorTest() 공개 메소드

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

프로퍼티 상세

m_oConnectedComponentCalculator 보호되어 있는 프로퍼티

protected ConnectedComponentCalculator,Analyzer m_oConnectedComponentCalculator
리턴 Analyzer.ConnectedComponentCalculator

m_oEdges 보호되어 있는 프로퍼티

protected IEdgeCollection m_oEdges
리턴 IEdgeCollection

m_oGraph 보호되어 있는 프로퍼티

protected IGraph m_oGraph
리턴 IGraph

m_oVertices 보호되어 있는 프로퍼티

protected IVertexCollection m_oVertices
리턴 IVertexCollection