예제 #1
0
        public void AddAccountWithAccAliasTestUsingoAuthFrance()
        {
            //Creating the Account for Add
            // Account account = QBOHelper.CreateAccount(qboContextoAuth, AccountTypeEnum.Expense, AccountClassificationEnum.Expense);
            Account account = QBOHelper.CreateAccountFrance(qboContextoAuth, AccountTypeEnum.Expense, AccountClassificationEnum.Expense);
            //Adding the Account
            Account added = Helper.Add <Account>(qboContextoAuth, account);

            //Verify the added Account
            //  QBOHelper.VerifyAccount(account, added);
            QBOHelper.VerifyAccountFrance(account, added);
        }