| Author |
StackOverflowError When Mocking/Stubbing an ArrayList with MockFor or StubFor
|
Ivan Krizsan
Bartender
Joined: Oct 04, 2006
Posts: 2193
|
|
Hi!
When trying to write the following test using MockFor or StubFor to mock/stub an ArrayList, the test fails with a StackOverflowError. The console output is just one single line: "Entering insertItemIntoList: 0"
However, when replacing the ArrayList type with Vector or LinkedList, everything works as it should.
Anyone has any idea why this happens?
Thanks in advance!
|
 |
 |
I agree. Here's the link: jrebel
|
|
subject: StackOverflowError When Mocking/Stubbing an ArrayList with MockFor or StubFor
|
|
|