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
Datei anzeigen Open project: 2014-sed-team3/term-project Class Usage Examples

Public Methods

Method Description
CopyTo ( Object oOtherObject, System.Boolean bCopyMetadataValues, System.Boolean bCopyTag ) : void

Private Methods

Method Description
MockGraphVertexEdgeBase ( ) : System

Method Details

CopyTo() public method

public CopyTo ( Object oOtherObject, System.Boolean bCopyMetadataValues, System.Boolean bCopyTag ) : void
oOtherObject Object
bCopyMetadataValues System.Boolean
bCopyTag System.Boolean
return void