CheckCellTests.CheckCellTests.TestGetRanges2 C# (CSharp) Method

TestGetRanges2() private method

private TestGetRanges2 ( ) : void
return void
        public void TestGetRanges2()
        {
            var f = "=A1:B3";
            if (MockWorkbook.TestGetRanges(f) != 1)
            {
                throw new Exception("GetReferencesFromFormula should return 1 range for " + f);
            }
        }