C# Class Smrf.NodeXL.UnitTests.GraphMLAttributeTest

Inheritance: Object
Mostrar archivo Open project: 2014-sed-team3/term-project

Protected Properties

Property Type Description
m_oGraphMLAttribute Smrf.NodeXL.Adapters.GraphMLAttribute
m_oXmlDocument System.Xml.XmlDocument
m_oXmlNamespaceManager System.Xml.XmlNamespaceManager

Public Methods

Method Description
GraphMLAttributeTest ( ) : System

Initializes a new instance of the GraphMLAttributeTest class.

Protected Methods

Method Description
CreateDataXmlNode ( String sAttributeValue ) : XmlElement
CreateGraphMLAttribute ( System.Boolean bIsForVertex, String sAttributeType, String sDefaultAttributeValue ) : GraphMLAttribute
CreateKeyXmlNode ( System.Boolean bIsForVertex, String sAttributeType ) : XmlElement

Private Methods

Method Description
SetUp ( ) : void
TearDown ( ) : void
TestConstructor ( ) : void
TestConstructor2 ( ) : void
TestConstructorBad ( ) : void
TestGetAttributeValue ( ) : void
TestGetAttributeValue10 ( ) : void
TestGetAttributeValue11 ( ) : void
TestGetAttributeValue12 ( ) : void
TestGetAttributeValue13 ( ) : void
TestGetAttributeValue2 ( ) : void
TestGetAttributeValue3 ( ) : void
TestGetAttributeValue4 ( ) : void
TestGetAttributeValue5 ( ) : void
TestGetAttributeValue6 ( ) : void
TestGetAttributeValue7 ( ) : void
TestGetAttributeValue8 ( ) : void
TestGetAttributeValue9 ( ) : void
TestGetAttributeValueBad ( ) : void

Method Details

CreateDataXmlNode() protected method

protected CreateDataXmlNode ( String sAttributeValue ) : XmlElement
sAttributeValue String
return System.Xml.XmlElement

CreateGraphMLAttribute() protected method

protected CreateGraphMLAttribute ( System.Boolean bIsForVertex, String sAttributeType, String sDefaultAttributeValue ) : GraphMLAttribute
bIsForVertex System.Boolean
sAttributeType String
sDefaultAttributeValue String
return Smrf.NodeXL.Adapters.GraphMLAttribute

CreateKeyXmlNode() protected method

protected CreateKeyXmlNode ( System.Boolean bIsForVertex, String sAttributeType ) : XmlElement
bIsForVertex System.Boolean
sAttributeType String
return System.Xml.XmlElement

GraphMLAttributeTest() public method

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

Property Details

m_oGraphMLAttribute protected_oe property

protected GraphMLAttribute,Smrf.NodeXL.Adapters m_oGraphMLAttribute
return Smrf.NodeXL.Adapters.GraphMLAttribute

m_oXmlDocument protected_oe property

protected XmlDocument,System.Xml m_oXmlDocument
return System.Xml.XmlDocument

m_oXmlNamespaceManager protected_oe property

protected XmlNamespaceManager,System.Xml m_oXmlNamespaceManager
return System.Xml.XmlNamespaceManager