C# Class Smrf.NodeXL.UnitTests.DuplicateEdgeDetectorTest

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

Protected Properties

Property Type Description
m_oDirectedGraph IGraph
m_oDirectedVertexA IVertex
m_oDirectedVertexB IVertex
m_oDirectedVertexC IVertex
m_oDirectedVertexD IVertex
m_oDirectedVertexWithNullName IVertex
m_oDuplicateEdgeDetector Smrf.NodeXL.Algorithms.DuplicateEdgeDetector
m_oUndirectedGraph IGraph
m_oUndirectedVertexA IVertex
m_oUndirectedVertexB IVertex
m_oUndirectedVertexC IVertex
m_oUndirectedVertexD IVertex
m_oUndirectedVertexWithNullName IVertex

Public Methods

Method Description
DuplicateEdgeDetectorTest ( ) : System

Initializes a new instance of the class.

Private Methods

Method Description
SetUp ( ) : void
TearDown ( ) : void
TestGraphContainsDuplicateEdges ( ) : void
TestGraphContainsDuplicateEdges10 ( ) : void
TestGraphContainsDuplicateEdges11 ( ) : void
TestGraphContainsDuplicateEdges12 ( ) : void
TestGraphContainsDuplicateEdges13 ( ) : void
TestGraphContainsDuplicateEdges2 ( ) : void
TestGraphContainsDuplicateEdges3 ( ) : void
TestGraphContainsDuplicateEdges4 ( ) : void
TestGraphContainsDuplicateEdges5 ( ) : void
TestGraphContainsDuplicateEdges6 ( ) : void
TestGraphContainsDuplicateEdges7 ( ) : void
TestGraphContainsDuplicateEdges8 ( ) : void
TestGraphContainsDuplicateEdges9 ( ) : void

Method Details

DuplicateEdgeDetectorTest() public method

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

Property Details

m_oDirectedGraph protected property

protected IGraph m_oDirectedGraph
return IGraph

m_oDirectedVertexA protected property

protected IVertex m_oDirectedVertexA
return IVertex

m_oDirectedVertexB protected property

protected IVertex m_oDirectedVertexB
return IVertex

m_oDirectedVertexC protected property

protected IVertex m_oDirectedVertexC
return IVertex

m_oDirectedVertexD protected property

protected IVertex m_oDirectedVertexD
return IVertex

m_oDirectedVertexWithNullName protected property

protected IVertex m_oDirectedVertexWithNullName
return IVertex

m_oDuplicateEdgeDetector protected property

protected DuplicateEdgeDetector,Smrf.NodeXL.Algorithms m_oDuplicateEdgeDetector
return Smrf.NodeXL.Algorithms.DuplicateEdgeDetector

m_oUndirectedGraph protected property

protected IGraph m_oUndirectedGraph
return IGraph

m_oUndirectedVertexA protected property

protected IVertex m_oUndirectedVertexA
return IVertex

m_oUndirectedVertexB protected property

protected IVertex m_oUndirectedVertexB
return IVertex

m_oUndirectedVertexC protected property

protected IVertex m_oUndirectedVertexC
return IVertex

m_oUndirectedVertexD protected property

protected IVertex m_oUndirectedVertexD
return IVertex

m_oUndirectedVertexWithNullName protected property

protected IVertex m_oUndirectedVertexWithNullName
return IVertex