Exception of type System.StackOverflowException was thrown.
Unit testing for .NET
Brought to you by:
charliepoole
System.StackOverflowException : Exception of type System.StackOverflowException was thrown.
I haven't been able to extract a stacktrace surrounding this. The problem is caused by running an unit test that calls objects that use getters and setters.
The code executes fine in the application but NUnit fails to run the code every time.
Logged In: YES
user_id=586918
Originator: NO
I'd suggest looking at your code more closely. A common error is to have a getter call itself when you really intended to reference a backing field.
To treat it as a bug, we'll need some more info as to what your code is doing.
Charlie
Logged In: YES
user_id=586918
Originator: NO
I'd suggest looking at your code more closely. A common error is to have a getter call itself when you really intended to reference a backing field.
To treat it as a bug, we'll need some more info as to what your code is doing.
Charlie
Logged In: YES
user_id=1312539
Originator: NO
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).