C# Class Smrf.NodeXL.UnitTests.GroupMetadataManagerTest

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

Public Methods

Method Description
GroupMetadataManagerTest ( ) : System

Initializes a new instance of the class.

Protected Methods

Method Description
VerifyOriginalEdgeMetadata ( IEdge oEdge1, IEdge oEdge2, IEdge oEdge3, IEdge oEdge4 ) : void
VerifyOriginalMetadata ( IGraph oGraph, IEdge oEdge1, IEdge oEdge2, IEdge oEdge3, IEdge oEdge4 ) : void

Private Methods

Method Description
SetUp ( ) : void
TearDown ( ) : void
TestOnLayoutBegin ( ) : void
TestOnLayoutBegin2 ( ) : void
TestOnLayoutBegin3 ( ) : void
TestOnLayoutBegin4 ( ) : void
TestOnLayoutBegin5 ( ) : void
TestOnLayoutBegin6 ( ) : void
TestTryGetGroupLayoutDrawingInfo ( ) : void
TestTryGetGroupLayoutDrawingInfo2 ( ) : void
TestTryTransformGroupRectangles ( ) : void
TestTryTransformGroupRectangles2 ( ) : void

Method Details

GroupMetadataManagerTest() public method

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

VerifyOriginalEdgeMetadata() protected method

protected VerifyOriginalEdgeMetadata ( IEdge oEdge1, IEdge oEdge2, IEdge oEdge3, IEdge oEdge4 ) : void
oEdge1 IEdge
oEdge2 IEdge
oEdge3 IEdge
oEdge4 IEdge
return void

VerifyOriginalMetadata() protected method

protected VerifyOriginalMetadata ( IGraph oGraph, IEdge oEdge1, IEdge oEdge2, IEdge oEdge3, IEdge oEdge4 ) : void
oGraph IGraph
oEdge1 IEdge
oEdge2 IEdge
oEdge3 IEdge
oEdge4 IEdge
return void