Exemplo n.º 1
0
        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) {}
        }
Exemplo n.º 2
0
        public void TestCandleStickDataIndexOutOfBoundsException()
        {
            candle_stick_plot_data points = new candle_stick_plot_data();

            System.Console.WriteLine(points.at(0));
        }