Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想要puts一个数组的每个元素。如何为此编写测试?
puts
测试puts可能很困难,因为它本质上是不确定的。此外,可以安全地假设您使用的 ruby 解释器具有非常好的测试覆盖率,因此编写自己的解释器的回报将是最小的。我认为您想测试您的数组操作代码,而不是puts.