예제 #1
0
        public void TestCandleStickCollectionIndexOutOfBoundsException()
        {
            candle_stick_collection points = new candle_stick_collection();

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

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