You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2018/09/19 10:39:25 UTC

[GitHub] jsen-joker removed a comment on issue #2489: MockClusterInvoker provides local forced mock,I tested it locally, but it doesn't work.

jsen-joker removed a comment on issue #2489: MockClusterInvoker provides local forced mock,I tested it locally, but it doesn't work.
URL: https://github.com/apache/incubator-dubbo/issues/2489#issuecomment-422750688
 
 
   <dubbo:reference id="demoService" check="false" interface="org.apache.dubbo.demo.DemoService" mock="true">
       <dubbo:method name="sayHello" mock="force" />
   </dubbo:reference>
   
   or
   
   <dubbo:reference id="demoService" check="false" interface="org.apache.dubbo.demo.DemoService" mock="org.apache.dubbo.demo.DemoServiceMock">
       <dubbo:method name="sayHello" mock="force" />
   </dubbo:reference>
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org