Open GoogleCodeExporter opened 8 years ago
Hi Stephan, this shouldn't be a problem with Mockito, but without more code
sample I cannot point you to the problem.
You definitely should ask the mailing list (mockito@googlegroups.com) instead
of filling an issue, this is the proper place to discuss such matter.
Also not everyone speaks german. And as an advice I would avoid diacritic marks
like umlaut in class or member identifiers.
HTH
Brice
Original comment by brice.du...@gmail.com
on 29 Apr 2013 at 3:54
Original comment by brice.du...@gmail.com
on 29 Apr 2013 at 3:54
Hi Brice,
thanks a lot for your immediate reply.
I decided to create this issue because although I did not stub method foo(),
Mockito told me that I did.
So this seemed to me being a problem of Mockito.
If you're sure that this is no problem of Mockito, please close this issue.
Otherwise we could wait some days until I get some feedback from the mailing
list.
Thanks again for your help,
cheers,
Stephan
Original comment by s.luec...@gmail.com
on 30 Apr 2013 at 8:04
Fair enough ;)
Original comment by brice.du...@gmail.com
on 30 Apr 2013 at 10:40
On the mailing list, analysis revealed, that stubbing was realized after mock
is being used by some other threads.
The stubbing and the use of the mock appears to be in 2 distinct threads. So it
might be possible to do something about it.
But volunteers are needed.
Original comment by brice.du...@gmail.com
on 26 May 2013 at 2:15
Original issue reported on code.google.com by
s.luec...@gmail.com
on 29 Apr 2013 at 2:44