C# Class Smrf.NodeXL.UnitTests.ByDelegateVertexSorterTest

Inheritance: Object
Mostrar archivo Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_oByDelegateVertexSorter Smrf.NodeXL.Core.ByDelegateVertexSorter

Public Methods

Method Description
ByDelegateVertexSorterTest ( ) : System

Initializes a new instance of the class.

Protected Methods

Method Description
CompareVerticesByName ( IVertex oVertex1, IVertex oVertex2 ) : Int32

Private Methods

Method Description
SetUp ( ) : void
TearDown ( ) : void
TestConstructor ( ) : void
TestSort ( ) : void
TestSort2 ( ) : void
TestSortBad ( ) : void

Method Details

ByDelegateVertexSorterTest() public method

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

CompareVerticesByName() protected method

protected CompareVerticesByName ( IVertex oVertex1, IVertex oVertex2 ) : Int32
oVertex1 IVertex
oVertex2 IVertex
return System.Int32

Property Details

m_oByDelegateVertexSorter protected_oe property

protected ByDelegateVertexSorter,Smrf.NodeXL.Core m_oByDelegateVertexSorter
return Smrf.NodeXL.Core.ByDelegateVertexSorter