Mock method invoke different method

2 次查看(过去 30 天)
Hello,
I want to create a TestCase where a GUI interaction has to be bypassed (external service with own gui).
I imagined that I create a mock object for the called class and when I call the corresponding method, another method without gui interaction should be called in the mock.
I tried to use matlab.mock.actions.Invoke, but I was not able to Invoke a different method at this place.
Does anybody have already experience with such topic?
BR
  1 个评论
Ricardo Krause
Ricardo Krause 2020-5-26
And I don't want use a global test indicator in the production code to bypass this behavior

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Mock Dependencies in Tests 的更多信息

标签

产品


版本

R2019b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by