Accord.Tests.IO.ExcelReaderTest.ConstructorExcel8Test C# (CSharp) Method

ConstructorExcel8Test() private method

private ConstructorExcel8Test ( ) : void
return void
        public void ConstructorExcel8Test()
        {
            string path = Path.Combine("Resources", "sample.xls");
            ExcelReader target = new ExcelReader(path);

            testWorksheets(target);

            testColumns(target, false);

            testTables(target);
        }