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

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

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

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