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) {} }
public void TestBarCollectionIndexOutOfBoundsException() { bar_collection points = new bar_collection(); System.Console.WriteLine(points.at(0)); }