Skip to content

Commit

Permalink
Удалил копипасту
Browse files Browse the repository at this point in the history
  • Loading branch information
asosnoviy committed Jun 29, 2018
1 parent 82dc883 commit 572c25e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/array.os
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
&Тест
Процедура ТестДолжен_ВызоаРеальногоМетодаШпиона() Экспорт

МокОбъекта = Мок.Получить(Тип("Массив"));
РасширенныйРефлектор = Новый РефлекторОбъекта(МокОбъекта);
Ожидаем.Что(РасширенныйРефлектор.ЕстьФункция("_Найти")).Равно(Истина);

МокШпион = Мок.Следить(Тип("Массив"));
МокШпион.Добавить("Значение");
МокШпион.Добавить("Значение1");
Expand Down

0 comments on commit 572c25e

Please sign in to comment.