C# Класс Smrf.NodeXL.UnitTests.VertexCollectionTest

Наследование: Object
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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