C# Class Smrf.NodeXL.UnitTests.GraphVertexEdgeBaseTest

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

Public Methods

Method Description
GraphVertexEdgeBaseTest ( ) : System

Initializes a new instance of the class.

Protected Methods

Method Description
TestCopyTo ( System.Boolean bCopyMetadataValues, System.Boolean bCopyTag ) : void

Private Methods

Method Description
SetUp ( ) : void
TearDown ( ) : void
TestConstructor ( ) : void
TestContainsKeyBad ( ) : void
TestContainsKeyBad2 ( ) : void
TestCopyTo ( ) : void
TestCopyTo2 ( ) : void
TestCopyTo3 ( ) : void
TestCopyTo4 ( ) : void
TestCopyTo5 ( ) : void
TestCopyTo6 ( ) : void
TestCopyTo7 ( ) : void
TestCopyTo8 ( ) : void
TestCopyTo9 ( ) : void
TestGetRequiredValueBad ( ) : void
TestGetRequiredValueBad2 ( ) : void
TestGetRequiredValueBad3 ( ) : void
TestGetRequiredValueBad4 ( ) : void
TestGetRequiredValueBad5 ( ) : void
TestGetValue2_Bad ( ) : void
TestGetValue2_Bad2 ( ) : void
TestGetValue2_Bad3 ( ) : void
TestGetValue2_Bad4 ( ) : void
TestGetValueBad ( ) : void
TestGetValueBad2 ( ) : void
TestRemoveKey ( ) : void
TestRemoveKey2 ( ) : void
TestRemoveKey3 ( ) : void
TestRemoveKeyBad ( ) : void
TestRemoveKeyBad2 ( ) : void
TestSetGetValue ( ) : void
TestSetGetValue2 ( ) : void
TestSetGetValue3 ( ) : void
TestSetGetValue4 ( ) : void
TestSetGetValue5 ( ) : void
TestSetGetValue6 ( ) : void
TestSetGetValue7 ( ) : void
TestSetGetValue8 ( ) : void
TestSetGetValue9 ( ) : void
TestSetValueBad ( ) : void
TestSetValueBad2 ( ) : void
TestTryGetNonEmptyStringValue ( ) : void
TestTryGetValue2_Bad ( ) : void
TestTryGetValue2_Bad2 ( ) : void
TestTryGetValue2_Bad3 ( ) : void
TestTryGetValue2_Bad4 ( ) : void
TestTryGetValueBad ( ) : void
TestTryGetValueBad2 ( ) : void

Method Details

GraphVertexEdgeBaseTest() public method

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

TestCopyTo() protected method

protected TestCopyTo ( System.Boolean bCopyMetadataValues, System.Boolean bCopyTag ) : void
bCopyMetadataValues System.Boolean
bCopyTag System.Boolean
return void