Esempio n. 1
0
        public void ErrorTypeWithInvalidArgumentReturnsPoundValue()
        {
            var func           = new ErrorType();
            var parsingContext = ParsingContext.Create();
            var args           = FunctionsHelper.CreateArgs();
            var result         = func.Execute(args, parsingContext);

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