C# 클래스 AnalyzerUnitTest.FanMotifDetectorTest

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

보호된 프로퍼티들

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

공개 메소드들

메소드 설명
FanMotifDetectorTest ( ) : System

보호된 메소드들

메소드 설명
VerifyFanMotif ( ICollection oMotifs, IVertex oExpectedHeadVertex, Double dExpectedArcScale ) : void

비공개 메소드들

메소드 설명
SetUp ( ) : void
TestCalculateFanMotifs2 ( ) : void

메소드 상세

FanMotifDetectorTest() 공개 메소드

public FanMotifDetectorTest ( ) : System
리턴 System

VerifyFanMotif() 보호된 메소드

protected VerifyFanMotif ( ICollection oMotifs, IVertex oExpectedHeadVertex, Double dExpectedArcScale ) : void
oMotifs ICollection
oExpectedHeadVertex IVertex
dExpectedArcScale Double
리턴 void

프로퍼티 상세

m_oEdges 보호되어 있는 프로퍼티

protected IEdgeCollection m_oEdges
리턴 IEdgeCollection

m_oFanMotifCalculator 보호되어 있는 프로퍼티

protected FanMotifDetector,Analyzer m_oFanMotifCalculator
리턴 Analyzer.FanMotifDetector

m_oGraph 보호되어 있는 프로퍼티

protected IGraph m_oGraph
리턴 IGraph

m_oVertices 보호되어 있는 프로퍼티

protected IVertexCollection m_oVertices
리턴 IVertexCollection