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