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

      <tfoot id='BZQP1'></tfoot>

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

      1. <legend id='BZQP1'><style id='BZQP1'><dir id='BZQP1'><q id='BZQP1'></q></dir></style></legend>

          <bdo id='BZQP1'></bdo><ul id='BZQP1'></ul>

        无法使用 Mockito 返回类对象

        时间:2023-10-01

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

            <tbody id='cSfQN'></tbody>
            1. <legend id='cSfQN'><style id='cSfQN'><dir id='cSfQN'><q id='cSfQN'></q></dir></style></legend>

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

                <tfoot id='cSfQN'></tfoot>

                  <bdo id='cSfQN'></bdo><ul id='cSfQN'></ul>
                  本文介绍了无法使用 Mockito 返回类对象的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我正在尝试编写一个单元测试,为此我正在为 Mockito 模拟编写一个 when 语句,但我似乎无法让 eclipse 认识到我的返回值是有效的.

                  I'm trying to write a unit test, and to do that I'm writing a when statement for a Mockito mock, but I can't seem to get eclipse to recognize that my return value is valid.

                  这就是我正在做的事情:

                  Here's what I'm doing:

                  Class<?> userClass = User.class;
                  when(methodParameter.getParameterType()).thenReturn(userClass);
                  

                  .getParameterType()的返回类型是Class<?>,所以不明白eclipse为什么说,方法thenReturn(Class<capture#1-of ?>) 类型为 OngoingStubbing<Class<capture#1-of ?>>不适用于参数 (Class<capture#2-of ?>).它提供了转换我的 userClass,但这只会使一些乱码 eclipse 说它需要再次转换(并且不能转换).

                  The return type of .getParameterType() is Class<?>, so I don't understand why eclipse says, The method thenReturn(Class<capture#1-of ?>) in the type OngoingStubbing<Class<capture#1-of ?>> is not applicable for the arguments (Class<capture#2-of ?>). It offers to cast my userClass, but that just makes some garbled stuff eclipse says it needs to cast again (and can't cast).

                  这只是 Eclipse 的问题,还是我做错了什么?

                  Is this just an issue with Eclipse, or am I doing something wrong?

                  推荐答案

                  另外,一个更简洁的解决方法是使用 do 语法而不是 when.

                  Also, a slightly more terse way to get around this is to use the do syntax instead of when.

                  doReturn(User.class).when(methodParameter).getParameterType();
                  

                  这篇关于无法使用 Mockito 返回类对象的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:Mockito + Spring + @PostConstruct,mock初始化错误,为什 下一篇:Mockito - thenReturn 总是返回空对象

                  相关文章

                  最新文章

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

                    <small id='7GLar'></small><noframes id='7GLar'>

                    • <bdo id='7GLar'></bdo><ul id='7GLar'></ul>