<small id='P23l5'></small><noframes id='P23l5'>

    <i id='P23l5'><tr id='P23l5'><dt id='P23l5'><q id='P23l5'><span id='P23l5'><b id='P23l5'><form id='P23l5'><ins id='P23l5'></ins><ul id='P23l5'></ul><sub id='P23l5'></sub></form><legend id='P23l5'></legend><bdo id='P23l5'><pre id='P23l5'><center id='P23l5'></center></pre></bdo></b><th id='P23l5'></th></span></q></dt></tr></i><div id='P23l5'><tfoot id='P23l5'></tfoot><dl id='P23l5'><fieldset id='P23l5'></fieldset></dl></div>

  1. <legend id='P23l5'><style id='P23l5'><dir id='P23l5'><q id='P23l5'></q></dir></style></legend>
    • <bdo id='P23l5'></bdo><ul id='P23l5'></ul>

    1. <tfoot id='P23l5'></tfoot>

      Mockito 可以在方法调用时根据参数的值来验证参数

      Can Mockito verify parameters based on their values at the time of method call?(Mockito 可以在方法调用时根据参数的值来验证参数吗?)

        <small id='emiOj'></small><noframes id='emiOj'>

        <tfoot id='emiOj'></tfoot>

      • <i id='emiOj'><tr id='emiOj'><dt id='emiOj'><q id='emiOj'><span id='emiOj'><b id='emiOj'><form id='emiOj'><ins id='emiOj'></ins><ul id='emiOj'></ul><sub id='emiOj'></sub></form><legend id='emiOj'></legend><bdo id='emiOj'><pre id='emiOj'><center id='emiOj'></center></pre></bdo></b><th id='emiOj'></th></span></q></dt></tr></i><div id='emiOj'><tfoot id='emiOj'></tfoot><dl id='emiOj'><fieldset id='emiOj'></fieldset></dl></div>
          <tbody id='emiOj'></tbody>

        <legend id='emiOj'><style id='emiOj'><dir id='emiOj'><q id='emiOj'></q></dir></style></legend>
          • <bdo id='emiOj'></bdo><ul id='emiOj'></ul>

                本文介绍了Mockito 可以在方法调用时根据参数的值来验证参数吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                问题描述

                我有一个 Foo 类,它是 SUT 和一个 Bar 类,它是它的合作者.Foo 调用 Bar 上的 run(List values) 并以expectedList"作为参数.然后,Foo 将向这个 List 添加更多元素,使其状态与调用 run().这是我的测试用例.

                I have a Foo class which is SUT and a Bar class, which is its collaborator. Foo calls run(List<Object> values) on the Bar with "expectedList" as an argument. Then, Foo will add a few more elements to this List so that its state will be different from what it was at the time of calling run(). Here's my test case.

                @Test
                public void testFoo() {
                    Bar collaborator = spy(new Bar()); 
                    Foo sut = new Foo(collaborator);
                    verify(collaborator).run(expectedList);
                }
                

                请注意,协作者实际上是一个间谍对象,而不是一个模拟对象.这个测试用例将失败,因为即使 run() 是使用等于 expectedList 的参数调用的,但它已被修改,因为它的当前值不再等于 expectedList.但是,这是它应该工作的方式,所以我想知道是否有办法让 Mockito 在调用方法时存储参数的快照,并根据这些值而不是最近的值来验证它们.

                Note that the collaborator is actually a spy object rather than a mock. This test case will fail because even though run() was called with an argument equal to expectedList, it was modified since and its current value no longer equals expectedList. However, this is the way it is supposed to work, so I'm wondering if there's a way to have Mockito store the snapshot of parameters when a method is called and verify them based on these values rather than the most recent values.

                推荐答案

                在调用方法时使用 Answer 检查参数的值.如果值错误,您可以在 Answer 中抛出 AssertionError,或者您可以存储该值,并在最后进行断言.

                Use an Answer to check the value of the argument when the method is called. You can either throw an AssertionError within the Answer if the value is wrong, or you can store the value, and do your assertion at the end.

                这篇关于Mockito 可以在方法调用时根据参数的值来验证参数吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                【网站声明】本站部分内容来源于互联网,旨在帮助大家更快的解决问题,如果有图片或者内容侵犯了您的权益,请联系我们删除处理,感谢您的支持!

                相关文档推荐

                How can I detect integer overflow on 32 bits int?(如何检测 32 位 int 上的整数溢出?)
                Local variables before return statements, does it matter?(return 语句之前的局部变量,这有关系吗?)
                How to convert Integer to int?(如何将整数转换为整数?)
                How do I create an int array with randomly shuffled numbers in a given range(如何在给定范围内创建一个随机打乱数字的 int 数组)
                Inconsistent behavior on java#39;s ==(java的行为不一致==)
                Why is Java able to store 0xff000000 as an int?(为什么 Java 能够将 0xff000000 存储为 int?)
                • <tfoot id='yGcAn'></tfoot>
                    <bdo id='yGcAn'></bdo><ul id='yGcAn'></ul>

                    1. <i id='yGcAn'><tr id='yGcAn'><dt id='yGcAn'><q id='yGcAn'><span id='yGcAn'><b id='yGcAn'><form id='yGcAn'><ins id='yGcAn'></ins><ul id='yGcAn'></ul><sub id='yGcAn'></sub></form><legend id='yGcAn'></legend><bdo id='yGcAn'><pre id='yGcAn'><center id='yGcAn'></center></pre></bdo></b><th id='yGcAn'></th></span></q></dt></tr></i><div id='yGcAn'><tfoot id='yGcAn'></tfoot><dl id='yGcAn'><fieldset id='yGcAn'></fieldset></dl></div>

                        • <legend id='yGcAn'><style id='yGcAn'><dir id='yGcAn'><q id='yGcAn'></q></dir></style></legend>
                            <tbody id='yGcAn'></tbody>

                        • <small id='yGcAn'></small><noframes id='yGcAn'>