C# Class Smrf.NodeXL.UnitTests.GraphTest

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

Protected Properties

Свойство Type Description
m_bEdgeAdded System.Boolean
m_bVertexAdded System.Boolean
m_oAddedEdge IEdge
m_oAddedVertex IVertex
m_oGraph IGraph

Méthodes publiques

Méthode Description
GraphTest ( ) : System

Initializes a new instance of the GraphTest class.

Méthodes protégées

Méthode Description
CheckRandomMetadataOnRandomGraph ( ) : void
EdgeCollection_EdgeAdded ( Object oSender, EdgeEventArgs oEdgeEventArgs ) : void
InitializeGraph ( GraphDirectedness eDirectedness ) : void
TestRandomGraph ( Int32 iVertices, Random oRandom ) : void
TestRandomGraphs ( Int32 iGraphs, Int32 iMaximumVertices ) : void
VertexCollection_VertexAdded ( Object oSender, VertexEventArgs oVertexEventArgs ) : void

Private Methods

Méthode Description
SetUp ( ) : void
TearDown ( ) : void
TestClone ( ) : void
TestConstructor ( ) : void
TestConstructor2 ( ) : void
TestConstructorBad ( ) : void
TestConstructorBad2 ( ) : void
TestDirectedness ( ) : void
TestEdgeAdded ( ) : void
TestEdges ( ) : void
TestLargeGraph ( ) : void
TestRandomGraphs ( ) : void
TestRandomGraphs2 ( ) : void
TestToString ( ) : void
TestVertexAdded ( ) : void
TestVertices ( ) : void

Method Details

CheckRandomMetadataOnRandomGraph() protected méthode

protected CheckRandomMetadataOnRandomGraph ( ) : void
Résultat void

EdgeCollection_EdgeAdded() protected méthode

protected EdgeCollection_EdgeAdded ( Object oSender, EdgeEventArgs oEdgeEventArgs ) : void
oSender Object
oEdgeEventArgs Smrf.NodeXL.Core.EdgeEventArgs
Résultat void

GraphTest() public méthode

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

InitializeGraph() protected méthode

protected InitializeGraph ( GraphDirectedness eDirectedness ) : void
eDirectedness GraphDirectedness
Résultat void

TestRandomGraph() protected méthode

protected TestRandomGraph ( Int32 iVertices, Random oRandom ) : void
iVertices System.Int32
oRandom System.Random
Résultat void

TestRandomGraphs() protected méthode

protected TestRandomGraphs ( Int32 iGraphs, Int32 iMaximumVertices ) : void
iGraphs System.Int32
iMaximumVertices System.Int32
Résultat void

VertexCollection_VertexAdded() protected méthode

protected VertexCollection_VertexAdded ( Object oSender, VertexEventArgs oVertexEventArgs ) : void
oSender Object
oVertexEventArgs Smrf.NodeXL.Core.VertexEventArgs
Résultat void

Property Details

m_bEdgeAdded protected_oe property

protected Boolean,System m_bEdgeAdded
Résultat System.Boolean

m_bVertexAdded protected_oe property

protected Boolean,System m_bVertexAdded
Résultat System.Boolean

m_oAddedEdge protected_oe property

protected IEdge m_oAddedEdge
Résultat IEdge

m_oAddedVertex protected_oe property

protected IVertex m_oAddedVertex
Résultat IVertex

m_oGraph protected_oe property

protected IGraph m_oGraph
Résultat IGraph