コード例 #1
0
        public void FixedWithInvalidArgumentReturnsPoundValue()
        {
            var func   = new Fixed();
            var args   = FunctionsHelper.CreateArgs();
            var result = func.Execute(args, this.ParsingContext);

            Assert.AreEqual(eErrorType.Value, ((ExcelErrorValue)result.Result).Type);
        }