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

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

보호된 프로퍼티들

프로퍼티 타입 설명
m_bVertexAdded Boolean
m_bVertexRemoved Boolean
m_oAddedVertex IVertex
m_oGraph IGraph
m_oRemovedVertex IVertex
m_oVertexCollection IVertexCollection

공개 메소드들

메소드 설명
VertexCollectionTest ( ) : System

Initializes a new instance of the VertexCollectionTest class.

보호된 메소드들

메소드 설명
AddVertices ( Int32 iVerticesToAdd ) : IVertex[]
TestClear ( Int32 iVerticesToAdd, System.Boolean bMakeGraphComplete ) : void
TestContainsAndFind ( Int32 iVerticesToAdd ) : void
TestCopyTo ( Int32 iVerticesToAdd, Int32 iOffset ) : void
TestGetEnumerator ( Int32 iVerticesToAdd ) : void
TestGetReverseEnumerable ( Int32 iVerticesToAdd ) : void
TestRemove ( Int32 iVerticesToAdd, Int32 aiIndexesOfVerticesToRemove ) : void
TestRemove ( Int32 iVerticesToAdd, Int32 aiIndexesOfVerticesToRemove, RemoveOverload eRemoveOverload ) : void
VertexCollection_VertexAdded ( Object oSender, VertexEventArgs oVertexEventArgs ) : void
VertexCollection_VertexRemoved ( Object oSender, VertexEventArgs oVertexEventArgs ) : void

비공개 메소드들

메소드 설명
SetUp ( ) : void
TearDown ( ) : void
TestAdd ( ) : void
TestAdd2 ( ) : void
TestAdd3_ ( ) : void
TestAdd3_2 ( ) : void
TestAddBad ( ) : void
TestAddBad2 ( ) : void
TestClear ( ) : void
TestClear2 ( ) : void
TestClear3 ( ) : void
TestClear4 ( ) : void
TestConstructor ( ) : void
TestContains3_Bad ( ) : void
TestContains3_Bad2 ( ) : void
TestContainsAndFind ( ) : void
TestContainsAndFind2 ( ) : void
TestContainsAndFind3 ( ) : void
TestContainsBad ( ) : void
TestCopyTo ( ) : void
TestCopyTo2 ( ) : void
TestCopyTo3 ( ) : void
TestCopyTo4 ( ) : void
TestCopyToBad ( ) : void
TestCopyToBad2 ( ) : void
TestCopyToBad3 ( ) : void
TestCopyToBad4 ( ) : void
TestFind3_Bad ( ) : void
TestFind3_Bad2 ( ) : void
TestGetEnumerator ( ) : void
TestGetEnumerator2 ( ) : void
TestGetEnumerator3 ( ) : void
TestGetReverseEnumerable ( ) : void
TestGetReverseEnumerable2 ( ) : void
TestGetReverseEnumerable3 ( ) : void
TestRemove ( ) : void
TestRemove2 ( ) : void
TestRemove3 ( ) : void
TestRemove4 ( ) : void
TestRemove5 ( ) : void
TestRemove6 ( ) : void
TestRemove7 ( ) : void
TestRemove8 ( ) : void
TestRemove9 ( ) : void
TestRemoveBad ( ) : void
TestRemoveBad2 ( ) : void
TestRemoveBad3 ( ) : void
TestToString ( ) : void
TestToString2 ( ) : void
TestToString3 ( ) : void

메소드 상세

AddVertices() 보호된 메소드

protected AddVertices ( Int32 iVerticesToAdd ) : IVertex[]
iVerticesToAdd System.Int32
리턴 IVertex[]

TestClear() 보호된 메소드

protected TestClear ( Int32 iVerticesToAdd, System.Boolean bMakeGraphComplete ) : void
iVerticesToAdd System.Int32
bMakeGraphComplete System.Boolean
리턴 void

TestContainsAndFind() 보호된 메소드

protected TestContainsAndFind ( Int32 iVerticesToAdd ) : void
iVerticesToAdd System.Int32
리턴 void

TestCopyTo() 보호된 메소드

protected TestCopyTo ( Int32 iVerticesToAdd, Int32 iOffset ) : void
iVerticesToAdd System.Int32
iOffset System.Int32
리턴 void

TestGetEnumerator() 보호된 메소드

protected TestGetEnumerator ( Int32 iVerticesToAdd ) : void
iVerticesToAdd Int32
리턴 void

TestGetReverseEnumerable() 보호된 메소드

protected TestGetReverseEnumerable ( Int32 iVerticesToAdd ) : void
iVerticesToAdd Int32
리턴 void

TestRemove() 보호된 메소드

protected TestRemove ( Int32 iVerticesToAdd, Int32 aiIndexesOfVerticesToRemove ) : void
iVerticesToAdd Int32
aiIndexesOfVerticesToRemove Int32
리턴 void

TestRemove() 보호된 메소드

protected TestRemove ( Int32 iVerticesToAdd, Int32 aiIndexesOfVerticesToRemove, RemoveOverload eRemoveOverload ) : void
iVerticesToAdd Int32
aiIndexesOfVerticesToRemove Int32
eRemoveOverload RemoveOverload
리턴 void

VertexCollectionTest() 공개 메소드

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

VertexCollection_VertexAdded() 보호된 메소드

protected VertexCollection_VertexAdded ( Object oSender, VertexEventArgs oVertexEventArgs ) : void
oSender Object
oVertexEventArgs VertexEventArgs
리턴 void

VertexCollection_VertexRemoved() 보호된 메소드

protected VertexCollection_VertexRemoved ( Object oSender, VertexEventArgs oVertexEventArgs ) : void
oSender Object
oVertexEventArgs VertexEventArgs
리턴 void

프로퍼티 상세

m_bVertexAdded 보호되어 있는 프로퍼티

protected Boolean m_bVertexAdded
리턴 Boolean

m_bVertexRemoved 보호되어 있는 프로퍼티

protected Boolean m_bVertexRemoved
리턴 Boolean

m_oAddedVertex 보호되어 있는 프로퍼티

protected IVertex m_oAddedVertex
리턴 IVertex

m_oGraph 보호되어 있는 프로퍼티

protected IGraph m_oGraph
리턴 IGraph

m_oRemovedVertex 보호되어 있는 프로퍼티

protected IVertex m_oRemovedVertex
리턴 IVertex

m_oVertexCollection 보호되어 있는 프로퍼티

protected IVertexCollection m_oVertexCollection
리턴 IVertexCollection