argument-matcher Questions
7
I'm trying to mock a restTemplate.exchange method through mockito but it always returns a null value no matter what i return through mock , even if i throw an exception:
this is the actual code : ...
Arissa asked 9/4, 2019 at 10:28
3
Solved
I am trying to mock a class and return a stubbed list of objects when a method on the mocked object is called. Lets consider following code :
interface MyRepositry{
public List<MyClass> get...
Deflect asked 28/10, 2015 at 14:21
1
© 2022 - 2024 — McMap. All rights reserved.