C# Class Smrf.NodeXL.UnitTests.VertexTest

Inheritance: Object
Show file Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_oVertex Smrf.NodeXL.Core.Vertex

Public Methods

Method Description
VertexTest ( ) : System

Initializes a new instance of the VertexTest class.

Protected Methods

Method Description
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

Private Methods

Method Description
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

Method Details

CreateAndPopulateGraph() protected method

protected CreateAndPopulateGraph ( Int32 iVertices ) : IGraph
iVertices System.Int32
return IGraph

TestClone() protected method

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

TestIncomingOrOutgoingEdges() protected method

protected TestIncomingOrOutgoingEdges ( System.Boolean bIncoming ) : void
bIncoming System.Boolean
return void

TestLoopEdges() protected method

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

TestLoopVertices() protected method

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

TestPredecessorOrSuccessorVertices() protected method

protected TestPredecessorOrSuccessorVertices ( System.Boolean bPredecessor ) : void
bPredecessor System.Boolean
return void

VertexTest() public method

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

Property Details

m_oVertex protected property

protected Vertex,Smrf.NodeXL.Core m_oVertex
return Smrf.NodeXL.Core.Vertex