AbstractRunParametersTest Class Referenceabstract

Confirm that the run info XML parsing works properly in C# More...

Inheritance diagram for AbstractRunParametersTest:
RunParametersMiSeqTest

Public Member Functions

void CompareRunInfo ()
 Confirms that reading the hard coded binary data matches the expected values of the metric More...
 

Protected Member Functions

abstract void SetUp ()
 The setup should be overridden by the specific configuration file More...
 

Protected Attributes

parameters expected_param
 The expected run parameters More...
 
parameters actual_param = new parameters()
 The actual run parameters More...
 

Detailed Description

Confirm that the run info XML parsing works properly in C#

Member Function Documentation

void CompareRunInfo ( )
inline

Confirms that reading the hard coded binary data matches the expected values of the metric

abstract void SetUp ( )
protectedpure virtual

The setup should be overridden by the specific configuration file

Implemented in RunParametersMiSeqTest.

Member Data Documentation

parameters actual_param = new parameters()
protected

The actual run parameters

parameters expected_param
protected

The expected run parameters


The documentation for this class was generated from the following file: