public void TestCandleStickDataIndexOutOfBoundsException() { candle_stick_plot_data points = new candle_stick_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 TestCandleStickDataIndexOutOfBoundsException() { candle_stick_plot_data points = new candle_stick_plot_data(); System.Console.WriteLine(points.at(0)); }