<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>



[ Full content available at: 
https://github.com/apache/incubator-dubbo/issues/2489 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to