C# Class Smrf.NodeXL.UnitTests.GroupMetadataManagerTest

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

Méthodes publiques

Méthode Description
GroupMetadataManagerTest ( ) : System

Initializes a new instance of the class.

Méthodes protégées

Méthode 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

Méthode 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 méthode

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

VerifyOriginalEdgeMetadata() protected méthode

protected VerifyOriginalEdgeMetadata ( IEdge oEdge1, IEdge oEdge2, IEdge oEdge3, IEdge oEdge4 ) : void
oEdge1 IEdge
oEdge2 IEdge
oEdge3 IEdge
oEdge4 IEdge
Résultat void

VerifyOriginalMetadata() protected méthode

protected VerifyOriginalMetadata ( IGraph oGraph, IEdge oEdge1, IEdge oEdge2, IEdge oEdge3, IEdge oEdge4 ) : void
oGraph IGraph
oEdge1 IEdge
oEdge2 IEdge
oEdge3 IEdge
oEdge4 IEdge
Résultat void