Пример #1
0
        public void TestCandleStickSeriesIndexOutOfBoundsException()
        {
            candle_stick_series points = new candle_stick_series();

            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 TestCandleStickSeriesIndexOutOfBoundsException()
        {
            candle_stick_series points = new candle_stick_series();

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