文件名称:minitest-moar:Moar Minitest Pluzsh!
文件大小:8KB
文件格式:ZIP
更新时间:2024-07-20 10:47:44
Ruby
Minitest Moar Minitest 和附加功能的一些变化 寻求帮助? 如果它是一个错误,。 关于 存根 默认情况下,Minitest 使用Object#stub污染Object 。 这个 gem 删除了Object#stub并使用了一个打算使用的方法: stub Book , :read , true do # do your thing end 无沼泽物体污染! 实例存根 Minitest 没有提供任何方法来存根类的实例。 Minitest Moar 会: instance_stub Person , :say , "hello" do person = Person . new # this is the stubbed method person . say end 测试间谍 请注意,测试间谍仅适用于存根方法。 一个常见的模式可能是确认一个对
【文件预览】:
minitest-moar-master
----.gitignore(118B)
----README.md(3KB)
----test()
--------spy_test.rb(1KB)
--------stubbing_test.rb(1KB)
--------test_helper.rb(309B)
----Gemfile(139B)
----minitest-moar.gemspec(935B)
----LICENSE.txt(1KB)
----.travis.yml(13B)
----lib()
--------minitest()
----Rakefile(203B)