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

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

보호된 프로퍼티들

프로퍼티 타입 설명
m_oVertex Smrf.NodeXL.Core.Vertex

공개 메소드들

메소드 설명
VertexTest ( ) : System

Initializes a new instance of the VertexTest class.

보호된 메소드들

메소드 설명
CreateAndPopulateGraph ( Int32 iVertices ) : IGraph
TestClone ( System.Boolean bCopyMetadataValues, System.Boolean bCopyTag ) : void
TestIncomingOrOutgoingEdges ( System.Boolean bIncoming ) : void
TestLoopEdges ( System.Boolean bTestIncomingEdges, System.Boolean bTestOutgoingEdges, System.Boolean bTestIncidentEdges ) : void
TestLoopVertices ( System.Boolean bTestPredecessorVertices, System.Boolean bTestSuccessorVertices, System.Boolean bTestAdjacentVertices ) : void
TestPredecessorOrSuccessorVertices ( System.Boolean bPredecessor ) : void

비공개 메소드들

메소드 설명
SetUp ( ) : void
TearDown ( ) : void
TestAdjacentVertices ( ) : void
TestAdjacentVertices2 ( ) : void
TestAdjacentVertices3 ( ) : void
TestClone ( ) : void
TestClone2 ( ) : void
TestClone3 ( ) : void
TestClone4 ( ) : void
TestConstructor ( ) : void
TestGetConnectingEdges ( ) : void
TestGetConnectingEdges2 ( ) : void
TestGetConnectingEdgesBad ( ) : void
TestIncidentEdges ( ) : void
TestIncidentEdges2 ( ) : void
TestIncidentEdges3 ( ) : void
TestIncomingEdges ( ) : void
TestIncomingEdges2 ( ) : void
TestIsIncidentEdge ( ) : void
TestIsIncidentEdgeBad ( ) : void
TestIsIncomingEdgeBad ( ) : void
TestIsOutgoingEdgeBad ( ) : void
TestLocation ( ) : void
TestLocation2 ( ) : void
TestName ( ) : void
TestName2 ( ) : void
TestName3 ( ) : void
TestOutgoingEdges ( ) : void
TestOutgoingEdges2 ( ) : void
TestParentGraph ( ) : void
TestParentGraph2 ( ) : void
TestPredecessorVertices ( ) : void
TestPredecessorVertices2 ( ) : void
TestSuccessorVertices ( ) : void
TestSuccessorVertices2 ( ) : void
TestToString ( ) : void

메소드 상세

CreateAndPopulateGraph() 보호된 메소드

protected CreateAndPopulateGraph ( Int32 iVertices ) : IGraph
iVertices System.Int32
리턴 IGraph

TestClone() 보호된 메소드

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

TestIncomingOrOutgoingEdges() 보호된 메소드

protected TestIncomingOrOutgoingEdges ( System.Boolean bIncoming ) : void
bIncoming System.Boolean
리턴 void

TestLoopEdges() 보호된 메소드

protected TestLoopEdges ( System.Boolean bTestIncomingEdges, System.Boolean bTestOutgoingEdges, System.Boolean bTestIncidentEdges ) : void
bTestIncomingEdges System.Boolean
bTestOutgoingEdges System.Boolean
bTestIncidentEdges System.Boolean
리턴 void

TestLoopVertices() 보호된 메소드

protected TestLoopVertices ( System.Boolean bTestPredecessorVertices, System.Boolean bTestSuccessorVertices, System.Boolean bTestAdjacentVertices ) : void
bTestPredecessorVertices System.Boolean
bTestSuccessorVertices System.Boolean
bTestAdjacentVertices System.Boolean
리턴 void

TestPredecessorOrSuccessorVertices() 보호된 메소드

protected TestPredecessorOrSuccessorVertices ( System.Boolean bPredecessor ) : void
bPredecessor System.Boolean
리턴 void

VertexTest() 공개 메소드

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

프로퍼티 상세

m_oVertex 보호되어 있는 프로퍼티

protected Vertex,Smrf.NodeXL.Core m_oVertex
리턴 Smrf.NodeXL.Core.Vertex