Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ошибка в проверке типов параметров УтвержденияПроверкаТаблиц.ПроверитьРавенствоТаблиц #804

Closed
vlad170717 opened this issue May 20, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@vlad170717
Copy link

Функционал: Проверка типа входных параметров в функции ПроверитьРавенствоТаблиц
   Как разработчик тестов
   Я хочу чтобы проверялся тип входного параметра Таб2

Контекст:
  Дано: функция ПроверитьРавенствоТаблиц в модуле https://github.com/Pr-Mex/vanessa-automation/blob/2a9228e79129e1ff745d9cd6a7e5da27b51fbf79/VanessaAutomation/Ext/ObjectModule.bsl

Сценарий: при передаче неверного второго параметра
  Допустим: строка "не таблица значений"
  Когда: вызывается ПроверитьРавенствоТаблиц
  Тогда: система сообщает "ПроверитьРавенствоТаблиц: Второй параметр-таблица таблицей не является"

Ожидаемое поведение если бы ошибки не было
Если ТипЗнч(Таб2) <> Тип("ТаблицаЗначений") Тогда

@Pr-Mex Pr-Mex added the bug Something isn't working label May 24, 2020
@Pr-Mex
Copy link
Owner

Pr-Mex commented Aug 14, 2020

Решено.

@Pr-Mex Pr-Mex closed this as completed Aug 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants