C# Class Smrf.NodeXL.UnitTests.MockGraphVertexEdgeBase

GraphVertexEdgeBase has a protected method that needs to be tested. This mock class makes the method public.
Inheritance: Smrf.NodeXL.Core.GraphVertexEdgeBase
Afficher le fichier Open project: 2014-sed-team3/term-project Class Usage Examples

Méthodes publiques

Méthode Description
CopyTo ( Object oOtherObject, System.Boolean bCopyMetadataValues, System.Boolean bCopyTag ) : void

Private Methods

Méthode Description
MockGraphVertexEdgeBase ( ) : System

Method Details

CopyTo() public méthode

public CopyTo ( Object oOtherObject, System.Boolean bCopyMetadataValues, System.Boolean bCopyTag ) : void
oOtherObject Object
bCopyMetadataValues System.Boolean
bCopyTag System.Boolean
Résultat void