Beispiel #1
0
        public void TestBarSeriesIndexOutOfBoundsException()
        {
            bar_series points = new bar_series();

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

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