我需要从另一个具有依赖项的类中调用方法

时间:2019-07-11 20:15:46

标签: ruby

我正在进行单元测试,由于我必须先调用类,然后再调用方法,所以我的测试正在运行两个测试,所以我得到一个断言和一个失败。

assert_equal(Class, ClassName.new('query', 'test').upload_file(results_csv, 'test'), 'tests do not match')

assert_equal(Class, ClassName.new('query', 'test').upload_file(results_csv, 'test'), 'tests do not match')

由于单元测试运行两个测试,我得到一个断言和一个失败。

0 个答案:

没有答案