Пример #1
0
        public void TestBarCollectionIndexOutOfBoundsException()
        {
            bar_collection points = new bar_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 TestBarCollectionIndexOutOfBoundsException()
        {
            bar_collection points = new bar_collection();

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