public void TestIndexFlowcellSummaryIndexOutOfBoundsException() { index_flowcell_summary summary = new index_flowcell_summary(); try{ System.Console.WriteLine(summary.at(0u)); Assert.Fail("No exception thrown!"); }catch (Illumina.InterOp.Metrics.index_out_of_bounds_exception) {} }
public void TestIndexFlowcellSummaryIndexOutOfBoundsException() { index_flowcell_summary summary = new index_flowcell_summary(); System.Console.WriteLine(summary.at(0u)); }