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

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

보호된 프로퍼티들

프로퍼티 타입 설명
m_aoVertices IVertex[]
m_oGraph IGraph

공개 메소드들

메소드 설명
EdgeTest ( ) : System

Initializes a new instance of the EdgeTest class.

보호된 메소드들

메소드 설명
CreateEdge ( IVertex oVertex1, IVertex oVertex2, System.Boolean bIsDirected ) : IEdge
CreateGraph ( GraphDirectedness eDirectedness, Int32 iVertices ) : void
TestClone ( System.Boolean bCopyMetadataValues, System.Boolean bCopyTag, CloneOverload eCloneOverload ) : void
TestIsParallelTo ( GraphDirectedness eDirectedness, Int32 iEdge1Vertex1, Int32 iEdge1Vertex2, System.Boolean bEdge1IsDirected, Int32 iEdge2Vertex1, Int32 iEdge2Vertex2, System.Boolean bEdge2IsDirected, System.Boolean bExpectedEdge1IsParallelToEdge2 ) : void

비공개 메소드들

메소드 설명
SetUp ( ) : void
TearDown ( ) : void
TestClone ( ) : void
TestClone2 ( ) : void
TestClone3 ( ) : void
TestClone4 ( ) : void
TestCloneBad2 ( ) : void
TestCloneBad3 ( ) : void
TestCloneBad4 ( ) : void
TestConstructor ( ) : void
TestGetAdjacentVertex ( ) : void
TestGetAdjacentVertexBad ( ) : void
TestIsDirected ( ) : void
TestIsDirected2 ( ) : void
TestIsParallelTo ( ) : void
TestIsSelfLoop ( ) : void
TestIsSelfLoop2 ( ) : void
TestName ( ) : void
TestName2 ( ) : void
TestName3 ( ) : void
TestParentGraph ( ) : void
TestToString ( ) : void
TestVertex1And2Vertex ( ) : void
TestVertices ( ) : void

메소드 상세

CreateEdge() 보호된 메소드

protected CreateEdge ( IVertex oVertex1, IVertex oVertex2, System.Boolean bIsDirected ) : IEdge
oVertex1 IVertex
oVertex2 IVertex
bIsDirected System.Boolean
리턴 IEdge

CreateGraph() 보호된 메소드

protected CreateGraph ( GraphDirectedness eDirectedness, Int32 iVertices ) : void
eDirectedness GraphDirectedness
iVertices System.Int32
리턴 void

EdgeTest() 공개 메소드

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

TestClone() 보호된 메소드

protected TestClone ( System.Boolean bCopyMetadataValues, System.Boolean bCopyTag, CloneOverload eCloneOverload ) : void
bCopyMetadataValues System.Boolean
bCopyTag System.Boolean
eCloneOverload CloneOverload
리턴 void

TestIsParallelTo() 보호된 메소드

protected TestIsParallelTo ( GraphDirectedness eDirectedness, Int32 iEdge1Vertex1, Int32 iEdge1Vertex2, System.Boolean bEdge1IsDirected, Int32 iEdge2Vertex1, Int32 iEdge2Vertex2, System.Boolean bEdge2IsDirected, System.Boolean bExpectedEdge1IsParallelToEdge2 ) : void
eDirectedness GraphDirectedness
iEdge1Vertex1 System.Int32
iEdge1Vertex2 System.Int32
bEdge1IsDirected System.Boolean
iEdge2Vertex1 System.Int32
iEdge2Vertex2 System.Int32
bEdge2IsDirected System.Boolean
bExpectedEdge1IsParallelToEdge2 System.Boolean
리턴 void

프로퍼티 상세

m_aoVertices 보호되어 있는 프로퍼티

protected IVertex[] m_aoVertices
리턴 IVertex[]

m_oGraph 보호되어 있는 프로퍼티

protected IGraph m_oGraph
리턴 IGraph