ScalaMock does not override/stub final methods. So your solution could be to create a subclass with parts of the method marked as final: import ...
確定! 回上一頁