C# Class Smrf.NodeXL.UnitTests.EdgeTest

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

Protected Properties

Свойство Type Description
m_aoVertices IVertex[]
m_oGraph IGraph

Méthodes publiques

Méthode Description
EdgeTest ( ) : System

Initializes a new instance of the EdgeTest class.

Méthodes protégées

Méthode Description
CreateEdge ( IVertex oVertex1, IVertex oVertex2, System.Boolean bIsDirected ) : IEdge
CreateGraph ( GraphDirectedness eDirectedness, Int32 iVertices ) : void
TestClone ( System.Boolean bCopyMetadataValues, System.Boolean bCopyTag, CloneOverload eCloneOverload ) : void
TestIsParallelTo ( GraphDirectedness eDirectedness, Int32 iEdge1Vertex1, Int32 iEdge1Vertex2, System.Boolean bEdge1IsDirected, Int32 iEdge2Vertex1, Int32 iEdge2Vertex2, System.Boolean bEdge2IsDirected, System.Boolean bExpectedEdge1IsParallelToEdge2 ) : void

Private Methods

Méthode Description
SetUp ( ) : void
TearDown ( ) : void
TestClone ( ) : void
TestClone2 ( ) : void
TestClone3 ( ) : void
TestClone4 ( ) : void
TestCloneBad2 ( ) : void
TestCloneBad3 ( ) : void
TestCloneBad4 ( ) : void
TestConstructor ( ) : void
TestGetAdjacentVertex ( ) : void
TestGetAdjacentVertexBad ( ) : void
TestIsDirected ( ) : void
TestIsDirected2 ( ) : void
TestIsParallelTo ( ) : void
TestIsSelfLoop ( ) : void
TestIsSelfLoop2 ( ) : void
TestName ( ) : void
TestName2 ( ) : void
TestName3 ( ) : void
TestParentGraph ( ) : void
TestToString ( ) : void
TestVertex1And2Vertex ( ) : void
TestVertices ( ) : void

Method Details

CreateEdge() protected méthode

protected CreateEdge ( IVertex oVertex1, IVertex oVertex2, System.Boolean bIsDirected ) : IEdge
oVertex1 IVertex
oVertex2 IVertex
bIsDirected System.Boolean
Résultat IEdge

CreateGraph() protected méthode

protected CreateGraph ( GraphDirectedness eDirectedness, Int32 iVertices ) : void
eDirectedness GraphDirectedness
iVertices System.Int32
Résultat void

EdgeTest() public méthode

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

TestClone() protected méthode

protected TestClone ( System.Boolean bCopyMetadataValues, System.Boolean bCopyTag, CloneOverload eCloneOverload ) : void
bCopyMetadataValues System.Boolean
bCopyTag System.Boolean
eCloneOverload CloneOverload
Résultat void

TestIsParallelTo() protected méthode

protected TestIsParallelTo ( GraphDirectedness eDirectedness, Int32 iEdge1Vertex1, Int32 iEdge1Vertex2, System.Boolean bEdge1IsDirected, Int32 iEdge2Vertex1, Int32 iEdge2Vertex2, System.Boolean bEdge2IsDirected, System.Boolean bExpectedEdge1IsParallelToEdge2 ) : void
eDirectedness GraphDirectedness
iEdge1Vertex1 System.Int32
iEdge1Vertex2 System.Int32
bEdge1IsDirected System.Boolean
iEdge2Vertex1 System.Int32
iEdge2Vertex2 System.Int32
bEdge2IsDirected System.Boolean
bExpectedEdge1IsParallelToEdge2 System.Boolean
Résultat void

Property Details

m_aoVertices protected_oe property

protected IVertex[] m_aoVertices
Résultat IVertex[]

m_oGraph protected_oe property

protected IGraph m_oGraph
Résultat IGraph