C# Class Smrf.NodeXL.UnitTests.BooleanConverterTest

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

Protected Properties

Property Type Description
m_oBooleanConverter BooleanConverter

Public Methods

Method Description
BooleanConverterTest ( ) : System

Initializes a new instance of the class.

Private Methods

Method Description
SetUp ( ) : void
TearDown ( ) : void
TestGraphToWorkbook ( ) : void
TestTryWorkbookToGraph ( ) : void
TestTryWorkbookToGraph2 ( ) : void
TestTryWorkbookToGraph3 ( ) : void

Method Details

BooleanConverterTest() public method

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

Property Details

m_oBooleanConverter protected property

protected BooleanConverter m_oBooleanConverter
return BooleanConverter