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.
我使用 mox 来模拟一个对象。我需要记录方法调用,但该方法接收到很多我不感兴趣的参数,其中一些参数不是原始类型,而是在其他地方创建的类的实例。
我想避免检查传递的参数。如何?
您可以使用 mox 比较器来实现这一点,尤其是 IgnoreArg()。请参考文档: https ://code.google.com/p/pymox/wiki/MoxDocumentation#Comparators