C# Class Smrf.NodeXL.UnitTests.VertexCollectionTest

Inheritance: Object
Afficher le fichier Open project: 2014-sed-team3/term-project

Protected Properties

Свойство Type Description
m_bVertexAdded Boolean
m_bVertexRemoved Boolean
m_oAddedVertex IVertex
m_oGraph IGraph
m_oRemovedVertex IVertex
m_oVertexCollection IVertexCollection

Méthodes publiques

Méthode Description
VertexCollectionTest ( ) : System

Initializes a new instance of the VertexCollectionTest class.

Méthodes protégées

Méthode Description
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

Private Methods

Méthode Description
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

Method Details

AddVertices() protected méthode

protected AddVertices ( Int32 iVerticesToAdd ) : IVertex[]
iVerticesToAdd System.Int32
Résultat IVertex[]

TestClear() protected méthode

protected TestClear ( Int32 iVerticesToAdd, System.Boolean bMakeGraphComplete ) : void
iVerticesToAdd System.Int32
bMakeGraphComplete System.Boolean
Résultat void

TestContainsAndFind() protected méthode

protected TestContainsAndFind ( Int32 iVerticesToAdd ) : void
iVerticesToAdd System.Int32
Résultat void

TestCopyTo() protected méthode

protected TestCopyTo ( Int32 iVerticesToAdd, Int32 iOffset ) : void
iVerticesToAdd System.Int32
iOffset System.Int32
Résultat void

TestGetEnumerator() protected méthode

protected TestGetEnumerator ( Int32 iVerticesToAdd ) : void
iVerticesToAdd Int32
Résultat void

TestGetReverseEnumerable() protected méthode

protected TestGetReverseEnumerable ( Int32 iVerticesToAdd ) : void
iVerticesToAdd Int32
Résultat void

TestRemove() protected méthode

protected TestRemove ( Int32 iVerticesToAdd, Int32 aiIndexesOfVerticesToRemove ) : void
iVerticesToAdd Int32
aiIndexesOfVerticesToRemove Int32
Résultat void

TestRemove() protected méthode

protected TestRemove ( Int32 iVerticesToAdd, Int32 aiIndexesOfVerticesToRemove, RemoveOverload eRemoveOverload ) : void
iVerticesToAdd Int32
aiIndexesOfVerticesToRemove Int32
eRemoveOverload RemoveOverload
Résultat void

VertexCollectionTest() public méthode

Initializes a new instance of the VertexCollectionTest class.
public VertexCollectionTest ( ) : System
Résultat System

VertexCollection_VertexAdded() protected méthode

protected VertexCollection_VertexAdded ( Object oSender, VertexEventArgs oVertexEventArgs ) : void
oSender Object
oVertexEventArgs VertexEventArgs
Résultat void

VertexCollection_VertexRemoved() protected méthode

protected VertexCollection_VertexRemoved ( Object oSender, VertexEventArgs oVertexEventArgs ) : void
oSender Object
oVertexEventArgs VertexEventArgs
Résultat void

Property Details

m_bVertexAdded protected_oe property

protected Boolean m_bVertexAdded
Résultat Boolean

m_bVertexRemoved protected_oe property

protected Boolean m_bVertexRemoved
Résultat Boolean

m_oAddedVertex protected_oe property

protected IVertex m_oAddedVertex
Résultat IVertex

m_oGraph protected_oe property

protected IGraph m_oGraph
Résultat IGraph

m_oRemovedVertex protected_oe property

protected IVertex m_oRemovedVertex
Résultat IVertex

m_oVertexCollection protected_oe property

protected IVertexCollection m_oVertexCollection
Résultat IVertexCollection