C# 클래스 Smrf.NodeXL.UnitTests.GraphTest

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

보호된 프로퍼티들

프로퍼티 타입 설명
m_bEdgeAdded System.Boolean
m_bVertexAdded System.Boolean
m_oAddedEdge IEdge
m_oAddedVertex IVertex
m_oGraph IGraph

공개 메소드들

메소드 설명
GraphTest ( ) : System

Initializes a new instance of the GraphTest class.

보호된 메소드들

메소드 설명
CheckRandomMetadataOnRandomGraph ( ) : void
EdgeCollection_EdgeAdded ( Object oSender, EdgeEventArgs oEdgeEventArgs ) : void
InitializeGraph ( GraphDirectedness eDirectedness ) : void
TestRandomGraph ( Int32 iVertices, Random oRandom ) : void
TestRandomGraphs ( Int32 iGraphs, Int32 iMaximumVertices ) : void
VertexCollection_VertexAdded ( Object oSender, VertexEventArgs oVertexEventArgs ) : void

비공개 메소드들

메소드 설명
SetUp ( ) : void
TearDown ( ) : void
TestClone ( ) : void
TestConstructor ( ) : void
TestConstructor2 ( ) : void
TestConstructorBad ( ) : void
TestConstructorBad2 ( ) : void
TestDirectedness ( ) : void
TestEdgeAdded ( ) : void
TestEdges ( ) : void
TestLargeGraph ( ) : void
TestRandomGraphs ( ) : void
TestRandomGraphs2 ( ) : void
TestToString ( ) : void
TestVertexAdded ( ) : void
TestVertices ( ) : void

메소드 상세

CheckRandomMetadataOnRandomGraph() 보호된 메소드

protected CheckRandomMetadataOnRandomGraph ( ) : void
리턴 void

EdgeCollection_EdgeAdded() 보호된 메소드

protected EdgeCollection_EdgeAdded ( Object oSender, EdgeEventArgs oEdgeEventArgs ) : void
oSender Object
oEdgeEventArgs Smrf.NodeXL.Core.EdgeEventArgs
리턴 void

GraphTest() 공개 메소드

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

InitializeGraph() 보호된 메소드

protected InitializeGraph ( GraphDirectedness eDirectedness ) : void
eDirectedness GraphDirectedness
리턴 void

TestRandomGraph() 보호된 메소드

protected TestRandomGraph ( Int32 iVertices, Random oRandom ) : void
iVertices System.Int32
oRandom System.Random
리턴 void

TestRandomGraphs() 보호된 메소드

protected TestRandomGraphs ( Int32 iGraphs, Int32 iMaximumVertices ) : void
iGraphs System.Int32
iMaximumVertices System.Int32
리턴 void

VertexCollection_VertexAdded() 보호된 메소드

protected VertexCollection_VertexAdded ( Object oSender, VertexEventArgs oVertexEventArgs ) : void
oSender Object
oVertexEventArgs Smrf.NodeXL.Core.VertexEventArgs
리턴 void

프로퍼티 상세

m_bEdgeAdded 보호되어 있는 프로퍼티

protected Boolean,System m_bEdgeAdded
리턴 System.Boolean

m_bVertexAdded 보호되어 있는 프로퍼티

protected Boolean,System m_bVertexAdded
리턴 System.Boolean

m_oAddedEdge 보호되어 있는 프로퍼티

protected IEdge m_oAddedEdge
리턴 IEdge

m_oAddedVertex 보호되어 있는 프로퍼티

protected IVertex m_oAddedVertex
리턴 IVertex

m_oGraph 보호되어 있는 프로퍼티

protected IGraph m_oGraph
리턴 IGraph